Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csutorasa/go-forza-telemetry
Forza "Data Out" protocol library
https://github.com/csutorasa/go-forza-telemetry
Last synced: 23 days ago
JSON representation
Forza "Data Out" protocol library
- Host: GitHub
- URL: https://github.com/csutorasa/go-forza-telemetry
- Owner: csutorasa
- License: mit
- Created: 2024-11-12T13:47:31.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T09:13:18.000Z (26 days ago)
- Last Synced: 2024-12-25T10:23:01.718Z (26 days ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# go-forza-telemetry
This library implements the Forza "Data Out" protocol. It is compatible with:
- Forza Motorsport 7
- Forza Motorsport (2023)
- Forza Horizon 4
- Forza Horizon 5## Install
Go 1.18 is the minimum supported version.
```sh
go get github.com/csutorasa/go-forza-telemetry
```## Setup
- Start the game and go to the Options/HUD
- Set Data Out to `ON`
- Set Data Out IP Address to the host of your application
- Set Data Out IP Port to the port your application### Loopback
If you have the [Steam](https://store.steampowered.com/) version of the game, you can skip this step.
If you have the [Windows App](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/) version of the game,
and the host is the same as where the game runs, then you need to allow the local UDP packets to be sent.
You can use [Windows 8 AppContainer Loopback Utility from Telerik](https://www.telerik.com/fiddler/add-ons) which automates the process.## Example
Examples can be found in the [example](example) directory.