Skip to content

Display telemetry data recorded by Assetto Corsa Competizione

License

Notifications You must be signed in to change notification settings

gotzl/acctelemetry

Folders and files

NameName
Last commit message
Last commit date
Apr 10, 2023
Apr 10, 2023
Jun 15, 2021
Jun 15, 2021
Aug 15, 2021
Jun 5, 2019
Apr 22, 2020
Mar 10, 2020
Apr 10, 2023
Aug 15, 2021
Apr 10, 2023
Jun 28, 2019
Apr 10, 2023
Apr 8, 2024
Mar 10, 2020
Mar 13, 2021

Repository files navigation

An application to display telemetry data recorded by Assetto Corsa Competizione.

It is build around bokeh and displays various figures that are inspired by the ACC MoTec i2 workspace. See also this article.

The folder for the telemetry files is set via an env variable. All ld files in that folder are listed in a table, split up lap-by-lap. One or more laps can be selected and the data is displayed in the various tabs after hitting the 'Load' button.

Dependencies

pip3 install -r requirements.txt

After cloning the repo, also checkout the submodules with git submodule update --init.

Usage

export TELEMETRY_FOLDER=='/../Documents/Assetto Corsa Competizione/MoTeC'
bokeh serve --show .

There is also a docker image

docker build -t acctelemetry .
docker run --name acctelemetry -p 5100:5100 -e ORIGIN=www.example.com:5100 -d --rm acctelemetry

About

Display telemetry data recorded by Assetto Corsa Competizione

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages