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
649 stars 253 forks source link

str2str, rtkrcv: add support to detach from the console #374

Closed ourairquality closed 3 months ago

ourairquality commented 3 months ago

Adds the --deamon option. The standard output and error are written to a new log file with this option. For rtkrcv also allow telnet consoles in general.

Not implemented for Windows, it will just use no console but not detach from the console.

This is a feature addition, with running in the background in mind, for example from a OS startup script, or when wish it to not exit when logging out.

For rtkrcv it could usefully be used with the -s option to startup RTK, but can also be started from a telnet console.