https://github.com/darienmt/airplane-adventures
Explore Dump1090/Flightaware receiver data with Scala.
https://github.com/darienmt/airplane-adventures
akka akka-streams basestation-messages circe feeder kafka-topic shapeless
Last synced: 6 months ago
JSON representation
Explore Dump1090/Flightaware receiver data with Scala.
- Host: GitHub
- URL: https://github.com/darienmt/airplane-adventures
- Owner: darienmt
- License: mit
- Created: 2016-12-11T23:06:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T03:43:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T21:46:18.426Z (8 months ago)
- Topics: akka, akka-streams, basestation-messages, circe, feeder, kafka-topic, shapeless
- Language: Scala
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airplane Adventures
[](https://raw.githubusercontent.com/darienmt/airplane-adventures/master/LICENSE)
[](https://travis-ci.org/darienmt/airplane-adventures)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.