I want to do a peer-to-peer network simulation using Kademlia protocol in PeerSim. There is a kademlia module for Peersim (in Java) which is good, but it skipped implementation of the STORE procedure. I think it's difficult to write a module for it from scratch. So it's better to add this feature to current module, but I don't know how to do it.
It will be great if someone show me the way to add STORE RPC to Kademlia.
This is the kademlia module for peersim.
Thanks in advance