Skip to content
Snippets Groups Projects
Commit effa48ad authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Add link to documentation

parent 97f8b633
Branches
Tags
No related merge requests found
...@@ -3,18 +3,20 @@ OpenDHT ...@@ -3,18 +3,20 @@ OpenDHT
A lightweight C++11 Distributed Hash Table implementation A lightweight C++11 Distributed Hash Table implementation
* Light C++11 Kademlia DHT library * Light C++11 Kademlia DHT library
* Simple API * Simple distributed map API
* Support for arbitrary value types (with common types built-in) * Support for arbitrary value types (not just IPs)
* Optional crypto/identity layer with data signature and encryption (using GnuTLS) * Optional crypto/identity layer with data signature and encryption (using GnuTLS)
* Value edition authentified by the crypto layer or with custom per-value-type hooks
* Fast bootstrap and announce time * Fast bootstrap and announce time
* Not compatible with Bittorrent DHT (mainline). * Not compatible with Bittorrent DHT (mainline).
* Originally based on https://github.com/jech/dht by Juliusz Chroboczek * Originally based on https://github.com/jech/dht by Juliusz Chroboczek
***work in progress*** Documentation
-
See the wiki: <https://github.com/savoirfairelinux/opendht/wiki/OpenDHT-Documentation>
Example Example
- -
Example program launching a DHT node, connecting to the network and performing some basic operations:
```c++ ```c++
#include <opendht.h> #include <opendht.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment