techie66 / EngineDataLogger

Data logger and master controller for Raspberry Pi based ECU that communicates with various external MCUs
GNU General Public License v3.0
5 stars 0 forks source link

Command to start new output file from dashboard #9

Closed techie66 closed 2 years ago

techie66 commented 3 years ago

A very handy feature would be to allow a command from the dashboard to start a new output file. During a ride, for instance, log different sections of road separately to help logical separation.

techie66 commented 2 years ago

Obviously not top of priority list. This might go hand-in-hand with the proposal to implement the same behavior in response to SIGHUP.

techie66 commented 2 years ago

add38173730f84e15a287bf155ab0f5c5774fc07 adds this feature. "LOGRST" from dashboard, or SIGHUP will restart the log file with new file name. Either new current date or addition of sequential number to given file name.