Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzelinskie/kademlia
A maximally flexible Kademlia DHT
https://github.com/jzelinskie/kademlia
go kademlia-dht p2p wip
Last synced: 2 months ago
JSON representation
A maximally flexible Kademlia DHT
- Host: GitHub
- URL: https://github.com/jzelinskie/kademlia
- Owner: jzelinskie
- License: apache-2.0
- Created: 2016-03-29T14:43:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T19:37:08.000Z (over 8 years ago)
- Last Synced: 2024-10-13T06:11:09.536Z (3 months ago)
- Topics: go, kademlia-dht, p2p, wip
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kademlia
[![Go Report Card](https://goreportcard.com/badge/jzelinskie/kademlia "Go Report Card")](https://goreportcard.com/report/jzelinskie/kademlia)
[![GoDoc](https://godoc.org/github.com/jzelinskie/kademlia?status.svg "GoDoc")](https://godoc.org/github.com/jzelinskie/kademlia)This project is a playground for attempting to make the ideas in the [Kademlia DHT] more available to Go programmers.
The implementation strives to be as configurable as possible, but should be able to offer a configuration that is compatible with the Mainline BitTorrent network.
[Kademlia DHT]: https://en.wikipedia.org/wiki/Kademlia