[Introduction]

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

Ozalp Babaoglu, Toni Binci, Márk Jelasity, and Alberto Montresor. 
Firefly-inspired heartbeat synchronization in overlay networks. 
In Proc. of the First IEEE Int. Conference on Self-Adaptive and 
Self-Organizing Systems (SASO’07). Boston, MA, USA, July 2007.

Unfortunately, the config files have been lost.

[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