0.6.5 • Published 6 months ago

iott-decoder v0.6.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

2STools IoTT library

Library with useful functions for our clients

Install

npm install iott-decoder


Examples

Using packetDecode function to decode raw data to JSON.

const { packetDecode } = require('2stools-daq');

const rawData = '000441da6666'; const decodedData = packetDecode(rawData);

console.log(decodedData); // { "temp": "27.3000" }

---

## Author
> [2Solve Engenharia e Tecnologia](http://www.2solve.com/)
0.6.3

6 months ago

0.6.2

7 months ago

0.6.5

6 months ago

0.6.4

6 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.6.1

9 months ago

0.6.0

9 months ago

0.3.0

11 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

11 months ago

0.1.1

1 year ago

0.1.0

1 year ago