angel-git / assetto-corsa

assetto corsa telemetry viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assetto Corsa telemetry viewer

Spring boot application that connects to Assetto corsa and shows some stats. You can access to it with your phone/tablet in you are in the same network.

Specs

This is an early release, for the moment is showing only the following information:

  • speed (km/h)
  • gear
  • rpm

A lot of other stuff is coming! (last/best lap, tyres condition, G Force....)

requirements

  • java jdk 1.8
  • maven

run

in the root of the project:

  • compile the code with: mvn clean install
  • execute code with: java -jar assetto-api/assetto-api-ui/target/assetto-api-ui-**version**.jar

connect

go to http://localhost:8080

tech improvements

  • use websocket instead of polling?
  • if accessed from phone the lock screen will kick at any time, create application instead??

Changelog

alpha 0.1

  • speed (km/h)
  • gear
  • rpm

See first test video

alpha 0.2

  • last lap
  • best lap
  • position

About

assetto corsa telemetry viewer

License:GNU General Public License v2.0


Languages

Language:Java 93.6%Language:CoffeeScript 5.0%Language:CSS 1.4%