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

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%)