Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 687 Bytes

File metadata and controls

26 lines (22 loc) · 687 Bytes

Automatic Dependent Display - Broadcast (ADS-B) In Display

Graphical and textual display of live ADS-B In information

Information

https://github.com/Krishan7601/adsb-in/wiki

Status

[System] adsb-in : Under development
[Submodule] display-data : Under development
[Submodule] dump1090 : Forked from stable build

Usage

Hardware Setup

Download

Clone repository:
git clone https://github.com/Krishan7601/adsb-in.git
Pull latest version of all submodules:
git pull --recurse-submodules

Installation

Node App Development

Run app in development mode:
DEBUG=display-data:* npm run devstart
Execute unit tests:
npm test

Execution