Libtorrent 通过 python 绑定进行日志记录,可能吗?

Posted

技术标签:

【中文标题】Libtorrent 通过 python 绑定进行日志记录,可能吗?【英文标题】:Libtorrent Logging through python bindings, possible? 【发布时间】:2012-05-18 22:14:49 【问题描述】:

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

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

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

干杯!

【问题讨论】:

【参考方案1】:

根据我在 C++ 源代码中阅读的内容,使用 dht 日志记录进行编译只会将库日志记录到一个文件 (dht.log) 中,而且在此之上似乎没有任何 API。

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

希望这会有所帮助。

【讨论】:

是的,这是一个构建选项,主要用于调试

以上是关于Libtorrent 通过 python 绑定进行日志记录,可能吗?的主要内容,如果未能解决你的问题,请参考以下文章

libtorrent-rasterbar 的 Python 绑定不起作用

Libtorrent python SSL 绑定

在 Ubuntu 上为 libtorrent 安装 Python3 绑定

使用带有 python 绑定的 boost 在 osx 上构建 32 位版本的 libtorrent

python libtorrent 快速恢复

通过 Libtorrent (Python) 将数据库用作 Custom_Storage