A sophisticated real-time anomaly detection system for ADS-B aircraft data with multi-tier detection algorithms, real-time web dashboard, and production-grade architecture built in Rust
// ABOUTME: Ingestion module for fetching and processing ADS-B data from PiAware/dump1090
// ABOUTME: Contains PiAware client, normalizers, and ingestion service
pubmodnormalize;pubmodpiaware;pubmodservice;