Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 683 Bytes

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