not-vibhu / flight-blender

A tool to fuse and aggregate flight data and process it. It has modules for ASTM Remote ID and DSS connectivity and can be configured to act as a "Remote ID Display Provider".

Home Page:https://flightblender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flight Blender

Flight Blender is two things:

  • a flight feed aggregator that has different modules that can process and relay data around flights and airspace: geo-fence, flight declarations, air-traffic data
  • an open source Remote ID "display provider" compatible with ASTM Remote ID standard

There are different modules that enable this:

  • Flight Tracking: It takes in flight tracking feeds from various sources e.g. ADS-B, live telemetry and others and outputs as a single fused JSON feed and submits it to a Display Application e.g. Flight Spotlight to be shown in real-time on a display
  • Geofence: A Geofence can be submitted into Flight Blender and consequently transmitted to Spotlight
  • Flight Declaration: Future flights up-to 24 hours can be submitted, this does not use the USS <-> USS API but is a standalone component, for supported DSS commands see below
  • DSS Connectivity: There are modules to connect and read for e.g. Remote ID data from a DSS

First steps / Get Started

Normally a "Display Provider" is used in conjunction with a "Display Application". In this case Flight Blender output is directed to a Flight Spotlight instance. You can customize a application instance by choosing what kind of modules you want to support, you can pick any or all from the above.

System Diagram

The diagram below shows how Fight Blender works.

img

Installation

Docker and Docker Compose files are available for this software. You can first clone this repository using git clone https://www.github.com/openskies-sh/flight-blender.git and then go to the directory and use docker-compose up command.

This will open up port 8080 and you can post air-traffic data to http://localhost:8080/set_air_traffic and then start the processing.

Technical details

Image Credit

Blender Vectors by Vecteezy

About

A tool to fuse and aggregate flight data and process it. It has modules for ASTM Remote ID and DSS connectivity and can be configured to act as a "Remote ID Display Provider".

https://flightblender.com

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Dockerfile 0.4%