forked from nlhans/SimTelemetry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
13 lines (8 loc) · 1.36 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
This software is still under development. The purpose is to create a DIY, independant telemetry system for both realtime and plotable telemetry.
Currently the software resides with 2 applications and several subprojects. LiveTelemetry is the main application with a live screen of the track; includes track map, live timing sheets and car information (like tyres, brakes, gauges, fuel usage, engine wear).
This application runs an optional data logger as well, which may be useful to analyze the car telemetry. I'd be wonderful to synchronize this to something like MoTeC, but unfortunately their format it propriatary. Instead, an own viewer will be made.
This viewer is made in the project SimTelemetry. This is still in development. The dashboard is very usable.
SimTelemetry.Game are plug-ins for various simulators. rFactor1 support is good, GTR2 is decent. rFactor2 is very old build from the initial beta version (from January)
SimTelemetry.Peripherals contains communication code for some personal peripherals I made to enhance my own racing experience. It's not of much use, unless you implement the same client code on your own hardware dashboards!
Please feel free to contribute, fork, give feedback, etc. ([email protected]). Thanks :)
This software is distributed under the GPL v3 license. Please see gpl.txt or <http://www.gnu.org/licenses/> for more information.