New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fiip-protocol-stdp

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fiip-protocol-stdp

fiip-protocol-stdp

latest
npmnpm
Version
2.1.0
Version published
Weekly downloads
3
-92.31%
Maintainers
1
Weekly downloads
 
Created
Source

fiip-protocol-stdp

stdp--一个fiip子协议.

安装

npm install fiip-protocol-stdp --save

使用

const fiip = require('./fiip/fiip');
const stdp = require('./fiip-protocol-stdp/stdp');
const txd = new stdp.Format();
stdp.start();
stdp.addListener(0xffff, (msg, link) => {
  console.log(msg);
});
const txd = new stdp.Format();
txd.setVar('body', Buffer.from('hello'), 6);
fiip.send(txd, my.id, null);

许可证

MIT

相关链接

git

Keywords

fiip

FAQs

Package last updated on 29 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts