Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

simconnect has me pulling my hair out need help desperately

Featured Replies

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

Boeing777_Banner_Pilot.jpg

Russell Homan

 <!-- 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.