rsadsb / adsb_deku

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

Add --retry-tcp for retry for dump1090 connection #141

Closed wcampbell0x2a closed 2 years ago

wcampbell0x2a commented 2 years ago

Add --retry-tcp for connecting to a dump1090 instance if that service goes down.

The init_tcp_reader is used for the initial connection, which adds a tui display for waiting for the connection which is nice. This same tui display is shown when the server goes down and we try again.

QuitReason has been added for some better exit reasons

wcampbell0x2a commented 2 years ago

2022-04-10-113013_372x45_scrot