Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run app on another computer #53

Open
fauwzk opened this issue Mar 19, 2022 · 2 comments
Open

Run app on another computer #53

fauwzk opened this issue Mar 19, 2022 · 2 comments

Comments

@fauwzk
Copy link

fauwzk commented Mar 19, 2022

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

@austinbaccus
Copy link
Owner

@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
Copy link

Rugtert commented May 25, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants