1个稳定版本
新版本 1.0.0 | 2024年8月25日 |
---|
#62 in #dht
100次每月下载
在2个crate中使用了(通过rustybit-lib)
62KB
1.5K SLoC
RustyBit
一个简单的CLI bittorrent客户端。
它也部分支持DHT协议。
安装
cargo install rustybit
使用
要将种子文件下载到$(pwd)/.downloads
文件夹,请运行以下命令
rustybit <torrent_path>
如果您想更改输出目录,请使用此命令代替
rustybit <torrent_path> -o <output_dir_path>
缺少的功能
目前缺少以下功能(我还不确定是否会添加它们)
- 种子种子
- 扩展协议支持
- 完整的DHT节点
- 并行下载多个种子
- 暂停/恢复种子
- 适当的GUI/TUI
依赖项
~6–17MB
~204K SLoC