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.

ASN over a Network

Featured Replies

Hi guys,
 For years I've run almost all the Hi-Fi series WX addons on my laptop and it's been years since I had to set it up with Simconnect and all that nonsense. Anyways, tonight I purchased ASN and I'm trying to set it up on my client laptop but I'm having one hell of a time actually getting to inject WX in my FSX. I'm certain that it's my fault and not ASN's, I'm not very good at networking. My question is. Does it really make a performance difference if ASN is run on another computer that's not my FSX computer. I kinda wanna just install it on FSX computer and leave it as that. 

Thanks

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

  • Replies 36
  • Views 7.2k
  • Created
  • Last Reply

Top Posters In This Topic

Hi Ron,

 

There wasn't any performance hit on my PC when I ran ASN on it.  Will you be running the UI on a separate screen while FSX is in windowed mode or are you simply just going to run with ASN in the background?

 

I can help you with your networking if you'd like to give it a try.

\Robert Hamlich/

 

  • Author

Ok thanks Robert. I was planning on running ASN on my laptop (client) and running FSX on my main PC (server). Im having a lot of trouble running it on my Client (setting it up), I was just wondering if there was a performance benefit of running ASN on a client, because if there is not than it would be simplier for me to just run it on my main FSX computer and just full screen in and out to check the WX.

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

 

 


just full screen in and out to check the WX.

 

Thats where having it on a networked computer is nice. This going in and out fullscreen can be just something more to go wrong. Ive seen the issue with ASN. I just installed it on my client computer, didn't changed a thing from AS2012 and it worked fine. Strange.

  • Author

Ya I know, I'd rather it be over on the Laptop. I wiped my FSX install in PPv2 came out ( HUGE mistake) now I've gotta redo everything. Does the ASN X Gauge give you enough information to just use that?

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

<!-- isHtml:1 --><!-- isHtml:1 --><strong class='bbc'>This is an automatic message.</strong><br /><br />This topic has been moved from "MS FSX Forum" to "The Unofficial Active Sky Support Forum". This move has been done for a number of possible reasons.<ul class='bbc'><li>The most likely reason is that the post was off topic.</li><li>The topic could also have contained images or a video that were not appropriate to the original forum it was posted in.</li><li>The images might not have been "illustrative" or "explanatory" in nature.</li><li>The topic could have been moved because we deemed it to be more appropriately placed elsewhere.</li></ul>Please ensure that your posts are "on topic" and contain illustrative images or videos as appropriate. Do not post videos or images just for entertainment purposes anywhere but in the screen shot or video forums. <a href="http://forum.avsim.net/page/AVSIM%20Pages/screen_shot_rules.html"><B>See our image posting rules here</b></a>.<br /><br />Members who continue to post off topic posts can be denied entry to specific forums in order to reduce and remove the practice. Your cooperation is appreciated.

ADMIN BOT... Do not PM or send Email.

Ya I know, I'd rather it be over on the Laptop. I wiped my FSX install in PPv2 came out ( HUGE mistake) now I've gotta redo everything. Does the ASN X Gauge give you enough information to just use that?

I dont know Ron, ive never used it. ASN has a lot of information in the skin itself though. Sounds like you need to put your simconnect .xml in back in your Appdata FSX folder?

  • Author

It is in there, here's a copy. I have everything shared correctly and I am able to read, write and save in those shared folders on my client laptop.

 

<?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.0.100</Address>
    <Port>500</Port>
  </SimConnect.Comm>
 
  <!-- Example Local Pipe Server Configuration-->
  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>Pipe</Protocol>
    <Scope>local</Scope>
    <MaxClients>64</MaxClients>
    <Port>REPLACE_WITH_PORT_NAME</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>127.0.0.1</Address>
    <Port>REPLACE_WITH_PORT_NUMBER</Port>
  </SimConnect.Comm>
 
</SimBase.Document>

anything odd looking in there?

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

This is mine Ron. Only 2 grouping compared to yours.

 

<?xml version="1.0" encoding="Windows-1252" ?>
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<Address>192.168.2.10</Address>
<Port>6600</Port>
<MaxClients>10</MaxClients>
<MaxRecvSize>8192</MaxRecvSize>
<DisableNagle>True</DisableNagle>
</SimConnect.Comm>

<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>Auto</Protocol>
<Scope>local</Scope>
</SimConnect.Comm>
</SimBase.Document>

System: MSFS2024, ASUS Rog Stryx Z790-A,  Intel i9-14900KF,  Asus ROG Ryujin III 360 , Asus Hyperion Case,Rog Stryx 4090 OC, Samsung 970 EVO M.2 SSD, 1Tb Samsung 860 EVO SSD,64Gb G Skill Memory, Asus Aura 1200W Gold PSU,Win 11 ,LG C4 48" 4K OLED Screen., Airbus TCA Full Kit, Stream Deck XL. WinWing FCU, EFIS, MCDU

 

  • Author

Ok I tried both, still not work. Thanks for helping guys

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

Should be using port 500. Or whatever you port is in your client document simconnect .cfg file.

 

My Server simconnect.xml:

 

<?xml version="1.0" encoding="Windows-1252"?>

<SimBase.Document Type="SimConnect" version="1,0">
  <Descr>SimConnect</Descr>
  <Filename>SimConnect.xml</Filename>
  <Disabled>False</Disabled>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <Address>XXX.XXX.X.X</Address>.....Enter you server IP address
    <MaxClients>64</MaxClients>
    <Port>500</Port>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>
</SimBase.Document>

 

client simconnect.cfg in client document folder.

 

[simConnect]
Protocol=IPv4
Address=XXX.XXX.X.X......Server IP address
Port=500
MaxReceiveSize=4096
DisableNagle=0

 

Enable network sharing of the server FSX and Appdata folder.
 

  • Author

Ya I matched them both to 500, so Im good there.

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

Check your simconnect.cfg in client documents folder too Ron. Making sure IP address is correct

 

Try this port.

 

[simConnect]
Protocol=IPv4
Address=192.168.2.10
Port=6600
MaxReceiveSize=8192
DisableNagle=1

 

 

System: MSFS2024, ASUS Rog Stryx Z790-A,  Intel i9-14900KF,  Asus ROG Ryujin III 360 , Asus Hyperion Case,Rog Stryx 4090 OC, Samsung 970 EVO M.2 SSD, 1Tb Samsung 860 EVO SSD,64Gb G Skill Memory, Asus Aura 1200W Gold PSU,Win 11 ,LG C4 48" 4K OLED Screen., Airbus TCA Full Kit, Stream Deck XL. WinWing FCU, EFIS, MCDU

 

I believe the port must be 4 digits between 4000 and 9999. Something like that. Just use 6000. And make sure the IPv4 address matches.

  • Author

Ok so the manual said use port 500 and enable it through the Firewall and I've always used 500 and its worked in the past. I checked the IP's and they all match.

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

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.