Skip to content

TelemetryProvider

saxxon66 edited this page Sep 13, 2018 · 3 revisions

What is a TelemetryProvider

A TelemetryProvider is the way SimFeedback receives the data from the game. We provide an open source Interface and a sample implementation for Assetto Corsa to get you started.

Have a look at SimFeedbackTelemetryProvider. The source code is well documented and we provide an abstract implementation to get you started quick.

AbstractTelemetryProvider.cs

And ...

here is a complete example of a full implemented TelemetryProvider for Assetto Corsa.

ACTelemetryProvider

Clone this wiki locally