All Projects → cuijun123 → Phpdhtspider

cuijun123 / Phpdhtspider

php实现的dht爬虫

Projects that are alternatives of or similar to Phpdhtspider

Phpspidermagnetbittorrent
php实现p2p中DHT网络爬虫,并提供搜索下载
Stars: ✭ 64 (-74.19%)
Mutual labels:  dht, swoole, p2p
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (-73.79%)
Mutual labels:  metadata, p2p, dht
Node P2p Chord
A light weight Chord protocol and algorithm library that creates a distributed hash table (DHT) for a p2p network.
Stars: ✭ 12 (-95.16%)
Mutual labels:  dht, p2p
Blocxxi
Implementation of Kademlia based DHT and a blockchain in C++
Stars: ✭ 21 (-91.53%)
Mutual labels:  dht, p2p
Bittorrent Dht
🕸 Simple, robust, BitTorrent DHT implementation
Stars: ✭ 1,004 (+304.84%)
Mutual labels:  dht, p2p
Torsniff
torsniff - a sniffer that sniffs torrents from BitTorrent network
Stars: ✭ 3,800 (+1432.26%)
Mutual labels:  metadata, dht
Ocsystem
🚀ONLYCHAIN blockchain underlying system-OCSystem
Stars: ✭ 713 (+187.5%)
Mutual labels:  swoole, p2p
Toxic
An ncurses-based Tox client (please make pull requests on the development fork: https://github.com/toktok/toxic)
Stars: ✭ 987 (+297.98%)
Mutual labels:  dht, p2p
Layr
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Stars: ✭ 90 (-63.71%)
Mutual labels:  p2p, dht
Snail
基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼
Stars: ✭ 102 (-58.87%)
Mutual labels:  dht, p2p
Bitchatclient
Technitium Bit Chat, a secure, peer-to-peer, instant messenger!
Stars: ✭ 111 (-55.24%)
Mutual labels:  dht, p2p
Kadnode
P2P DNS with content key, crypto key and PKI support. DynDNS alternative.
Stars: ✭ 359 (+44.76%)
Mutual labels:  dht, p2p
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (+11.69%)
Mutual labels:  dht, p2p
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+2790.73%)
Mutual labels:  dht, p2p
Bluntly
serverless, encrypted, NAT-breaking p2p connections - DEPRECATED
Stars: ✭ 270 (+8.87%)
Mutual labels:  dht, p2p
Metadata
a infohash metadata collector
Stars: ✭ 21 (-91.53%)
Mutual labels:  metadata, dht
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+710.89%)
Mutual labels:  dht, p2p
ipvpn
[WIP] Easy-to-use decentralized secure overlay private network (for any device)
Stars: ✭ 24 (-90.32%)
Mutual labels:  p2p, dht
Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-75.4%)
Mutual labels:  dht, p2p
Chord
Implementation of Chord DHT(Distributed Hash Table) paper
Stars: ✭ 118 (-52.42%)
Mutual labels:  dht, p2p

phpDhtSpider

php实现的dht爬虫(分布式)

需要swoole拓展

swoole version 1.9.18

PHP Version 5.6+

#########运行说明##############

dht_client目录 为爬虫服务器 环境要求

1.php安装swoole拓展 (pecl install swoole 默认安装1.9.18版本)

2.设置服务器 ulimit -n 100000

3.关闭防火墙 有后台策略控制的也关闭测试(dht网络端口不确定)

4.运行 php go.php

很多采集不到数据 是由于第三点导致的

=============================================================

dht_server目录 接受数据服务器(可在同一服务器) 环境要求

1.php安装swoole拓展 (pecl install swoole 默认安装1.9.18版本)

2.设置服务器 ulimit -n 100000

3.防火墙开发dht_client请求的对应端口(配置项中)

4.运行 php go.php ////

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].