Skip to content

ruial/FormulaMetrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormulaMetrics

This is a Scala 2.13 UDP telemetry client for the F1 2021 game. It was developed to export some race metrics (lap times, classification) in CSV format. The main purpose of this project was to learn a bit of Scala, so it is not full-featured and the code can be improved. You can find the protocol documentation here.

Usage

# run tests
sbt test

# run cli with optional arguments
sbt run localhost 20777 f1-data/

# compile
sbt compile

# build fat/uber jar
sbt assembly

About

F1 2021 telemetry metrics CSV exporter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages