We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to run the app on a client that is different than the computer running FH5 ?
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
Change IPAddress.Loopback to IPAddress.Any on line 29 of /ForzaCora/Program.cs and it will listen to remote connections.
No branches or pull requests
Is it possible to run the app on a client that is different than the computer running FH5 ?
The text was updated successfully, but these errors were encountered: