TelemetryProvider - SimFeedback/SimFeedback-AC-Servo GitHub Wiki

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