aloes-handlers
Version:
Encode / decode MQTT packet from IoT devices to Web browsers.
48 lines (30 loc) • 896 B
Markdown
# Aloes - Handlers
[](https://framagit.org/aloes/aloes-handlers/-/commits/master) [](https://aloes.frama.io/aloes-handlers/lcov-report)
- Encode / decode MQTT packet from IoT devices to Web browsers.
- Use [Open Mobile Alliance](http://www.openmobilealliance.org/wp/OMNA/LwM2M/LwM2MRegistry.html) standards as main target / source protocol.
[Full Docs](https://aloes.frama.io/aloes-handlers/)
---
## Installation
With npm :
```bash
$ npm install aloes-handlers --save
```
## Linting
With ESLint
```bash
$ npm run lint
```
## Test
With Mocha
```bash
$ npm run test
```
## Generate documentation
With JSDoc and Vuepress
```bash
$ npm run docs:dev
```
```bash
$ npm run docs:build
$ npm run docs:serve
```