dhtnode

OpenDHT node binary

Install

All systems
curl cmd.cat/dhtnode.sh
Debian Debian
apt-get install dhtnode
Ubuntu
apt-get install dhtnode
Arch Arch Linux
pacman -S dhtnode
image/svg+xml Kali Linux
apt-get install dhtnode
Windows (WSL2)
sudo apt-get update sudo apt-get install dhtnode
Raspbian
apt-get install dhtnode

dhtnode

OpenDHT node binary

OpenDHT is a C++11 distributed hash table implementation. Feature list: - 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 bindings. This package contains the OpenDHT node binary.

opendht

A C++11 implementation of the Kademlia DHT (Distributed Hash Table)