rsadsb / adsb_deku

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

Add range and distance check #101

Closed wcampbell0x2a closed 2 years ago

wcampbell0x2a commented 2 years ago

Add range check from either the --lat and --long, or from --gpsd if supplied. This limits the messages from being used in an aircrafts new lat/long postion using the haversine distance from the reciever/operator position.

Add distance check from the last aircraft position recorded. this removes aircraft that are going physical impossible speeds based upon the distance and the last time they were seen.

Add distance to Airplanes tab

Reduce time till dropped message to 30 seconds

Closes #21