Skip to content

imanolpg/plane-interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plane Interceptor

Program to scan and visualize planes brodcasting ads-b

Author Source Code

Table of content

Technologies

  • NodeJS 12.x
  • Express 6.14.x
  • MongoDB
  • Leaflet

Installation

Clone this repository git clone https://github.com/imanolpg/planeinterceptor.

Install and compile dump1090 and set it in the enviroment path. The program sould be run from terminal.

Install a MongoDB localhost server. Create a database called planeinterceptor and a collection called flights.

Usage

Run the local MongoDB server on port 10101.

Run index file node index and navigate to localhost:3000

Dependencies