Python library for accessing Le Mans Ultimate's built-in shared memory interface.
See USAGE.md for a comprehensive guide covering:
- Getting started and connecting to shared memory
- Reading and interpreting telemetry, scoring, and application data
- Practical code examples (telemetry displays, lap timers, live standings)
- Complete data structure reference with all fields, types, and units
- Platform notes and best practices
This library is based on:
- LMU SharedMemoryInterface header file by S397, found in game's
Support\SharedMemoryInterfacefolder. - pyRfactor2SharedMemory by Tony Whitley: https://github.com/TonyWhitley/pyRfactor2SharedMemory