Prediction ServiceΒΆ

Section author: Luke Frisken <l.frisken@gmail.com>

The com.atc.simulator.prediction_service is the core component of this project. It functions as a standalone unit capable of taking input in the form of radar or ADSB tracks, then processing and creating predictions in order to output predictions to a display. It is designed such that the prediction service could run on a seperate machine on the network, with its inputs and outputs being network sockets/streams.

Diagrams

../../../_images/Class_Design4.svg

Class Design

Table of Contents