Gran Turismo 7 Telemetry recoder and analyzer.
WIP
- Launch python recoder on any machine on your LAN.
- Use ./gt7 CLI command on 2 files to compare (analyser done in Go).
- Browse localhost:8080 to see trajectories and breaking intensity.
Find your PS5 IP or name on your LAN (PS5-89A73E for me) and launch as a background task:
nohup python gt7racedata.py PS5-89A73E &>gt7racedata.log &It's listening for ever data from GT7 and create on file per lap sequences.
Each file is named with the fallowing convention using now time:
YYYYmmddTHHMMSS.gt7 for example 20230728T172407.gt7
Complile Go gt7 command line with:
go buildThen launch analysis and graph on 2 files like:
./gt7 -file1 file1.gt7 -file2 file2.gt7Then use a browser and look at localhost:8080.
