I've found a telemetry program for AMS2 that's very simple but has a lot of potential if a programmer spends some time on it. Compiling this program is a nightmare, and I had to modify the code to get it to run because I couldn't get it to load with the configuration files it requires along with the executable, but it was worth it. There are three applications: two of them capture the telemetry data, and the program itself translates that data into the application that displays the telemetry. They are designed for Linux, though they can also be used on Windows for packet capture. To capture the game’s UDP packets in shared memory : https://github.com/spacefreak18/simshmbridge The telemetry application : https://github.com/Spacefreak18/simmonitor Let me know what you think