mirror of
https://github.com/arnaucube/go-dht.git
synced 2026-02-06 19:06:44 +01:00
229a9003bb82d81a53d18764dda1e614ab39bfed
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%