Registry / networking / anacrolix-dht

anacrolix-dht

JSON →
library1.0.1gogounverified

Package dht implements a Distributed Hash Table (DHT) for the BitTorrent protocol as specified by BEP 5.

go get github.com/anacrolix/dht
INSTALL
IMPORT
SIG · ANACROLIX-DHT
A
anacrolix-dht
networkinggov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dht
github.com/anacrolix/dht

Creates a DHT server and prints its node ID.

package main import ( "fmt" "github.com/anacrolix/dht" ) func main() { s, _ := dht.NewServer(nil) defer s.Close() fmt.Println(s.ID()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
Meta
1
OpenAI (training)
1
Resources
anacrolix-dht — go get anacrolix-dht · libregistry