Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small tool to parse MoTec ld files.

Primarily, this parser was written to parse telemetry information of ld files written by Assetto Corsa Competizione, see also the related project 'acctelemetry'. However, the parser should work with other ld files as well. It was tested with the sample ld files that come with a MoTec Mi2 Pro installation as well as with files written by ACC.

The decoding of the ld file is solely based on reverse engineering the binary data. As of now, ldx files are not considered.

Usage

See the main function on how to use the tool.

As an example, the main function reads all ld files in a given directory and creates some plots. Invoke with

python ldparser.py /path/to/some/dir

Convert csv files to ld files

To convert csv files to ld files, use the following command:

python csv_to_ld.py /path/to/csvfile.csv /path/to/ldfile.ld

About

Parser for MoTec ld files

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages