Нема описа

teor 5e3b8ce8c3 Ensure chutney relays can exit to localhost IPv4 and IPv6 пре 11 година
lib 60b2d18d81 Keep static analyzers like pyflakes happy about globals пре 11 година
networks 36cbc892d4 Add support for bridges on IPv6 and clients using them. пре 13 година
scratch 7f4003d3f6 Add our accumulated notes from the last few in-person sessions... пре 14 година
tools 1678c99b28 Don't require directory 'net'. пре 12 година
torrc_templates 5e3b8ce8c3 Ensure chutney relays can exit to localhost IPv4 and IPv6 пре 11 година
.gitignore 92c590397d Initial commit for 5th-gen tor privnet script пре 15 година
LICENSE 90ae6fee47 add a license file пре 12 година
README 59964b0692 Add a placeholder readme пре 15 година
TODO 2b30059681 Refactor Node into separate Node, Builder, and Launcher classes. пре 14 година
chutney 0233979e2c Properly pass all arguments to TorNet пре 11 година

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.5 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.