]> git.mxchange.org Git - flightgear.git/blob - docs-mini/README.jsclient
Update VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive
[flightgear.git] / docs-mini / README.jsclient
1 Start flightgear with
2 fgfs --jsclient=socket,in,<hz>,,<port>,udp --prop:/jsclient/axis[i]="/property/you/want/to/control" --prop:/jsclient/axis[i+1]="/another/property/you/want/to/control" ...
3 eg:
4 # fgfs --aircraft=yf23-yasim --airport=KEMT --jsclient=socket,in,5,,16759,udp --prop:/jsclient/axis[0]="/controls/flight/spoilers" --prop:/jsclient/axis[1]="/radios/comm/volume"
5
6
7 Start the server on the machine with the remote gameport:
8 JsServer <host> <port>
9 eg: 
10 # JsServer 192.168.1.1 16759
11
12 (JsServer can be started before or after fgfs)