Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfreegman/toxcrawler
A Tox DHT network crawler
https://github.com/jfreegman/toxcrawler
crawler dht dht-network tox toxcore
Last synced: about 2 months ago
JSON representation
A Tox DHT network crawler
- Host: GitHub
- URL: https://github.com/jfreegman/toxcrawler
- Owner: JFreegman
- License: gpl-3.0
- Created: 2016-03-04T21:23:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T01:49:02.000Z (11 months ago)
- Last Synced: 2024-11-01T02:34:18.602Z (about 2 months ago)
- Topics: crawler, dht, dht-network, tox, toxcore
- Language: C
- Homepage:
- Size: 76.2 KB
- Stars: 35
- Watchers: 9
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toxcrawler
toxcrawler is a [Tox](https://tox.chat) DHT network crawler.## Crawler
The crawler crawls the DHT network with multiple concurrent instances, allowing for a steady stream of up-to-date data on the number of active DHT notes on the network at any given time. When a crawler instance completes its mission, a log file containing all space separated IP addresses that it found is created in the `crawler_logs/{currentdate}/` directory, with the name `{timestamp}.cwl`.### Compiling
Compile and install [toxcore](https://github.com/toktok/c-toxcore).
Clone this repo to the same base directory as toxcore, then run the command `make` in the `crawler` directory.