gsr-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Parser for GSR packets, supports CDHS, PWR, ADCS and COM packet types.

There is one method, parseGsrData that accepts string with hex data and returns an object with parsed data

Example usage

const gsrDecoder = require('gsr-parser').parseGsrData;
// or
// import { parseGsrData as gsrDecoder } from 'gsr-parser';
const decodedPacketData = gsrDecoder(dataInHex);

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i gsr-parser

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • eewee