Skip to content

vmandke/kademlia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kademlia

Kademlia is a resilient and tolerant distributed hash table and network implementation. A lot of the tolerance and resilience depend on implementation choices.

Read more here: https://medium.com/@vmandke/kademlia-89142a8c2627

Running and starting the peers

Starting the network

python3 server.py

Join using the bootstrap node

python3 server.py --bid "1111" --port 4244 --bootstrap-bid "0000" --bootstrap-ip "0.0.0.0" --bootstrap-port "4242"
python3 server.py --bid "1101" --port 4246 --bootstrap-bid "0000" --bootstrap-ip "0.0.0.0" --bootstrap-port "4242"

About

Kademlia POC Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages