暫無描述

Nick Mathewson 59964b0692 Add a placeholder readme 13 年之前
lib de1cb4dd99 Document some of TorNet.py 13 年之前
networks 92c590397d Initial commit for 5th-gen tor privnet script 13 年之前
torrc_templates 1effffab2a Make it able to start, stop, and monitor tor networks. still very rough. 13 年之前
.gitignore 92c590397d Initial commit for 5th-gen tor privnet script 13 年之前
README 59964b0692 Add a placeholder readme 13 年之前
TODO a87aeacf9a document more to-do items 13 年之前
chutney 8d0a1dba99 Allow environment variable PYTHON to override default 13 年之前

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.