cayennelpp-handlers
v1.1.2
Published
Encode / decode MQTT stream from Devices using CayenneLPP protocol
Downloads
6
Maintainers
Readme
CayenneLPP Handlers
- Encode / decode MQTT stream from devices using CayenneLPP Protocol
- Use Open Mobile Alliance & CayenneLPP standards as main target / source protocol.
Installation
With npm :
$ npm install cayennelpp-handlers --save
Linting
With ESLint
$ npm run lint
Test
With Mocha
$ npm run test
Generate documentation
With JSDoc and Vuepress
$ npm run docs:dev
$ npm run docs:build
$ npm run docs:serve