Няма описание

Nick Mathewson a87ac53a06 Merge remote-tracking branch 'teor/issue-13161-template-tweaks' преди 10 години
lib d91cf28d17 Merge remote-tracking branch 'houqp/miss_network_error' преди 10 години
networks a2de38a598 Increase relays to compensate for smaller guard fraction #2 преди 10 години
scratch 7f4003d3f6 Add our accumulated notes from the last few in-person sessions... преди 13 години
tools 1678c99b28 Don't require directory 'net'. преди 11 години
torrc_templates c18823e44b Force authorities to vote Exit & Guard for all nodes преди 10 години
.gitignore 92c590397d Initial commit for 5th-gen tor privnet script преди 13 години
LICENSE 90ae6fee47 add a license file преди 10 години
README 59964b0692 Add a placeholder readme преди 13 години
TODO 2b30059681 Refactor Node into separate Node, Builder, and Launcher classes. преди 13 години
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.
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.