rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
639 stars 247 forks source link

STR2STR/STRSVR Serial issue #145

Open JoelSimmo opened 1 year ago

JoelSimmo commented 1 year ago

There is currently no "error out" or status to end the process when the serial line becomes disconnected, or anyway to recover when the serial is reconnected, I can see n the GUI version that it knows the serial is disconnected (by the red box) but it doesnt do anything from there and i need some functionality here (in the CUI preferably) to be able to end the service or reconnect to the serial when it is returned

simeononsecurity commented 6 months ago

@JoelSimmo As a temporary workaround, I'm sure you can use something like what I've in my custom docker-init script for automatically restarting the process at least for the command line version..

https://github.com/simeononsecurity/docker-rtklib-onocoy-rtkdirect/blob/278787596f0e081735fbff3c65dc14a7dc09c4d4/docker-init.sh#L24