Skip to content

gsathya/torperf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read docs/torperf2.pdf for more details

Developing with Vagrant:

To set up the development environment:

$ vagrant up

If all goes well, then you can ssh into the box to continue development:

$ vagrant ssh
$ cd /torperf
$ python torperf/torperf.py

Non-Vagrant development:

If you would rather not use Vagrant, please install the following packages:

  • python
  • python-dev
  • python-pip
  • tor

(You can try apt-get -y install python python-dev python-pip tor)

And then run pip install -r requirements.txt to install python packages.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published