probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
18 stars 4 forks source link

Example: IpfsDHT #40

Closed guillaumemichel closed 1 year ago

guillaumemichel commented 1 year ago

Example of how to create and use a DHT object, demonstrating the use of the IPFS FIND_PEER RPC.

guillaumemichel commented 1 year ago

This will be implemented directly in go-libp2p-kad-dht. See https://github.com/libp2p/go-libp2p-kad-dht/pull/864