aboutsummaryrefslogtreecommitdiff
path: root/devel/py-opendht/pkg-descr
blob: 7611f146b8df1c52c1c22aa3973314b536c7a90e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
A lightweight C++11 Distributed Hash Table implementation originally based on
https://github.com/jech/dht by Juliusz Chroboczek.

* Light and fast C++11 Kademlia DHT library.
* Distributed shared key->value data-store
* Clean and powerfull distributed map API with storage of arbitrary binary
  values of up to 56 KB.
* Optional public key cryptography layer providing data signature and
  encryption (using GnuTLS).
* IPv4 and IPv6 support.
* Python binding.

WWW: https://github.com/savoirfairelinux/opendht/