Ruby BitTorrent 库

发布于 2024-11-09 06:51:01 字数 1431 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

关于从前 2024-11-16 06:51:02

在找不到任何好的解决方案将我的 ruby​​ 代码连接到 BitTorrent 协议后,我为 Transmission RPC API 实现了一个 Ruby 包装器:

这是一个非常简单的版本,可以满足我的需求。

当然,它对为其运行的 Transmission 客户端有很大的依赖性,但我认为这是您的依赖性想要拥有它是因为它是一个非常稳定且更新的 BitTorrent 客户端。

我建议设置 无头传输守护进程

After not finding any good solution to connect my ruby code to a BitTorrent protocol I have implemented a Ruby wrapper for the Transmission RPC API:

It is a very simple version that works for my needs.

Of course it has a very big dependency of a Transmission client running for it, but I think it is a dependency you want to have due it is a very stable and very updated bittorrent client.

I recommend to set up a headless transmission daemon

兔小萌 2024-11-16 06:51:02

您有几种选择,可以使用 FFI 和任何 c/c++/java torrent 库自行实现,或者使用众所周知的 torrent 守护进程(即: Transmission、utorrent 等)并通过其 rpc 接口与其对话。

You have a few alternatives, rolling your own with FFI and any c/c++/java torrent library, or use a well known torrent daemon (ie: transmission, utorrent, etc) and talk to it via its rpc interface.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文