Aviation Platform Research
- aw-core - Core Entities and Objects
- aw-aircraft - Aircraft (icao spec)
- aw-adsb - ADS-B mesh (to be moved to
aw
) - aw-gpx - GPX tools
- aw-nft - Experiments with NFT as Aeroware entity (Hardware/plane, License)
- aw-geo - Geo snippets
- aw-data - Datasets (ICAO Aircrafts DB,...)
- aw-gamet - GAMET tools
- aw-notam - NOTAM tools
- aw-metar - METAR tools
- aw-sigmet - SIGMET tools
High Level Overview
Simple Topology:
[adsb-miner] --[MQTT]--> [adsb-validator] --[file]--> [adsb-radar] <--[http]-- [wscat]
See aw-adsb/README.md for details
I'm trying to credit all libs and inspiration projects (where I study code or architecture and reimplement). If something is missing, I will update immediately at request
- Fast Parser: https://github.com/com-lihaoyi/fastparse
- Bits Parser: http://scodec.org/
- XML Bindings (sbt plugin): https://scalaxb.org/running-scalaxb
- XML streaming: https://www.scalawilliam.com/xml-streaming-for-scala/
- dump1090: https://github.com/antirez/dump1090
- Flightaware: Most inspiring project https://github.com/flightaware/dump1090/blob/master/tools/README.aircraft-db.md