如何在python中使用libtorrent的udp协议跟踪器协议

Posted

技术标签:

【中文标题】如何在python中使用libtorrent的udp协议跟踪器协议【英文标题】:how to use libtorrent's udp protocol tracker protocol in python 【发布时间】:2012-12-27 17:21:22 【问题描述】:

我已经浏览了以下链接http://www.rasterbar.com/products/libtorrent/udp_tracker_protocol.html,但我无法理解我们需要调用哪些函数才能使用 udp 跟踪器的协议发送数据。

【问题讨论】:

链接失效,我在 Google 上似乎找不到它 【参考方案1】:

这是一个跟踪器协议。客户端无需采取任何操作即可使用它。您只需要在其跟踪器列表中添加一个 udp:// URL 的 torrent。 libtorrent 将自动联系跟踪器,无论它们是 http 还是 udp。

【讨论】:

你能给我指出一些好的 libtorrent 教程链接,以便在 python 中使用 libtorrent 开发 Torrent 客户端。 我能想到的最好的是:libtorrent.svn.sourceforge.net/viewvc/libtorrent/trunk/bindings/… 和 libtorrent.svn.sourceforge.net/viewvc/libtorrent/trunk/bindings/…

以上是关于如何在python中使用libtorrent的udp协议跟踪器协议的主要内容,如果未能解决你的问题,请参考以下文章

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

如何使用 python-libtorrent 获取 torrent 的对等列表?

如何使用 libtorrent for python 获取 info_hash

使用 python-libtorrent 从 torrent 文件中获取 torrent 下载目录

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

如何使用 libtorrent 下载完全跳过将文件写入磁盘?