adsb-anomaly 0.2.2

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
1
2
3
4
5
6
// ABOUTME: Ingestion module for fetching and processing ADS-B data from PiAware/dump1090
// ABOUTME: Contains PiAware client, normalizers, and ingestion service

pub mod normalize;
pub mod piaware;
pub mod service;