项目作者: JFreegman

项目描述 :
A Tox DHT network crawler
高级语言: C
项目地址: git://github.com/JFreegman/toxcrawler.git
创建时间: 2016-03-04T21:23:33Z
项目社区:https://github.com/JFreegman/toxcrawler

开源协议:GNU General Public License v3.0

下载


toxcrawler

toxcrawler is a Tox 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.
Clone this repo to the same base directory as toxcore, then run the command make in the crawler directory.