rsadsb / adsb_deku

✈️ Rust ADS-B decoder + tui radar application
MIT License
600 stars 22 forks source link

Optionally limit parsing to `DF`'s we need #89

Closed wcampbell0x2a closed 2 years ago

wcampbell0x2a commented 2 years ago

Call DF::read() to read the downlink format and limit it to types we need. Have an option to read them all (for debugging you might want this to print to the log file)