文件名称:charo-torrent:用Go编写的BitTorrent客户端库
文件大小:6.7MB
文件格式:ZIP
更新时间:2024-02-23 11:34:23
go bittorrent p2p bittorrent-client magnet-link
字符洪流
该存储库实现BitTorrent协议,并带有一个最小的CLI BitTorrent客户端。 着重于可伸缩性,它有充分的文档证明,也可以被其他项目使用。 诸如接口使此程序包可配置且与其他程序不同。 除了,charo还实现:
( )
附带说明,charo还不支持IPv6。
安装
必须>> 1.13
图书馆: go get github.com/lkslts64/charo-torrent/torrent
客户: go get github.com/lkslts64/charo-torrent/cmd/charo-download
客户用法
要从文件下载种子文件:
The following command assumes that the client is installed and the executable 'charo-download' is in $PATH (because $GOPATH/bin should be in $PATH).