[Introduction]

This is the source code used to perform the experiments described here:

Alberto Montresor. 
A robust protocol for building superpeer overlay topologies. 
In Proc. of the 4th Int. Conference on Peer-to-Peer Computing, pages 202–209. 
IEEE, Zurich, Switzerland, August 2004.

[Package organization]

[Package organization]

src/		sources
classes/	compiled sources
doc/		doc files; ridicously incomplete.
lib/		jar files needed to compile; includes Peersim
config/		config files

[Brief Instructions]

To compile: 

make

To execute the config file xxx.cfg located in directory config:

make xxx.cfg

To re-generate the documentation

make doc