Skip to content

DelosInc/kademlia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kademlia

Python implementation of the Kademlia DHT using asyncio.

Source

Kademlia: A Peer-to-peer Information System Based on the XOR Metric

Developement Notes

The project is developed in Python 3.7, packaged using Pipenv and depends on aiorpc. Due to the changing nature of the asyncio spec, compatibility with past versions <3.5 is not guaranteed.

git clone https://github.com/DelosInc/kademlia.git
cd kademlia
pipenv install --deploy
pipenv shell

License

The project is licensed under GPL 3.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages