-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSimConnect.cfg.OFF
More file actions
57 lines (48 loc) · 1.34 KB
/
SimConnect.cfg.OFF
File metadata and controls
57 lines (48 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
; Example SimConnect client configurations
;
; From MSDEV:
; The SimConnect.cfg file (which you can get here) contains
; communication information for the SimConnect client.
; This file is only required if a client is going to access
; Microsoft Flight Simulator running on a remote machine,
; and should be placed in the same folder as the client
; application or library, on the computer the client is running on.
; new FS pipe
[SimConnect]
Protocol=Pipe
Port=Custom/SimConnect
Address=127.0.0.1
; Automatic detection, backward compatible with FSX
[SimConnect.1]
Protocol=Auto
Address=
Port=
MaxReceiveSize=
DisableNagle=
[SimConnect.2]
Protocol=Ipv6
Port=501
Address=127.0.0.1
[SimConnect.3]
Protocol=Ipv4
Address=127.0.0.1
Port=500
; default FSX pipe
[SimConnect.4]
Protocol=Pipe
Address=.
; global pipe, use the configuration of the remote server
[SimConnect.4]
Protocol=Pipe
Address=<remote computer address or name here>
Port=<remote computer pipe name (matches Port name given in SimConnect.xml)>
; global IPv6, use the configuration of the remote server
[SimConnect.5]
Protocol=IPv6
Address=<remote computer address or name here>
Port=<remote computer port number here>
; global IPv4, use the configuration of the remote server
[SimConnect.6]
Protocol=IPv4
Address=<remote computer address or name here>
Port=<remote computer port number here>