Assetto Corsa Remote Telemetry Client
This is a JavaScript UDP client and telemetry parser for Assetto Corsa.
Assetto Corsa supports remote telemetry communication via UDP socket. This exposed telemetry data can then be consumed by external applications or connected peripherals for a range of purposes, such as providing extended telemetry display, motion platform hardware support or providing force feedback data for custom steering wheels.
More information can be found in the AC Remote Telemetry Documentation.
Getting started
Install this module
npm:
npm install ac-remote-telemetry-client
How to use this module
;// const ACRemoteTelemetryClient = require('ac-remote-telemetry-client'); const client = ; // Implement desired listenersclient;client;client; // Start listeningclientstart; // Send initial handshakeclient; // Subscribe to desired updatesclient;client; // Stop listeningclient;