darienmt / airplane-adventures

Explore Dump1090/Flightaware receiver data with Scala.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airplane Adventures

License Build status

This project explores Dump1090/Flightaware feeder messengers. It consists on three modules:

  • modules/basestation-repeater: Repeats the basestation communication into a local port. It is great to test what happens if the feeder stop working.
  • modules/basestation-data: Case classes to represent the basestation messages.
  • modules/basestation-collector: Collect the basestation messages from the feeder and stores them on a kafka topic.
  • modules/basestation-raw-collector: Collect the basestation messages from the feeder and stores them on a kafka topic as they come from the feeder.

About

Explore Dump1090/Flightaware receiver data with Scala.

License:MIT License


Languages

Language:Scala 98.5%Language:Dockerfile 1.1%Language:Shell 0.3%