文件名称:RubyTorrent:Ruby 中的简单 BitTorrent 客户端
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-10 10:59:58
Ruby
Ruby洪流
一个简单的用 Ruby 编写的 BitTorrent 客户端。 该客户端可以同时从多个对等点下载单文件或多文件种子。
安装
在本地克隆 RubyTorrent。 CD 进入 RubyTorrent 目录并运行以下命令:
git submodule init
git submodule update
跑步
要使用 RubyTorrent 下载文件,请从根目录运行以下命令:
ruby lib/ruby_torrent.rb
【文件预览】:
RubyTorrent-master
----.gitignore(75B)
----test_torrents()
--------flagfromserver.torrent(2KB)
--------cars.torrent(379B)
--------robba.torrent(698B)
--------piy.torrent(399B)
----.gitmodules(110B)
----README.md(709B)
----lib()
--------ruby_torrent()
--------ruby_torrent.rb(928B)