blob: 8ba5f55b7fd3cbe17a894c87fa338e80b129214b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
This is the place where we put all things relating to the Torouter.
The project home page:
https://trac.torproject.org/projects/tor/wiki/doc/Torouter
The project road map:
https://trac.torproject.org/projects/tor/wiki/doc/Torouter/Roadmap
Your DreamPlug has arrived in a disabled state - you will need to hack it:
0) re-flash from inside the OS it shipped with:
https://trac.torproject.org/projects/tor/wiki/doc/DebianDreamPlug#Step9:IfyoucannotsuccessfullystarttheUSBdevices
1) Create a bootable USB disk, attach the JTAG, boot/re-flash, ..., anonymity!
2) A new thing that is currently undocumented
To create a Torouter from this repository you'll want to clone it:
git clone git://git.torproject.org/torouter.git
Please see the freedom-maker/README if you wish to create a bootable USB disk.
You will want a USB disk and the DreamPlug JTAG for reflashing, reinstalling,
and development related activities.
-----------------------------------------------------------------------------
If you wish to turn a DreamPlug into a Torouter simply follow these steps:
scp torouter_easy_setup.sh DreamPlug:/tmp/
ssh DreamPlug torouter_easy_setup.sh
The DreamPlug should now be configured as a Torouter.
|