1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Telemetry Program for AMS2 on Linux

Discussion in 'Automobilista 2 - Modding' started by Cyneo, Jun 11, 2026 at 3:40 AM.

  1. Cyneo

    Cyneo Member

    Joined:
    Nov 28, 2024
    Messages:
    42
    Likes Received:
    26
    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 :)

    [​IMG]

    [​IMG]
     
    • Like Like x 2

Share This Page