opendht

C++17 Distributed Hash Table implementation for peer-to-peer networks

brewmacoslinux
Try with needOr install directly
Source

About

C++17 Distributed Hash Table implementation

Commands

dhtnode

Examples

Start a DHT node on the default port$ dhtnode
Start a DHT node on a specific port$ dhtnode -p 4222
Start a DHT node and bootstrap from an existing node$ dhtnode -p 4222 -b bootstrap.example.com:4222