August 1, 201213 yr Commercial Member Hi All, OK, I'm new to running FSX + addons on a network, so bear with me! My setup: 1. PC1-FSX 2. PC2- PlanG, REXe(weather) Everything runs just fine, weather injected into FSX and PlanG connects to FSX. Question 1 Do you have to state a different port for each program or is it the same port no matter how many client programs you are running? Is this correct <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="SimConnect" version="1,0"> <Descr>SimConnect</Descr> <Filename>SimConnect.xml</Filename> <SimConnect.Comm> <Disabled>False</Disabled> <Protocol>IPv4</Protocol> <Scope>global</Scope> <Address>192.168.1.74</Address> <MaxClients>10</MaxClients> <Port>4506</Port> <MaxRecvSize>8192</MaxRecvSize> <DisableNagle>True</DisableNagle> </SimConnect.Comm> <SimConnect.Comm> <Disabled>False</Disabled> <Protocol>IPv4</Protocol> <Scope>global</Scope> <Address>192.168.1.74</Address> <Port>4505</Port> <MaxClients>10</MaxClients> <MaxRecvSize>4096</MaxRecvSize> <DisableNagle>False</DisableNagle> </SimConnect.Comm> </SimBase.Document> Question 2 Would it be the same if I added another PC to the network? Hope that makes sense. I was just wondering that if more than one program accesses the same port then their might be data loss/clashes thanks Clive Clive Joy
Create an account or sign in to comment