fiip

3.2.0 • Public • Published

FIIP

极速万物互联协议(Fast Internet Interconnection Protocol).

安装

npm install fiip --save

使用

const fiip = require('./fiip');
const txd = new fiip.Format();

const my = { id: Buffer.from('0000000000000000', 'hex'), key: Buffer.from('00000000', 'hex') };
fiip.init();
fiip.setId(my.id, my.key);
txd.setVar('body', Buffer.from('this is body.'), 13);
fiip.request(txd, my.id, null);

许可证

MIT

相关链接

git

Readme

Keywords

Package Sidebar

Install

npm i fiip

Weekly Downloads

0

Version

3.2.0

License

MIT

Unpacked Size

22.5 kB

Total Files

15

Last publish

Collaborators

  • rise0chen