The Golang part listens for the UDP telemetry from F12020 and Project Cars 2 & saves them into a reduced json format with custom header.
You may use graph.py to display 2 laps with hardcoded params, but atm the script is not really dynamic, it uses sdl2 to render so sdl2, pysdl2 and so on are required. Use like
python(3) graph.py /path/to/log.sd
By default it will selected lap 1 & 2, use 1,2,3,4 keys to switch base lap and comparison lap, 1 & 2 for base lap, 3 & 4 for conparison lap Use arrow keys to zoom or scroll
- Note that the log files can get quite big, also remember to create the logs folder in the project root