You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,15 @@ It exposes an http server where you can connect using your browser (either from
14
14
## Installation
15
15
You can go to the [releases](https://github.com/jagobagascon/FSControl/releases) page to download the latest FSControl binary.
16
16
17
-
You will also need to copy the SimConnect SDK DLL to the folder where you will run FSControl. This DLL is located in`$(MSFS_SDK)\SimConnect SDK\lib`.
17
+
You will also need the SimConnect DLL. It should be installed`$(MSFS_SDK)\SimConnect SDK\lib`.
18
18
19
19
## Running
20
+
The application will look for the SimConnect DLL in the current working directory, the path where the FSControl binary is located and also in `C:\MSFS SDK\SimConnect SDK\lib`. If your MSFS SDK is located somewhere else, you can change the search path by using the `-sdk` option.
21
+
20
22
Executing the downloaded app will start an HTTP server in the port 8080.
21
23
22
24
You can run it from the command line and pass the following options:
23
-
-`--address`: The address where the app will be accessed. Set this to `localhost:8080` to disable remote access to the server. Or `:<PORT>` if you just want to customize the port used.
25
+
-`-address`: The address where the app will be accessed. Set this to `localhost:8080` to disable remote access to the server. Or `:<PORT>` if you just want to customize the port used.
24
26
25
27
> If the windows firewall asks for permission and you want to access the application remotely (a mobile phone or a tablet) you have to allow the application to open the port 8080. Otherwise you can deny its access and still use the app from `localhost:8080`.
0 commit comments