/dht-crawler

Tools to crawl and index the BitTorrent DHT.

Primary LanguageRust

dht-crawler

CircleCI branch

A tool to collect information about nodes and info-hashes in the DHT. Built using tokio.

Running

To run, install a rust development environment and run

cargo run

to start crawling.

Tests

There are a number of tests in the project to make sure things work. After setting up rust, just run:

cargo test