Questions tagged [kademlia]

Kademlia is a distributed hash table for p2p networks

Kademila is a distributed hash table for p2p networks. Kademlia works by using node lookups to specify the structure of a network and facilitate information exchange. It was developed in 2002 and the algorithm has been ported to many languages.

Resources

The original Kademlia paper by Petar Maymounkov and David Mazières

106 questions
-1
votes
1 answer

Implementing STORE RPC in Kademlia Protocol

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…
Amir
  • 486
  • 3
  • 10
  • 17
1 2 3 4 5 6 7
8