node-red-contrib-ads-b 0.0.1

A Node-Red ADS-B decoded node

npm install node-red-contrib-ads-b

Parser of ADS-B formatted message data.

Installation

Use npm install node-red-contrib-ads-b to install.

Usage

The input to the node is a string found in msg.payload that conforms to the SBS1 format. This is the format that can be produced from the popular dump1090 ADS-B decoder. The output is a new message that has an object found at msg.payload which contains some of the following fields populated:

  • message_type
  • transmission_type
  • session_id
  • aircraft_id
  • hex_ident
  • flight_id
  • generated_date
  • generated_time
  • logged_date
  • logged_time
  • callsign
  • altitude
  • ground_speed
  • track
  • lat
  • lon
  • vertical_rate
  • squawk
  • alert
  • emergency
  • spi
  • is_on_ground

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

History

  • 2016-03-16 - First release

Credits

Neil Kolban

License

Apache 2.0

Node Info

Version: 0.0.1
Updated 8 years, 8 months ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

7 in the last week

Nodes

  • ads-b

Keywords

  • node-red
  • ads-b
  • dump1090
  • ibm

Maintainers