austinbaccus / forza-telemetry

Record and Display Telemetry from Forza Motorsport 7, Horizon 4, and Horizon 5.
MIT License
221 stars 35 forks source link

Run app on another computer #53

Open fauwzk opened 2 years ago

fauwzk commented 2 years ago

Is it possible to run the app on a client that is different than the computer running FH5 ?

austinbaccus commented 2 years ago

@fauwzk yes, it is. In fact this is the main method used by most other Forza telemetry apps on GitHub.

I would love to add support for this feature, but I currently only have my desktop with me right now, so getting it to work would be tricky.

The code that handles this is in /ForzaCore/Program.cs, and you can configure the host and out ports on lines 21 and 22.

Rugtert commented 1 year ago

Change IPAddress.Loopback to IPAddress.Any on line 29 of /ForzaCora/Program.cs and it will listen to remote connections.