libtorrent python dht 示例 [关闭]

Posted

技术标签:

【中文标题】libtorrent python dht 示例 [关闭]【英文标题】:libtorrent python dht example [closed] 【发布时间】:2015-02-03 17:21:52 【问题描述】:

我正在尝试实现一个 p2p 应用程序。我想在 libtorrent 库中使用 DHT。我想将 python 用于 p2p 应用程序。谁能建议一个示例 dht libtorrent python 实现或我可以使用的一些 api?

【问题讨论】:

看看我的项目qadom实现了DHT github.com/amirouche/qadom 【参考方案1】:

Deluge 在支持 DHT 的 python 中得到很好的 libtorrent 实现

在 libtorrent 中默认启用 DHT,即使在 python 绑定中也是如此。

【讨论】:

以上是关于libtorrent python dht 示例 [关闭]的主要内容,如果未能解决你的问题,请参考以下文章

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

python libtorrent 在使用磁力 URI 时我应该等待元数据多长时间?

libtorrent-rasterbar 无法使用磁力链接下载元数据

如何使用 python-libtorrent 下载特定文件

在 libtorrent 示例中使用 maketorrent

在 Ubuntu 上为 libtorrent 安装 Python3 绑定