文件名称:dht_crawler:使用 libtorrent 的 dht 爬虫
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-28 03:08:31
C++
dht_crawler 使用 libtorrent 的 dht 爬虫 ##如何编译嗯,目前所有的参数都是硬编码的。 我只是在测试它是否工作正常。 基本上,不要使用它。 安装依赖项: apt-get install autoconf libtool libssl-dev libboost-all-dev apt-get install libtorrent-rasterbar-dev 然后你可以使用我的Makefile 。 注意:Makefile 的输出目录设置为HOME ,您可能需要更改它。 使用 libtorrent 编译代码的一般方法: g++ source.cpp -ltorrent-rasterbar -lboost_system -o output ##如何使用 ./dht_crawler ./dht_crawler config.json 如果给出了配置文件,
【文件预览】:
dht_crawler-master
----dht_crawler.cpp(6KB)
----main_dht_crawler.cpp(3KB)
----.gitignore(3KB)
----Makefile(417B)
----README.md(2KB)
----.gitattributes(483B)
----dht_crawler.h(1KB)