You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucube 229a9003bb node rpc PING & PONG methods and calls 4 years ago
cmd node rpc PING & PONG methods and calls 4 years ago
config node rpc Start & Ping, add rpc-test (client), add ID marshalers 4 years ago
kademlia node rpc PING & PONG methods and calls 4 years ago
node node rpc PING & PONG methods and calls 4 years ago
rpc-test node rpc Start & Ping, add rpc-test (client), add ID marshalers 4 years ago
.gitignore start node methods, calculate KBuckets 4 years ago
.travis.yml add travis 4 years ago
LICENSE Initial commit 4 years ago
README.md node rpc PING & PONG methods and calls 4 years ago
config.test0.yaml node rpc PING & PONG methods and calls 4 years ago
config.test1.yaml node rpc PING & PONG methods and calls 4 years ago
config.test2.yaml node rpc PING & PONG methods and calls 4 years ago
go.mod add node structure (cmd, config...) 4 years ago
go.sum add node structure (cmd, config...) 4 years ago
main.go node rpc PING & PONG methods and calls 4 years ago
run-dev-nodes.sh node rpc PING & PONG methods and calls 4 years ago

README.md

go-dht Go Report Card Build Status

Kademlia DHT Go implementation.

Following the specification from

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