Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chaseconey/f1-telemetry-app
- Owner: chaseconey
- License: mit
- Created: 2022-02-21T01:12:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T02:58:35.000Z (over 2 years ago)
- Last Synced: 2024-11-13T20:42:13.032Z (2 months ago)
- Language: JavaScript
- Size: 553 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
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