Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 253 Bytes

DHT Explorer

Qt GUI for the DHT implementation used by the BitTorrent protocol.

The program maintains a connection to the network and allows searching for hashes.

Build

git submodule update --init
mkdir build
cd build
cmake ..
make