项目作者: mmathys

项目描述 :
Minimal BitTorrent DHT-Protocol crawler
高级语言: JavaScript
项目地址: git://github.com/mmathys/dht-crawler.git
创建时间: 2015-01-16T16:03:42Z
项目社区:https://github.com/mmathys/dht-crawler

开源协议:MIT License

下载


dht-crawler

Minimal BitTorrent crawler and scheduler with RethinkDB backend to collect, analyse and store peers.

This crawler searches for peers of one or more torrents you define. Its core, forked from Trrnts, searches for peers via the DHT-Protocol and sends ~4000 UDP packages per second. After, the crawler looks up the origin in a GeoIP-database, and stores it after.

The stack

Node, trrnts (crawler core), RethinkDB

The crawler

The DHT protocol implementation

The BitTorrent DHT protocol is based on UDP, which is a connection-less, low-level protocol. The team from Trrnts made a pretty, straight-forward implementation of the protocol, however more abstract ways of DHT-crawling exist.

Sample benchmark

This is a benchmark of a popular torrent as listed on kickass.to
Sample benchmark