1.1.1 • Published 7 years ago

ulbotech-library v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Usage

import ulbotech from 'ulbotech-library'
parts = ulbotech.decodeHex(hexStr)

Parts will then contain an array of ublotech pieces seperated by there types:

{ GPS: [ '3', 'N43.863057', 'W79.710554', '60', '106', '0.84' ],
  STT: [ '1242', '0' ],
  MGR: [ '5866748' ],
  OBD: [ '310587410C16B8310D3C312FFF4131444D' ],
  FUL1: [ '2745676' ],
  EGT: [ '638432' ],
  EVT: [ 'F0', '1000' ] },

The format of the returned fields can can be expected to change as clean-up methods are introduce, and will be documented as that happens.

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago