- Messages
- 523
- Country

I'm trying to connect an app to FS2020 across a LAN. I'm using FSX RTM simconnect. It connects perfectly if the app is running locally. It also connects happily to both FSX and P3D4.5 across the LAN.
I've checked the simconnect log (via simconnect.ini, on verbose settings), and there's not a peep.
I'm using the same simconnect.xml settings as for the other sims, adding the values to the file that's already created in <...>\LocalCache:
The port is acknowledged in the log at startup, but that's all:
Has anyone got networked Simconnect to work? Am I maybe missing something obvious? (I've checked the firewall settings, and even turned it off)
I've checked the simconnect log (via simconnect.ini, on verbose settings), and there's not a peep.
I'm using the same simconnect.xml settings as for the other sims, adding the values to the file that's already created in <...>\LocalCache:
XML:
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Address>192.168.1.2</Address>
<Port>4504</Port>
<MaxRecvSize>4096</MaxRecvSize>
</SimConnect.Comm>
The port is acknowledged in the log at startup, but that's all:
Code:
0.00000 SimConnect version 11.0.62651.3
0.00264 Server: Scope=local, Protocol=IPv4, Address=127.0.0.1, Port=500, MaxClients=64
0.01043 Server: Scope=local, Protocol=IPv6, Address=::1, Port=501, MaxClients=64
0.04135 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Custom\SimConnect, MaxClients=64
0.12013 Server: Scope=local, Protocol=IPv4, Address=127.0.0.1, Port=56358, MaxClients=64
0.18201 Server: Scope=local, Protocol=IPv6, Address=::1, Port=56359, MaxClients=64
0.37110 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Microsoft Flight Simulator\SimConnect, MaxClients=64
0.57074 Server: Scope=global, Protocol=IPv4, Address=192.168.1.2, Port=4504, MaxClients=64
Has anyone got networked Simconnect to work? Am I maybe missing something obvious? (I've checked the firewall settings, and even turned it off)


