https://github.com/midoks/mdht
Learn more DHT protocol
https://github.com/midoks/mdht
dht python
Last synced: about 1 year ago
JSON representation
Learn more DHT protocol
- Host: GitHub
- URL: https://github.com/midoks/mdht
- Owner: midoks
- License: apache-2.0
- Created: 2014-10-19T07:19:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T09:09:34.000Z (over 7 years ago)
- Last Synced: 2024-12-26T10:42:15.817Z (over 1 year ago)
- Topics: dht, python
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MDHT
====
Learn more DHT protocol
我是借助[simDHT](https://github.com/laomayi/simDHT)这个学习的DHT协议,非常感谢作者提供怎么简单的实例.
让我可以理解这个协议。
当然我还有很多不知道的东西,比如,我还不知道通过这个协议,下载一个完整的种子。
[Magnet2Torrent](https://github.com/danfolkes/Magnet2Torrent),这是我找到的比较好的.我还没有做测试。它需要安装python-libtorrent。
如过谁能给我一个在mac和win7的上的完整(通过磁力连接转换为种子)实例,我将十分感谢。
这一段时间的学习,我想划上一个句号。
### 我的相关地址
- [我的博客](http://midoks.cachecha.com)
- [我的微博](http://weibo.com/u/1504761980)
### 使用说明
- python mdht.py start
- 开启爬虫
- python mdht.py stop
- 停止爬虫
- python mdht.py test
- 测试
### 相关学习资料
[小虾](http://xiaoxia.org/2013/05/11/magnet-search-engine/)
[Kevin Lynx](http://codemacro.com/2013/05/19/crawl-dht/)
[zxx](http://blog.csdn.net/xxxxxx91116/article/details/7971134)
[mergerly](http://blog.csdn.net/mergerly/article/details/7989281)