Socket
Book a DemoInstallSign in
Socket

node-red-contrib-ads-b

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-ads-b

A Node-Red ADS-B decoded node

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

node-red

FAQs

Package last updated on 17 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts