1.0.1 • Published 9 years ago

modes-constants v1.0.1

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
9 years ago

Mode-S Constants

Constants to be used with other Mode-S modules

Build Status

npm package

Installation

$ npm install --save modes-constants

Documentation

Message Length

  • LONG_MSG_BITS
  • SHORT_MSG_BITS

Units

  • UNIT_FEET
  • UNIT_METERS

Errors

  • E_INVALIDFRAME
  • E_SHORTFRAME
  • E_LONGFRAME

Credits

A port of antirez's dump1090, but in Node.js: https://github.com/antirez/dump1090/

License

Keeps the 3-Clause BSD License from the "parent" repository