An open API service indexing awesome lists of open source software.

https://github.com/droxer/kademlia

Experimental implementation of Kademlia distributed hash table.
https://github.com/droxer/kademlia

Last synced: about 1 year ago
JSON representation

Experimental implementation of Kademlia distributed hash table.

Awesome Lists containing this project

README

          

# Kademlia

This package provides a experimental implementation of [Kademlia](https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf) which is a very popular [distributed hash table](https://en.wikipedia.org/wiki/Distributed_hash_table).

See [(http://godoc.org/github.com/droxer/kademlia)](http://godoc.org/github.com/droxer/kademlia) for documentation.