Skip to content

A plugin for the Kart Racing Pro (http://www.kartracing-pro.com) karting simulator that writes data (i.e. telemetry & scoring information) to a shared memory mapped file to allow access to this data from other applications.

OS-Chris/krp-memory-map-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kart Racing Pro Memory Map

A plugin for Kart Racing Pro (http://www.kartracing-pro.com) that writes state data (i.e. telemetry & scoring information) to a memory mapped file (http://en.wikipedia.org/wiki/Memory-mapped_file) making it accessable to other applications.

CREDITS:

  • PiBoSo: Kart Racing Pro & Example Plugin
  • Christian Aylward: KRP Memory Map Plugin

RELEASES:

1.0.0 - Works with KRP Beta 5

FEATURES:

  • Incrementing IDs for each KRP data structure to track when updates have occured.

TODO:

  • Update (if necessary) when the next KRP version (beta or final) is released.

USAGE:

  • Get a pointer to the memory map using the the "named" file "Local\KartRacingProMemoryMap"
  • Make sure the plugin version is as expected (1st byte of the memory map)
  • Read data from the pointer (in a loop) using the SPluginsKartCombined_t structure as a guide
  • Release the memory map resources

About

A plugin for the Kart Racing Pro (http://www.kartracing-pro.com) karting simulator that writes data (i.e. telemetry & scoring information) to a shared memory mapped file to allow access to this data from other applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published