Skip to content

EclesioMeloJunior/distributed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distributed

A implementation of kademlia dht (distributed hash table) for p2p file sharing. The structure can be defined as nodes with a node id of 20 bits and files with file id of 20 bits. The node has a routing table that can track the neighboors by the closest id using the XOR (bitwise or) between 2 nodes id to define the distance.

About

A implementation of kademlia dht for p2p communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages