Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 548 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 548 Bytes

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