2009-10-21 23:57:31 +00:00
|
|
|
|
|
|
|
Orbot: Android Onion Routing Robot
|
|
|
|
***********************************************
|
2010-03-18 04:52:53 +00:00
|
|
|
Android is a freely licensed open-source application developed for the
|
|
|
|
Android platform. It acts as a front-end to the Tor binary application,
|
|
|
|
and also provides an HTTP Proxy for connecting web browsers and other
|
|
|
|
HTTP client applications into the Tor SOCKS interface.
|
2009-10-21 23:57:31 +00:00
|
|
|
|
|
|
|
*** PreReqs ***
|
2010-03-18 04:52:53 +00:00
|
|
|
You need the Android Developer SDK to compile and build the APK file:
|
|
|
|
http://developer.android.com/
|
|
|
|
The project files including in this distribution are meant to be used
|
|
|
|
with Eclipse: http://eclipse.org/
|
2009-10-21 23:57:31 +00:00
|
|
|
|
|
|
|
*** How to use ***
|
2010-03-18 04:52:53 +00:00
|
|
|
Currently, Orbot will work with any application that supports using
|
|
|
|
an HTTP or SOCKS Proxy. Once you start Tor using Orbot, you can then
|
|
|
|
point your application to HTTP port 8118 or SOCKS port 9050 on localhost
|
|
|
|
IP 127.0.0.1.
|
2009-10-21 23:57:31 +00:00
|
|
|
|
2011-04-15 16:39:35 +00:00
|
|
|
If you have root access, and a version of Android with iptables that
|
|
|
|
supports the netfilter owner module, then Orbot can setup transparent
|
|
|
|
proxying for any application.
|
2009-10-21 23:57:31 +00:00
|
|
|
|
2011-04-15 16:39:35 +00:00
|
|
|
Finally, Firefox on Android is available, and we have released an
|
|
|
|
add-on named ProxyMob for configuring SOCKS proxy settings for use
|
|
|
|
with the local Tor socks proxy.
|
2009-10-21 23:57:31 +00:00
|
|
|
|
|
|
|
** A Few Notes **
|
|
|
|
|
2010-03-18 04:52:53 +00:00
|
|
|
To ensure you are connected to the Tor network, you should browse to
|
|
|
|
https://check.torproject.org/
|
2009-10-21 23:57:31 +00:00
|
|
|
|
2010-03-18 04:52:53 +00:00
|
|
|
The first time you activate Orbot, it may take a while to connect to
|
|
|
|
Tor. Check the message log to ensure you are "100% Bootstrapped".
|
2009-10-21 23:57:31 +00:00
|
|
|
|
|
|
|
***********************************************
|
|
|
|
|
2011-04-15 16:39:35 +00:00
|
|
|
/* Copyright (c) 2009,2010,2011, Nathan Freitas, The Guardian Project
|
2010-03-18 04:52:53 +00:00
|
|
|
* http://guardianproject.info/ */
|