Real-time car telemetry from Gran Turismo 7
Find a file
2026-07-31 16:34:15 +02:00
.github/workflows chore(ci/cd): update workflow APP_NAME 2026-07-14 21:56:34 +02:00
src feat: add current and suggested gear text 2026-07-31 16:34:15 +02:00
vendor/imgui chore: move in my imgui-framework to build the GUI with 2026-07-14 02:22:33 +02:00
.clang-format chore: move in my imgui-framework to build the GUI with 2026-07-14 02:22:33 +02:00
.gitattributes Initial commit 2026-07-11 13:34:37 +00:00
.gitignore Initial commit 2026-07-11 13:34:37 +00:00
.todo.toml chore: add todo list 2026-07-19 04:17:00 +02:00
cmake.toml chore: remove dead tests and old entrypoint 2026-07-20 02:47:10 +02:00
CMakeLists.txt feat(frontend->home): improve UI style, add (dis)connect button and load ip on enter 2026-07-14 21:54:36 +02:00
cmkr.cmake Initial commit 2026-07-11 13:34:37 +00:00
compile_commands.json Initial commit 2026-07-11 13:34:37 +00:00
conanfile.py chore: move in my imgui-framework to build the GUI with 2026-07-14 02:22:33 +02:00
README.md chore(docs): add really basic readme 2026-07-13 02:58:31 +02:00

GT7 Viewer

A way to view real-time car telemetry from Gran Turismo 7

Features

  • TODO

Dependencies / Acknowledgements

  • GT7-UDP - First source I found regarding reading the UDP stream output and a major help to making this application
  • Salsa20 - Used to decrypt the game packets