libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
517 stars 221 forks source link

Using go-kademlia to schedule find peer request #857

Closed dennis-tra closed 10 months ago

dennis-tra commented 1 year ago

This is not compiling and should just showcase how go-kademlia could be used to start a findPeer query with the current implementation.

Interesting bits happen in routing.go and dht.go

cc @iand

dennis-tra commented 10 months ago

close in favour of https://github.com/libp2p/go-libp2p-kad-dht/pull/880