Registry / networking / libp2p-go-libp2p-kad-dht

libp2p-go-libp2p-kad-dht

JSON →
library0.40.0gogounverified

Package dht implements a distributed hash table that satisfies the IPFS routing interface.

go get github.com/libp2p/go-libp2p-kad-dht
INSTALL
IMPORT
SIG · LIBP2P-GO-LIBP2P-K
L
libp2p-go-libp2p-kad-dht
networkinggov0.40.0
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/libp2p/go-libp2p-kad-dht

Creates a new Kademlia DHT instance.

package main import ( "context" "fmt" dht "github.com/libp2p/go-libp2p-kad-dht" ) func main() { ctx := context.Background() kad, _ := dht.New(ctx, nil) fmt.Println(kad) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
libp2p-go-libp2p-kad-dht — go get libp2p-go-libp2p-kad-dht · libregistry