la5nta / wl2k-go

A Winlink framework for Go.
https://getpat.io
MIT License
50 stars 20 forks source link

serial-tnc: Init/dial timeout and error handling #71

Closed martinhpedersen closed 2 years ago

martinhpedersen commented 2 years ago

Improves error handling of serial-tnc's TNC initialization and dialing. Also added timeouts, mainly to ensure we don't block forever if we don't get the expected response from the TNC.

Ref la5nta/pat#324