Skip to content

Grafana GT7 Telemetry v0.3.1 Hotfix

Latest

Choose a tag to compare

@splicer3 splicer3 released this 21 Jul 15:17

0.3.1 Hotfix

⛑️ Fixed an issue where ARM32 and Linux versions wouldn't compile properly
This happened due to not properly exporting architecture variables when using the build script, resulting in 0.2.0 versions working properly but 0.3.0 failing catastrophically on ARM 32 bit systems and Linux AMD64 systems probably due to the underlining differences in how the math library in Go is implemented in those two systems.


🎯 Next Update
The next update will most likely be a 0.3.x version, covering some flags sent in telemetry data such as ABS, In-Pause etc.
The next 0.x.0 update will focus on better track telemetry.


How to use

Extract the zip file into a new directory
Run docker compose up -d
Go to localhost:3000 in your browser and set your PlayStation's IP in the data source settings

This can also be run on another machine on your local network, and you can access it as <your-machine-ip>:3000

Enjoy!