C# monotorrent 客户端嵌入问题
我需要在我的 C# 应用程序中嵌入 torrent 客户端(能够通过 .torrent 文件下载文件)。我正在使用 monotorrent 库来做到这一点。 我需要编写 Windows …
libtorrent dht 对等请求?
我一直在研究 libtorrent/rasterbar 的 python 绑定。 我想做的是生成一个新的“节点 ID”并将其重新通告给其他节点。 我读到需要创建一个“bencoded …
创建 torrent 文件的信息哈希时出现问题
我正在创建一个 BitTorrent 网站。 如果用户上传 .torrent 文件,我需要获取信息哈希以从跟踪器获取更多信息。 但是我似乎无法从文件中获取正确的信息…
适用于 C++、Windows 的 Torrent 库
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
从 ruby 中的 Torrent 文件中提取哈希值
我希望提取 torrent 文件的哈希标识符。 特别是,我正在寻找打开 torrent 信息对话时 Transmission/uTorrent 中显示的相同哈希值(看起来像这样:7b43…
在 torrent 索引站点上保存 torrent
我正在建立一个 torrent 网站,用户可以在其中上传 torrent。 保存 .torrent 文件的好方法是什么? 我可以想到几个选项: 将 torrent 文件本身保存在…
现有 DHT 的 Hello World
我熟悉分布式哈希表 (DHT) 的工作原理。是否可以编写一个将数据存储到现有 DHT(例如 Kademlia 或 Mainline DHT)的程序?是否有一个简单的“Hello Wo…
Ruby BitTorrent 库
Closed. This question needs details or clarity. It is not currently accepting answers. 想要改进这个问题?通过编辑这篇文章添加详细信息并澄清…
Rhel 5 机器上的 Vuze 客户端
我下载了适用于 Linux(Rhel 5)的 vuze 客户端并提取了 tar 文件。当我执行 vuze 启动器时,出现以下错误。我正在尝试调试这个问题,同时任何linux专…