Skip to content

laz-/xrk

Repository files navigation

xrk

Python AiM XRK file reader.

Note: This library was written before better options existed. For new projects, use libxrk (cross-platform, actively maintained) and Inferno Analyzer for full telemetry analysis. xrk.py is kept here for reference.


Old Content

Once upon a time, AiM released a DLL to read their proprietary data file format and provided some sample code for import into Matlab. That article can be found here

I don't use Matlab, but I can slap together Python, so here we are. This repository contains a Python wrapper for the AiM provided DLL.

Dependencies

On Windows, xrk.py uses the bundled AiM DLL directly. On macOS/Linux, install libxrk:

pip install libxrk

Examples

Check out examples.ipynb in your browser or spin it up on your computer in Jupyter notebook.

About

Python AiM XRK file reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors