Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dallongo committed May 10, 2016
1 parent c0a30d3 commit 8156a72
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# rFactorSharedMemoryMap

A plugin for rFactor 1-based sims to export the standard telemetry and scoring data structs to a shared memory mapped file handle.
This allows external programs to access the sim data without affecting frame times in the simulator.

Details of the shared memory map can be found in `Include\rfSharedStruct.hpp`. The plugin is based on the sample plugin code from ISI found at http://rfactor.net/web/rf1/devcorner/ and compiled using Visual Studio Community 2015.

A sample application using Python to access the memory map can be found in https://github.com/dallongo/pySRD9c.

### Releases
#### 2016-05-09 (v1.1.0.0)

* Updated `rfVehicleInfo` to include acceleration and rotation vectors

#### 2016-05-08 (v1.0.0.0)

* Initial release

0 comments on commit 8156a72

Please sign in to comment.