Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.31 KB

Documentation Status Build Status Linux Build status Windows Coverage Status

Description

C++11 distributed hash table library

This software is experimental and under active development.

Development

Bug and feature requests

Supported targets

OSCompiler
OSXclang
NIXgcc
Windows 7+MSVC

Project structure

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