add logfix usage to readme

This commit is contained in:
interfisch 2023-09-08 08:08:44 +02:00
parent 2586b95bbc
commit 46e1fd5474
1 changed files with 7 additions and 0 deletions

View File

@ -32,3 +32,10 @@ AT+B115200
AT+C002
Using channel 2 instead of 1, because 1 receive didnt work with two computers.
## logfix.py
The bobbycar controller records stats and data in txt files.
A new files with an ascending filename is created on boot.
The txt file contains a table in csv structure with comments for errors and debugging starting with '#'.
logfix.py is used to clean up, fix broken logs and combine them in a valid csv file.
Usage: python3 logfix.py --input LOG_0001.TXT LOG_0002.TXT LOG_0003.TXT --output outputlog.csv