node-vscp-helper

1.0.3 • Public • Published

node-vscp-helper

Utility and helper functions for VSCP applications

If you are new to VSCP you can find more info here.

Install

NOT! This module needs the VSCP helper library, so before use you must install this library. Instructions are here.

Install with

npm install node-vscp-helper

optionally with '--save' to save dependency in the package.json file.

Usage

Reference the module in the beginning of your file like this

const vscphlp = require("node-vscp-helper");

if you want to work with constants instead of magical numbers then the vscp-class and vscp-type module is also useful. Bring them all in like this

const vscp_class = require('node-vscp-class');
const vscp_type = require('node-vscp-type');

const vscp = require("node-vscp");

This package is part of the VSCP(Very Simple Control Protocol) IoT framework.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0

Package Sidebar

Install

npm i node-vscp-helper

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

55.2 kB

Total Files

15

Last publish

Collaborators

  • akhe