有没有一个可以轻松地从 java 编程控制的 Bittorent 客户端?
客户想要向系统添加功能,以便在 20 台服务器之间分发大文件 (~700mb)。该系统是用java编写的。 Bittorent 似乎是一个完美的解决方案,是否有可用的客户端允许我通过 java 以编程方式添加/删除 torrent 并跟踪 torrent 进度?
A client wants to add functionality to a system that will distribute large files(~700mb) among 20 servers. The system is written in java. Bittorent seems like a perfect solution for this, is there client available that will allow me to add/remove torrents and track torrent progress programatically from java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 Java BitTorrent 库
另请参阅:Java Bitorrent API
See Java BitTorrent library
See also: Java Bitorrent API
一些 torrent 客户端具有 Web 界面。您可以编写一个程序来与此 Web 界面交互。
我有一个与 uTorrent Web 界面交互的 Ruby 程序。这是一个非常简单的方法(RESTful 接口,数据以 JSON 格式交换)。
Some torrent clients have web-interfaces. You can write a program to interact with this web-interface.
I have a Ruby program that interacts with uTorrent web interface. This is a pretty simple approach (RESTful interface with data being exchanged in JSON).