C++11 distributed hash table library
This software is experimental and under development.
- cmake
- c++11 compiler
cmake --preset defaultcmake --build out --config Releasecmake --install out --config Release
| OS | Compiler |
|---|---|
| OSX | clang |
| NIX | gcc |
| Windows 7+ | MSVC |
kademlia/
|
|-- include API public headers files.
|-- src Implementation sources and headers files.
|-- test/unit_tests Unit tests.
|-- docs User and development documentation.
|-- specs Kademlia protocol papers