dht
CategoryDistributed Systems
SubcategoryDistributed Systems
Stars0
BitTorrent Kademlia DHT implementation
About dht
dht
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
Supports various commands operating on the DHT.
% go run github.com/anacrolix/dht/v2/cmd/dht --help
valid arguments at this point:
--help|-h
--network <string>
--secure
--bootstrap-addr <[]string>
--query-resend-delay <time.Duration>
derive-put-target
put
put-mutable-infohash
get
ping
get-peers
query
ping-nodes
Downstream projects
Projects that uses this repo in novel ways.
Frequently Asked Questions
What is dht?
dht is a Distributed Systems library for the Go programming language. BitTorrent Kademlia DHT implementation
How do I install dht?
Install dht with the Go module system using `go get anacrolix/dht`. Check the repository for the current installation instructions.
What category does dht belong to?
dht is listed under Distributed Systems, specifically Distributed Systems.