Search code examples
c++cross-platformdht

C++ implementation of DHT


I am looking for opensource implementations of Kademlia DHT in C/C++. It must be lightweight and crossplatform (win/linux/mac).

It must be able to post information to DHT and retrieve it.


Solution

  • What's wrong with maidsafe-dht ?