Без опису

teor 9f9b12f1f6 Create Exit and Non-Exit Authority and Bridge Authority Templates 9 роки тому
lib 0d350720ff Add bridge clients and hidden services to chutney verify 10 роки тому
net ad272e692f Create empty /net directory 10 роки тому
networks 0d350720ff Add bridge clients and hidden services to chutney verify 10 роки тому
scratch 7f4003d3f6 Add our accumulated notes from the last few in-person sessions... 14 роки тому
tools b2558a7b46 Wait a second before checking if tor has launched 9 роки тому
torrc_templates 9f9b12f1f6 Create Exit and Non-Exit Authority and Bridge Authority Templates 9 роки тому
.gitignore ad272e692f Create empty /net directory 10 роки тому
LICENSE 90ae6fee47 add a license file 11 роки тому
README 000adfdf8b Document the environment variables CHUTNEY_TOR and CHUTNEY_TOR_GENCERT. 10 роки тому
TODO 2b30059681 Refactor Node into separate Node, Builder, and Launcher classes. 14 роки тому
chutney 0233979e2c Properly pass all arguments to TorNet 10 роки тому

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 or the location of the 'tor' and
'tor-gencert' binaries specified through the environment variables
CHUTNEY_TOR and CHUTNEY_TOR_GENCERT, respectively.
- 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.