vaiTorrent:NodeJ中的BitTorrent客户端实现

时间:2024-06-01 02:49:38
【文件属性】:

文件名称:vaiTorrent:NodeJ中的BitTorrent客户端实现

文件大小:42KB

文件格式:ZIP

更新时间:2024-06-01 02:49:38

JavaScript

沃特伦特 Node.js中的BitTorrent客户端实现,仅用于教育目的。 入门 先决条件 最新版本的NodeJ和NPM 安装和运行 下载/拉动源代码 $ mkdir vaiTorrent $ cd vaiTorrent $ git init $ git pull https://github.com/vaibhav-walia/vaiTorrent.git 安装客户端 $ npm install 打开settings.json并设置下载目录 { "downloadDir" : "./../Downloads/" } 下载种子文件: node vaiTorrent.js Example: $ cd src $ node vaiTorrent.js ./../testTorrents/2.torrent 作者 Vaibhav Walia


【文件预览】:
vaiTorrent-master
----package.json(319B)
----settings.json(41B)
----src()
--------httpTracker.js(4KB)
--------messageFactory.js(3KB)
--------queue.js(417B)
--------vaiTorrent.js(7KB)
--------environment.js(434B)
--------peer.js(16KB)
----LICENSE(1KB)
----Downloads()
--------.gitkeep(0B)
----README.md(821B)
----testTorrents()
--------2.torrent(4KB)
--------s.torrent(27KB)
--------1.torrent(827B)

网友评论