OutGauge
Implements the OutGauge UDP protocol for streaming basic vehicle telemetry (RPM, speed, gear) to external dashboard applications and hardware gauges.
Implements the OutGauge UDP protocol for streaming basic vehicle telemetry (RPM, speed, gear) to external dashboard applications and hardware gauges. OutGauge is a standard protocol originally from Live for Speed, widely supported by sim racing dashboard apps.
Public API
This extension has no callable functions. It streams data automatically via UDP when enabled in the game settings.
Usage Example
-- OutGauge is typically enabled via game settings, not loaded manually
-- External apps connect to the configured UDP port to receive dataSee Also
- OutSim — Extended telemetry protocol (physics data)
- MQTT Grafana Demo — MQTT-based telemetry
- Telemetry Logger — File-based logging
Odometer
Persistent distance tracking and statistical reporting. Tracks total distance driven and provides trip meter functionality for the vehicle UI.
OutSim
Implements the OutSim UDP protocol for streaming extended vehicle physics data (acceleration, angular velocity, orientation) to external applications.