JSPM

mode-s-adsb-parser

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q37350F
  • License MIT

Package Exports

  • mode-s-adsb-parser
  • mode-s-adsb-parser/dist/index.js
  • mode-s-adsb-parser/dist/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mode-s-adsb-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ADSB / Mode S Parser

Parses Mode S Extended Messages (so called ADSB messages)

Dependencies

  • none

Test Coverage

see coverage/lcov-report/index.html

Usage

install via npm:

npm i --save mode-s-adsb-parser
TODO

// parsing does minimal work and just makes sure the structure is correct
parse()

// decodeLocation will only decode the location part of the message (so you can tell wether this is an interesting packet for you, and you want to fully decode it)
decodeLocation()


// fully decodes the message into values that is human readable, self explanatory and uses real world units
decode()

Changelog

see CHANGELOG.md

For Developers

see DEV.md