bittorrent-peerid:将 BitTorrent 对等 ID 映射到人类可读的客户端名称和版本

时间:2024-08-24 10:14:45
【文件属性】:

文件名称:bittorrent-peerid:将 BitTorrent 对等 ID 映射到人类可读的客户端名称和版本

文件大小:15KB

文件格式:ZIP

更新时间:2024-08-24 10:14:45

nodejs javascript torrent bittorrent webtorrent

bittorrent-peerid 将 BitTorrent 对等 ID 映射到人类可读的客户端名称和版本 也可以在浏览器中使用 ! 该模块由。 安装 npm install bittorrent-peerid 用法 const peerid = require ( 'bittorrent-peerid' ) const parsed = peerid ( '-AZ2200-6wfG2wk6wWLc' ) console . log ( parsed . client , parsed . version ) parsed peerid 对象如下所示: { client : 'Vuze' , version : '2.2.0.0' } bittorrent-peerid 可以解析以以下格式编码的对等 ID: 一个 20 字节的缓冲区 一个 40 个字符的十六进制字符


【文件预览】:
bittorrent-peerid-master
----.gitignore(31B)
----README.md(3KB)
----CHANGELOG.md(257B)
----.github()
--------workflows()
----test()
--------basic.js(8KB)
----LICENSE(1KB)
----package.json(1KB)
----index.js(15KB)
----.npmignore(6B)
----lib()
--------utils.js(6KB)

网友评论