Got OpenGolfSim set up on my Windows machine and followed the steps to create the sim.json file. My sim.json is as follows:
{ "connectors" : [ { "type": "opengolfsim", "enabled": true, "host": "192.168.0.70", "port": 3111, "device_id": "OpenFlight" } ] }
When I start OpenFlight now using the --sim option, OpenFlight shows a green pill for "OPENGOLFSIM". In OpenGolfSim on the Shot Data tab I see that the Developer API launch monitor is showing as "Initializing":
And it never changes status after that. I launched a driving range simulation, thinking that would change the status but it does not. Looking at the logs for the Developer API, I see the following:
isConnected = true but isReady = false.
I ensured that port 3111 is open on my Windows 11 machine and verified that the Pi can reach the Windows machine on that port.
Any ideas on why isReady never changes to True?
Got OpenGolfSim set up on my Windows machine and followed the steps to create the sim.json file. My sim.json is as follows:
{ "connectors" : [ { "type": "opengolfsim", "enabled": true, "host": "192.168.0.70", "port": 3111, "device_id": "OpenFlight" } ] }When I start OpenFlight now using the --sim option, OpenFlight shows a green pill for "OPENGOLFSIM". In OpenGolfSim on the Shot Data tab I see that the Developer API launch monitor is showing as "Initializing":
And it never changes status after that. I launched a driving range simulation, thinking that would change the status but it does not. Looking at the logs for the Developer API, I see the following:
isConnected = true but isReady = false.
I ensured that port 3111 is open on my Windows 11 machine and verified that the Pi can reach the Windows machine on that port.
Any ideas on why isReady never changes to True?