Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaseconey/f1-telemetry-app

Telemetry application for the F1 series game
https://github.com/chaseconey/f1-telemetry-app

Last synced: 11 days ago
JSON representation

Telemetry application for the F1 series game

Awesome Lists containing this project

README

        

# F1 Telemetry App

A fairly simple F1 22 Game broadcasting and data collection tool.


## Usage

### Downloading

To use this application, simply navigate to the [releases](https://github.com/chaseconey/f1-telemetry-app/releases) and pick up the latest release for your platform!

_Note: you may have to select that you accept the file as legitimate on some distros._

### Telemetry Settings

This app uses the normal in-game telemetry that you might have used before. The recommended settings are as follows:

- UDP Telemetry: On
- UDP Broadcast Mode: Off|On
- UDP IP Address: If Broadcast Mode Off, put your computer's IP address here
- UDP Port: 20777 (default)
- UDP Format: 2022

### Automatic Data File

This app was designed to work with the [League Portal](https://github.com/chaseconey/frl) and as such will automatically download the data from each session.

As of right now, this file automatically goes into your Downloads directory, but this will be configurable later.

### Driver Name Map

By default, the app will only show you racing numbers, as the name is not available on all platforms. If you would like to map names to those drivers, you can make a simple csv file that looks like so:

```
2,TheDude
8,AnotherDude
```

Then you can simply click `File > Load Driver Map` and select your csv.

### TODO

In no particular order

- Fix fastest lap info (event not firing?)
- Allow clicking on a driver to get lap data (already in store)
- Add options for port and whatnot
- Add damage to session overview