TLeconte / acarsdec

ACARS SDR decoder
338 stars 89 forks source link

make network reconnect automatically #99

Closed wiedehopf closed 1 year ago

kevinelliott commented 2 years ago

@TLeconte This one is needed too. Thank you!

TanerH commented 2 years ago

This should help catch things like the machine's local IP changing and/or other weird network issues where catching the return code from write() should help identify something is wrong and we need to re-initialize the network. (similar to vdlm2dec pull 52)

wiedehopf commented 1 year ago

Rebased on the current master.

Please consider for merging.