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

Save and restore the DHT state? #842

Closed master255 closed 1 year ago

master255 commented 1 year ago

Is there any example or way to save and restore DHT state from string or byte[]?

guillaumemichel commented 1 year ago

No, saving and restoring Kademlia state hasn't been implemented yet. Please see this other issue https://github.com/libp2p/go-libp2p-kad-dht/issues/254

master255 commented 1 year ago

@guillaumemichel This is my issue.

guillaumemichel commented 1 year ago

Sorry, I edited the message above to link to https://github.com/libp2p/go-libp2p-kad-dht/issues/254