I am looking for full kademlia DHT Implementation in c++? I have tried bitdht which is not ver well documented and it is not even fully implemented. Also maidsafe-dht is too complex. Can any one refer to any other implementations except for the ones mentioned above?
Asked
Active
Viewed 906 times
0
-
SO is not the right place for this type of questions... – tod May 05 '14 at 14:15
-
Where I can ask this question then ? – user3499380 May 05 '14 at 16:40
1 Answers
2
Do you know about libtorrent? It is an open source lib in C++. http://www.libtorrent.org/

Augusitin Peter
- 63
- 6
-
1Welcome to Stack Overflow! Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Rohit Gupta Jul 13 '15 at 02:04