Nav apraksta

Nick Mathewson 171814ba52 recommend python 2.7; nobody reasonable supports 2.6 and we do not work with 2.6 11 gadi atpakaļ
lib 0d350720ff Add bridge clients and hidden services to chutney verify 11 gadi atpakaļ
networks 0d350720ff Add bridge clients and hidden services to chutney verify 11 gadi atpakaļ
scratch 7f4003d3f6 Add our accumulated notes from the last few in-person sessions... 15 gadi atpakaļ
tools de810e6700 Now that chutney moves dirs on config, bootstrap-network.sh can stop 11 gadi atpakaļ
torrc_templates 0d350720ff Add bridge clients and hidden services to chutney verify 11 gadi atpakaļ
.gitignore 92c590397d Initial commit for 5th-gen tor privnet script 15 gadi atpakaļ
LICENSE 90ae6fee47 add a license file 12 gadi atpakaļ
README 171814ba52 recommend python 2.7; nobody reasonable supports 2.6 and we do not work with 2.6 11 gadi atpakaļ
TODO 2b30059681 Refactor Node into separate Node, Builder, and Launcher classes. 15 gadi atpakaļ
chutney 0233979e2c Properly pass all arguments to TorNet 12 gadi atpakaļ

README

This is chutney. It doesn't do much so far. It isn't ready for prime-time.

If it breaks, you get to keep all the pieces.

It is supposed to be a good tool for:
- Configuring a testing tor network
- Launching and monitoring a testing tor network
- Running tests on a testing tor network

Right now it only sorta does the first two.

You will need, at the moment:
Tor installed somewhere in your path.
Python 2.7 or later

Stuff to try:
./chutney configure networks/basic
./chutney start networks/basic
./chutney status networks/basic
./chutney hup networks/basic
./chutney stop networks/basic

The configuration files:
networks/basic holds the configuration for the network you're configuring
above. It refers to some torrc template files in torrc_templates/.

The working files:
chutney sticks its working files, including all data directories, log
files, etc, in ./net/. Each tor instance gets a subdirectory of net/nodes.