All Projects → dalaizhao → Phpspidermagnetbittorrent

dalaizhao / Phpspidermagnetbittorrent

php实现p2p中DHT网络爬虫,并提供搜索下载

Projects that are alternatives of or similar to Phpspidermagnetbittorrent

Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+3042.19%)
Mutual labels:  dht, p2p, bittorrent
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+11101.56%)
Mutual labels:  dht, p2p, bittorrent
Snail
基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼
Stars: ✭ 102 (+59.38%)
Mutual labels:  dht, p2p, bittorrent
Torrent Discovery
Discover BitTorrent and WebTorrent peers
Stars: ✭ 177 (+176.56%)
Mutual labels:  dht, p2p, bittorrent
Phpdhtspider
php实现的dht爬虫
Stars: ✭ 248 (+287.5%)
Mutual labels:  dht, swoole, p2p
Bittorrent Dht
🕸 Simple, robust, BitTorrent DHT implementation
Stars: ✭ 1,004 (+1468.75%)
Mutual labels:  dht, p2p, bittorrent
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (+1.56%)
Mutual labels:  bittorrent, p2p, dht
Bluntly
serverless, encrypted, NAT-breaking p2p connections - DEPRECATED
Stars: ✭ 270 (+321.88%)
Mutual labels:  dht, p2p, bittorrent
Kraken
P2P Docker registry capable of distributing TBs of data in seconds
Stars: ✭ 4,849 (+7476.56%)
Mutual labels:  p2p, bittorrent
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+39828.13%)
Mutual labels:  p2p, bittorrent
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+13317.19%)
Mutual labels:  p2p, bittorrent
Aria2.js
JavaScript library for aria2, "The next generation download utility."
Stars: ✭ 471 (+635.94%)
Mutual labels:  dht, bittorrent
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+6365.63%)
Mutual labels:  p2p, bittorrent
Webtorrent Cli
WebTorrent, the streaming torrent client. For the command line.
Stars: ✭ 633 (+889.06%)
Mutual labels:  p2p, bittorrent
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+6017.19%)
Mutual labels:  p2p, bittorrent
Ocsystem
🚀ONLYCHAIN blockchain underlying system-OCSystem
Stars: ✭ 713 (+1014.06%)
Mutual labels:  swoole, p2p
Kadnode
P2P DNS with content key, crypto key and PKI support. DynDNS alternative.
Stars: ✭ 359 (+460.94%)
Mutual labels:  dht, p2p
Biglybt
Feature-filled Bittorrent client based on the Azureus open source project
Stars: ✭ 672 (+950%)
Mutual labels:  p2p, bittorrent
P2p Media Loader
An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
Stars: ✭ 822 (+1184.38%)
Mutual labels:  p2p, bittorrent
Dhtsearch
[mirror] Standalone DHT search
Stars: ✭ 32 (-50%)
Mutual labels:  dht, bittorrent

PHP编写的DHT网络爬虫

以分析当前热门、用户喜好为目的,收集和查看磁力链接和种子,当然少不了证明PHP是世界上最好的语言 ^_^

磁力搜索站点:www.imdalai.com (目前在收集分析磁力和种子阶段,尚未提供搜索)

1.开发环境介绍

1.环境搭建过程

centos7+php7.1.4+mysql5.7+swoole搭建记录

2.介绍开发环境

linux系统:centos7.2
php版本:php7.1.4
数据库:mysql5.7
当然要用高性能、高并发通信引擎:swoole1.9.9

3.协议介绍

DHT协议解析

目前忙于实习,本系统也是处于未完善状态,不过收集hashInfo倒是完善的(见dht文件夹),其它异步数据库、和bt下载都出与未完善阶段。那天抽空再完善整个系统。 谢谢,鼓励!  

重构中查看分支: feature_refactoring

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].