/PlaneSpotter

Trace and Analyze the ADS-B data of the overhead aircrafts and predict the location of the nearest airport/field.

Primary LanguageC++Apache License 2.0Apache-2.0

PLANESPOTTER

Build Status Coverage Status

This project gets the data from 30003 port of dump1090 instance (https://github.com/antirez/dump1090) and publishes it to a messaging queue(still being implemented) for further analysis. You need to have a running dump1090 with --net argument.

FEATURES TO BE IMPLEMENTED

  • Publish SBS Words to a AMQP Message Broker
  • Analyze the task queue on RabbitMQ
  • Cache the analyzed data on Redis
  • Try to predict the closest airport location.