Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 603 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 603 Bytes

Kademlia

Java implementation of Kademlia distributed hash table for decentralized peer-to-peer computer networks

Assignment of Peer to Peer Systems and Blockchains A.A. 2018-19 (UniPi)

It has been implemented the construction of the DHT defined in Kademlia subsequently used to study the characteristics of the graph that is created between all the nodes of the network. Therefore not all the protocol (the whole part of saving information) has been implemented.