Skip to content

Commit

Permalink
added Forza
Browse files Browse the repository at this point in the history
Signed-off-by: Clemens Vasters <[email protected]>
  • Loading branch information
clemensv committed Sep 23, 2024
1 parent 7e3a8ad commit 3e82416
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,17 @@ every 15 minutes, and the data volume is relatively low.
The [Nextbus tool](nextbus/README.md) is a command line tool that can be used to
retrieve real-time data from the [Nextbus](https://www.nextbus.com/) service and
feed that data into Azure Event Hubs and Microsft Fabric Event Streams. The tool
can also be used to query the Nextbus service interactively.
can also be used to query the Nextbus service interactively.

### Forza Motorsport PC - Racing game telemetry data

The
[Forza Motorsports telemetry bridge](https://github.com/clemensv/forza-telemetry-bridge)
is hosted in a separate repository. The bridge app is designed to capture and
forward Forza Motorsports telemetry data to Microsoft Azure Event Hubs or
Microsoft Fabric Event Streams. It utilizes UDP to listen for telemetry data
sent from Forza Motorsport games and forwards this data after processing and
formatting into cloud event streams. The game is compatible with the XBox and PC
games. For XBox, it requires a separate computer to run the bridge app. While
there is no containerized version, there is a binary release in a ZIP file
[available from the releases page](https://github.com/clemensv/forza-telemetry-bridge/releases).

0 comments on commit 3e82416

Please sign in to comment.