Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 486 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 486 Bytes

AssettoCorsaTelemetry

Includes a Java program to read data from Assetto Corsa's UDP interface, and send speed data to a serial port, and the Arduino program to receive data from the serial port and display a speed into an 8-segment display.

The Java program uses RXTX to connect to the Arduino's serial interface. It connects to Assetto Corsa on port 9999, and uses Guava's LittleEndianDataInputStream to read data from the UDP stream as C structs.