node-red-contrib-ads-b
v0.0.1
Published
A Node-Red ADS-B decoded node
Downloads
17
Readme
ADS-B node Node-RED
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
History
- 2016-03-16 - First release
Credits
Neil Kolban
License
Apache 2.0