Hi,
Finally I have created an .exe simconnect client using VB.NET. It works fine when it runs on my FSX SP2 server. But when it runs on my networked laptop under Pipe protocol it doesn’t connects to the server (Ipv4 works fine). I decide to use the Pipe protocol but have no clue how to configure SimConnect.xml and SimConnect.cfg. I have tried to configure them in a different way but still nothing.
MSDN describes how to specify the name of a pipe in some of API functions:
a) \\ServerName\pipe\PipeName
b) \\.\pipe\PipeName
But SimConnect.xml requires:
<Port>REPLACE_WITH_PORT_NAME</Port>
And SimConnect.cfg requires:
Protocol=Pipe
Address=<remote computer address or name here>
Port=<remote computer pipe name (matches Port name given in SimConnect.xml)>
So how to configure those files properly?
Thanks for any help with advance.
Gino
Finally I have created an .exe simconnect client using VB.NET. It works fine when it runs on my FSX SP2 server. But when it runs on my networked laptop under Pipe protocol it doesn’t connects to the server (Ipv4 works fine). I decide to use the Pipe protocol but have no clue how to configure SimConnect.xml and SimConnect.cfg. I have tried to configure them in a different way but still nothing.
MSDN describes how to specify the name of a pipe in some of API functions:
a) \\ServerName\pipe\PipeName
b) \\.\pipe\PipeName
But SimConnect.xml requires:
<Port>REPLACE_WITH_PORT_NAME</Port>
And SimConnect.cfg requires:
Protocol=Pipe
Address=<remote computer address or name here>
Port=<remote computer pipe name (matches Port name given in SimConnect.xml)>
So how to configure those files properly?
Thanks for any help with advance.
Gino