320
edits
(→Avare) |
|||
Line 209: | Line 209: | ||
The below command tells FlightGear what to connect to and it's protocol. This can be placed in the GFly type programs or if in Terminal, place the command after fgfs. The address, 192.168.??.?, needs to be the address of the tablet running Avare. Some home networks will randomly choose an address, hence this could change. It will be displayed in the IO app. The number 49002 needs to be the same number that is in the Avare IO app. Use the Xplane option. | The below command tells FlightGear what to connect to and it's protocol. This can be placed in the GFly type programs or if in Terminal, place the command after fgfs. The address, 192.168.??.?, needs to be the address of the tablet running Avare. Some home networks will randomly choose an address, hence this could change. It will be displayed in the IO app. The number 49002 needs to be the same number that is in the Avare IO app. Use the Xplane option. | ||
{| class="wikitable" | |||
|- | |||
! Comm !! Comm Type !! Direction !! Hertz !! Machine Address !! Port !! Style !! Protocol | |||
|- | |||
| --generic || socket || out || 2 || 192.168.??.?? || 49002 || udp || avare | |||
|} | |||
The table above helps to explain the command line below. | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> |
edits