Skip to content

A server 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".

License

MorS25/flight-blender

 
 

Repository files navigation

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

Submitting AOI, Flight Declarations and Geofence data

Take a look at sample data below to see the kind of data that can be submitted in Flight Blender

Image Credit

Blender Vectors by Vecteezy

About

A server 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".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Dockerfile 0.3%