# 2stools-daq

> Library with useful functions for our clients

Latest version **0.17.0** (published 2025-07-23) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install 2stools-daq
pnpm add 2stools-daq
yarn add 2stools-daq
bun add 2stools-daq
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.17.0 |
| Published | 2025-07-23 |
| First published | 2021-02-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 18.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | 2Solve Engenharia e Tecnologia Ltda |
| Maintainers | gabriel2solve, tosolvefaberm |
| Keywords | 2solve, 2stools |

## Links

- npm: https://www.npmjs.com/package/2stools-daq
- Repository: https://github.com/2solve/2STools
- Homepage: https://github.com/2solve/2STools#readme
- Issues: https://github.com/2solve/2STools/issues
- npm.io page: https://npm.io/package/2stools-daq

## Dependencies (2)

- [hex2dec](https://npm.io/package/hex2dec.md) ^1.1.2
- [ieee-float](https://npm.io/package/ieee-float.md) ^0.6.0

## Recent versions

- 0.17.0 (latest) — 2025-07-23
- 0.16.0 — 2024-10-24
- 0.15.0 — 2024-10-22
- 0.14.0 — 2024-07-16
- 0.13.0 — 2024-07-12
- 0.12.0 — 2024-07-12
- 0.11.0 — 2024-03-11
- 0.10.0 — 2024-03-09
- 0.9.27 — 2024-02-29
- 0.9.26 — 2023-05-29
- 0.9.25 — 2023-05-05
- 0.9.24 — 2023-03-13
- 0.9.23 — 2023-02-10
- 0.9.22 — 2023-02-09
- 0.9.21 — 2023-02-09
- … 35 more at https://npm.io/package/2stools-daq/versions

## README

# **2STools library** 
## Library with useful functions for our clients

## Install

> npm install 2stools-daq

---

## Examples

> Using *packetDecode* function to decode raw data to JSON.
```js
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/)

---
_Source: https://npm.io/package/2stools-daq · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
