tomisetsu / kademlia

Dead simple C++11 kademlia distributed hash table library

Home Page:http://dev.litchis.fr/projects/kademlia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dead simple C++11 kademlia distributed hash table library

http://dev.litchis.fr/projects/kademlia


Languages

Language:C++ 95.2%Language:CMake 4.6%Language:Shell 0.1%