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.
- Host: GitHub
- URL: https://github.com/droxer/kademlia
- Owner: droxer
- License: apache-2.0
- Created: 2015-10-22T08:13:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T14:34:29.000Z (over 10 years ago)
- Last Synced: 2025-01-09T17:46:43.241Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.