mirror of
https://github.com/arnaucube/go-dht.git
synced 2026-02-06 19:06:44 +01:00
d971d1503a31292e8e37495d140aa04f64e8a3ed
go-dht

Kademlia DHT Go implementation.
Following the specification from
- https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf
- http://xlattice.sourceforge.net/components/protocol/kademlia/specs.html
Run
To run a node:
go run main.go --config config.test0.yaml --debug start
To run 3 test nodes inside a tmux session:
bash run-dev-nodes.sh
Languages
Go
98%
Shell
2%