周玉环 d906a41c2e first commit 2 days ago
..
bep44 d906a41c2e first commit 2 days ago
containers d906a41c2e first commit 2 days ago
int160 d906a41c2e first commit 2 days ago
k-nearest-nodes d906a41c2e first commit 2 days ago
krpc d906a41c2e first commit 2 days ago
peer-store d906a41c2e first commit 2 days ago
traversal d906a41c2e first commit 2 days ago
types d906a41c2e first commit 2 days ago
LICENSE d906a41c2e first commit 2 days ago
README.md d906a41c2e first commit 2 days ago
addr.go d906a41c2e first commit 2 days ago
announce.go d906a41c2e first commit 2 days ago
bootstrap.go d906a41c2e first commit 2 days ago
bucket.go d906a41c2e first commit 2 days ago
dht.go d906a41c2e first commit 2 days ago
dns.go d906a41c2e first commit 2 days ago
doc.go d906a41c2e first commit 2 days ago
errnos-not-windows.go d906a41c2e first commit 2 days ago
errnos_windows.go d906a41c2e first commit 2 days ago
expvar.go d906a41c2e first commit 2 days ago
globals.go d906a41c2e first commit 2 days ago
hash-tuple.go d906a41c2e first commit 2 days ago
misc.go d906a41c2e first commit 2 days ago
nearest-nodes.go d906a41c2e first commit 2 days ago
node.go d906a41c2e first commit 2 days ago
nodes_file.go d906a41c2e first commit 2 days ago
security.go d906a41c2e first commit 2 days ago
server.go d906a41c2e first commit 2 days ago
table.go d906a41c2e first commit 2 days ago
tokens.go d906a41c2e first commit 2 days ago
transaction.go d906a41c2e first commit 2 days ago

README.md

dht

Go Reference

Installation

Get the library package with go get github.com/anacrolix/dht/v2, or the provided cmds with go install github.com/anacrolix/dht/v2/cmd/...@latest.

Commands

Here I'll describe what some of the provided commands in ./cmd do.

dht-ping

Pings DHT nodes with the given network addresses.

$ go run ./cmd/dht-ping router.bittorrent.com:6881 router.utorrent.com:6881
2015/04/01 17:21:23 main.go:33: dht server on [::]:60058
32f54e697351ff4aec29cdbaabf2fbe3467cc267 (router.bittorrent.com:6881): 648.218621ms
ebff36697351ff4aec29cdbaabf2fbe3467cc267 (router.utorrent.com:6881): 873.864706ms
2/2 responses (100.000000%)