Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 693 Bytes

README.markdown

File metadata and controls

17 lines (12 loc) · 693 Bytes

kademlia

kademlia is a haskell libraray implementing the Kademlia distributed hash table.

It aims to be flexible and handle all the low-level work, in order to allow for easy integration of the DHT-technology into applications.

The library is built after the original Kademlia Paper.

For more information, take a look at the libraries hackage page.