bncode:javascript中的bencoding(bittorrent)

时间:2024-05-26 07:52:14
【文件属性】:

文件名称:bncode:javascript中的bencoding(bittorrent)

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-26 07:52:14

JavaScript

JS的Bencoding(node.js) 这是一个用于编码和解码本编码(bittorrent)内容的小型库。 Bencoding指定。 获取并安装 github存储库在 可通过npm安装(npm软件包名称为bncode ,请注意拼写!): npm install bncode 编码方式 编码如下: var benc = require("bncode"), exmp = {} exmp.bla = "blup" exmp.foo = "bar" exmp.one = 1 exmp.woah = {} exmp.woah.arr = [] exmp.woah.arr.push(1) exmp.woah.arr.push(2) exmp.woah.arr.push(3) exmp.str = new Buffer("Buffers work too") var bencBuf


【文件预览】:
bncode-master
----.travis.yml(70B)
----LICENSE(1KB)
----test()
--------videos.torrent(41KB)
--------test.js(11KB)
--------bloeh.torrent(220B)
--------chipcheezum.torrent(41KB)
--------test.torrent(14KB)
----README.md(3KB)
----TODO(83B)
----.gitignore(19B)
----bncode.js(12KB)
----package.json(552B)
----THANKS(134B)

网友评论