Description
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 powerful 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.
Installation Instructions
Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable lef/opendht
More info about enabling Copr repositories