文件名称:node-bittorrent-location:获取洪流跟踪器的位置
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-07 12:50:26
JavaScript
Bittorrent位置 获取可用于种子文件或磁力链接的跟踪器的位置。 特征 支持torrent file和magnet link 给出跟踪器的latitude和longitude 安装 npm i bittorrent-location --save 测试 npm test 用法 var Bittorrent_Location = require('bittorrent-location') var bittorrentLocation = new Bittorrent_Location('my.torrent') bittorrentLocation.on('update', function (location) { console.log(location) //location of tracker }) bittorrentLocation.on('error',
【文件预览】:
node-bittorrent-location-master
----index.js(2KB)
----package.json(743B)
----readme.md(1KB)
----test()
--------test.js(2KB)
--------torrent()
----.npmignore(42B)
----.gitignore(32B)
----bittorrent_protocol.md(3KB)
----lib()
--------parse_torrent.js(144B)