Skip to content

Display telemetry data recorded by Assetto Corsa Competizione

License

Notifications You must be signed in to change notification settings

gotzl/acctelemetry

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