Jump to content

Recommended Posts

Posted

okay I think I am going mad here. simconnect will not work for me. I am going to try and explain step by ste and hopefully some one can help before they take me to the funny farm haha.

 

some generals first of all.

2 machines 192.168.1.107(fsx) and 192.168.1.109(remote)

all sharing is working fine

FSUIPC installed (full version)

when fsx started debug console pops up

try to test with AItraffic and no connectivity.

 

all right with all that being said: I installed sdk on disk 1 then installed sdk1a on acceleration and then sdk on the acceleration dvd onto the FSX machine. install went fine and each previous version was removed. I then copied simconnect.exe over to my remote computer and ran it.

I then edited my xml file to look like this:

 

<?xml version="1.0" encoding="Windows-1252"?>
 
<SimBase.Document Type="SimConnect" version="1,0">
  <Descr>SimConnect Server Configuration</Descr>
  <Filename>SimConnect.xml</Filename>
  <Disabled>False</Disabled>
 
  <!-- Example Global (remote) Pipe Server Configuration-->
  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>Pipe</Protocol>
    <Scope>global</Scope>
    <MaxClients>64</MaxClients>
    <Port>REPLACE_WITH_PORT_NAME</Port>
  </SimConnect.Comm>
 
  <!-- Example Global (remote) IPv6 Server Configuration-->
  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>IPv6</Protocol>
    <Scope>global</Scope>
    <MaxClients>64</MaxClients>
    <Address>::</Address>
    <Port>REPLACE_WITH_PORT_NUMBER</Port>
  </SimConnect.Comm>
 
  <!-- Example Global (remote) IPv4 Server Configuration-->
  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <MaxClients>64</MaxClients>
    <Address>192.168.1.107</Address>
    <Port>5000</Port>
  </SimConnect.Comm>
 
  <!-- Example Local Pipe Server Configuration-->
  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>Pipe</Protocol>
    <Scope>local</Scope>
    <MaxClients>64</MaxClients>
    <Port>5000</Port>
  </SimConnect.Comm>
 
  <!-- Example Local IPv6 Server Configuration-->
  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>IPv6</Protocol>
    <Scope>local</Scope>
    <MaxClients>64</MaxClients>
    <Address>::1</Address>
    <Port>REPLACE_WITH_PORT_NUMBER</Port>
  </SimConnect.Comm>
 
  <!-- Example Local IPv4 Server Configuration-->
  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>local</Scope>
    <MaxClients>64</MaxClients>
    <Address>192.168.1.107</Address>
    <Port>5000</Port>
  </SimConnect.Comm>
 
</SimBase.Document>

 

 

and placed it in the ..\..\roaming\microsoft\fsx folder

 

simconnect.cfg was then eddited and looks like this:

 

 

[simConnect]
Protocol=IPv4
Address=192.168.1.107
Port=5000
MaxReceiveSize=4096
DisableNagle=0

 

 

it was placed in mydocuments on the remote machine

 

and simconnect.ini was placed in the flights simulator files folder on the fsx machine.

 

I am so confused right now and any type of assistance would be appreciated

 

Thanks again

 

Russell

Guest JSkorna
Posted
 <!-- Example Global (remote) IPv4 Server Configuration-->
  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <MaxClients>64</MaxClients>
    <Address>192.168.1.107</Address>
    <Port>5000</Port>
  </SimConnect.Comm>

 

 

Needs to be changed to:

 

<Disabled>False</Disabled>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...