Code for CSCI-GA. 2620 Network And Mobile System Final Project: Robustness of Kademlia Performance to Churn Rates
You need to download jre first to run java environment.
To compile the sources, invoke:
make
To run the code, invoke:
make run
To change network configuration (e.g., churn rate, network size), see example.cfg To change Kademlia configuration (e.g., alpha, k), see src/peersim/kademlia/KademliaCommonConfig.java