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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i gsr-parser

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • eewee