Libtorrent通过python绑定登录,可能吗?

时间:2012-05-18 22:14:49

标签: python bittorrent dht libtorrent

我注意到Rasterbar / Libtorrent页面提到了“详细记录DHT协议流量”的可能性

http://www.rasterbar.com/products/libtorrent/building.html

有谁知道它是否可以与python绑定有关?

干杯!

1 个答案:

答案 0 :(得分:0)

根据我在C ++源代码中读到的内容,使用dht log编译只会使库登录到文件(dht.log),并且似乎没有任何API。

现在,您可能需要查看libtorrent源代码分发根目录下的parse_dht_log.py文件 - 这取决于您要执行的操作,这可能会让您开始解析该日志文件。

希望这有帮助。