FHome
FOverview
FPeople
FDownload
FPapers

    Download



    This is very experimental software; the following code should not be used by end-users actually seeking anonymity. Rather, we include it as reference for developers.

    The following code implements the system described in our IPTPS '02 paper. It is released under the GPLv2.


          p2p-anon-0.1.0.tar.gz       (8725a2c88fc9ee499e1dccf696daa214 md5sum)


    The system is built on the SFS async I/O, RPC, and crypto libraries. To download and install SFS 0.7, please go to fs.net. Note that it only requires that one build SFS in order to link against the libraries it provides; one does not need to run the actual SFS file system.

    This implementation also relies on the Chord lookup service for peer discovery; more information can be found at pdos.lcs.mit.edu/chord/.

    The code has been built and tested on FreeBSD 4.*, as the system uses divert sockets on the client-side to transparently reroute IP packets via ipfw rules. Other UNIX platforms, including Linux, should be able to provide support for divert sockets.

    Please contact us at tarzan (at) pdos.lcs.mit.edu if you are interested in contributing to the system.


Site last updated on October 7th, 2003.