Skip to content

infinity0/fog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

# Using the client

Run-time dependencies:
* python-pyptlib
* python-twisted-core
* python-txsocksx
  * python-parsley
  * python-twisted-core
  * python-twisted-web
  * python-zope.interface

# Using the server

export GOPATH=$(pwd)
go get
make

# To run tests you need to use twisted's trial test suite
cd ./fog-client
trial tests