[Introduction]

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

Alberto Montresor and Roberto Zandonati. 
Absolute slicing in peer-to-peer systems. 
In Proc. of the 5th Int. Workshop on Hot Topics in Peer-to-Peer Systems 
(HotP2P’08). Miami, FL, USA, April 2008.

[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