8,804
edits
(→Usage: clarify and update) |
|||
Line 13: | Line 13: | ||
== Usage == | == Usage == | ||
To use Phi you need to start the internal httpd server before FlightGear is started. | To use Phi you need to start the internal httpd server before FlightGear is started (see below for instructions). Once FlightGear is up and running we can access the Phi user interface from the main menu in FlightGear. '''Select Equipment > Map (opens in browser)''' or launch a web browser and enter the URL: http://localhost:8080 | ||
==== Qt launcher ==== | |||
Add <code>--httpd=8080</code> to '''Settings > Additional Settings''' in the [[FlightGear Qt launcher]]. | |||
==== FFGo ==== | ==== FFGo ==== | ||
Add the <code>--httpd</code> command switch somewhere in the config file of [[FFGo]]. | |||
[[File:FFGo launcher.PNG|300px|FFGo launcher]] | [[File:FFGo launcher.PNG|300px|FFGo launcher]] | ||
==== Console ==== | ==== Console ==== | ||
Run | Run FlightGear with the command line switch <code>--httpd</code>: | ||
fgfs --httpd=8080 | fgfs --httpd=8080 | ||
== Phi UI features == | == Phi UI features == |