Skip to content

rwth-acis/FreePastry

Repository files navigation

FreePastry

This is a fork from the original open-source FreePastry implementation containing bugfixes and is used in las2peer. The most notable changes compared to the original are:

  • It is configured as an eclipse-project
  • Possesses a memory leak fix
  • Is compatible with Java 17

Build

To build the jar, simply execute the following command on your shell:

ant jar 

For further documentation, you can go read the original and latest README file.