rsadsb / adsb_deku

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

Use padding feature of deku to avoid reading #162

Closed wcampbell0x2a closed 2 years ago

wcampbell0x2a commented 2 years ago

Avoid read cycles and storage by just using the deku feature of writing empty bits, storing no information and no reading of the data for reserved fields that are unneeded.