577
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
= What is FGCom ? = | = What is FGCom ? = | ||
FGCom is a voice communication feature. That way you can communicate with other pilots and airspace controllers during your flight. | |||
The main idea is to reproduce the real aviation communication, in other words this feature is designed to make radio communication as real as possible during your flights. | |||
FGCom is available by two ways: | |||
* Integrated into FlightGear (FGCom builtin): this is certainly the better solution because easier to use | |||
* External software (FGCom standalone): you should use this one only if you plan to use FGCom in a special case | |||
'''IMPORTANT:''' FGCom builtin is certainly the solution you are looking for. FGCom standalone is only for those of you who want a complex setup. | |||
= FGCom builtin = | = FGCom builtin = | ||
| Line 46: | Line 55: | ||
* Enable : you can check/uncheck this for enable/disable FGCom feature | * Enable : you can check/uncheck this for enable/disable FGCom feature | ||
* Display messages : display FGCom transaction message for debug only | * Display messages : display FGCom transaction message for debug only | ||
* Speaker volume : set speaker volume | * Speaker volume : set speaker volume | ||
* Registration > Enabled : enable/disable registration on server (you must disable FGCom, enable registration and set your username/pwd then re-enable FGCom) | * Registration > Enabled : enable/disable registration on server (you must disable FGCom, enable registration and set your username/pwd then re-enable FGCom) | ||
| Line 66: | Line 74: | ||
If you haven't installed FlightGear on the computer where you want to use FGCom standalone you can simply download FGCom standalone with the following steps: | If you haven't installed FlightGear on the computer where you want to use FGCom standalone you can simply download FGCom standalone with the following steps: | ||
# Download FGCom standalone: | # Download FGCom standalone: [http://flightgear.simpits.org:8080/job/FGCom-Win/lastSuccessfulBuild/artifact/FGCom/*zip*/FGCom.zip Windows 32 bits] | [http://flightgear.simpits.org:8080/job/FGCom-Win64/lastSuccessfulBuild/artifact/FGCom/*zip*/FGCom.zip Windows 64 bits] | [http://flightgear.simpits.org:8080/job/FGCom/lastSuccessfulBuild/artifact/FGCom/*zip*/FGCom.zip Linux 32 bits] | [http://flightgear.simpits.org:8080/job/FGCom64/lastSuccessfulBuild/artifact/FGCom/*zip*/FGCom.zip Linux 64 bits] (take care to select the correct version for your computer !) | ||
# Unzip the downloaded file | # Unzip the downloaded file | ||
# That's all ! Of course you can place the "FGCom" folder where you want on your computer | # That's all ! Of course you can place the "FGCom" folder where you want on your computer | ||
On Linux, you have to [http://www.pilotlogic.com/sitejoom/index.php/95-wiki/codetyphon-studio/installation/linux-install/206-linux-give-executable-permission#h1-method-1 setup the permission as "executable"] for the files "run_fgcom.sh" and "test_fgcom.sh" | |||
=== How to start FGCom standalone ? === | === How to start FGCom standalone ? === | ||
'''If FlightGear is installed:''' FIXME: a shorcut should be added by the FlightGear installer | '''If FlightGear is installed:''' <span style="color:#FF0000">FIXME:</span> a shorcut should be added by the FlightGear installer | ||
On Windows you have to execute (double clic on it) the file "fgcom.exe" located in your FlightGear installation directory (something like C:\Program Files(x86)\FlightGear\bin\fgcom.exe) | On Windows you have to execute (double clic on it) the file "fgcom.exe" located in your FlightGear installation directory (something like C:\Program Files(x86)\FlightGear\bin\fgcom.exe) | ||
| Line 82: | Line 92: | ||
On Windows, in your unzipped "FGCom" folder, you have to execute (double clic on it) the file "run_fgcom.bat". | On Windows, in your unzipped "FGCom" folder, you have to execute (double clic on it) the file "run_fgcom.bat". | ||
On Linux, in your unzipped "FGCom" folder, you have to | On Linux, in your unzipped "FGCom" folder, you have to execute (double clic on it) the file "run_fgcom.sh". | ||
| Line 88: | Line 98: | ||
Now a terminal has been opened and you should be able to see the following lines: | Now a terminal has been opened and you should be able to see the following lines: | ||
Successfully parsed commandline options | Successfully parsed commandline options | ||
Loaded file [../share/flightgear/special_frequencies.txt]. | Loaded file [../share/flightgear/special_frequencies.txt]. | ||
| Line 101: | Line 105: | ||
=== How to test your setup ? === | === How to test your setup ? === | ||
'''If FlightGear is installed:''' FIXME: a shorcut should be added by the FlightGear installer | '''If FlightGear is installed:''' <span style="color:#FF0000">FIXME:</span> a shorcut should be added by the FlightGear installer | ||
On Windows ## PROCEDURE MUST BE FOUND ## | On Windows ## PROCEDURE MUST BE FOUND ## | ||
| Line 118: | Line 122: | ||
Now you should be able to hear your own voice with a delay and see the following lines: | Now you should be able to hear your own voice with a delay and see the following lines: | ||
Successfully parsed commandline options | Successfully parsed commandline options | ||
Loaded file [../share/flightgear/special_frequencies.txt]. | Loaded file [../share/flightgear/special_frequencies.txt]. | ||
| Line 134: | Line 132: | ||
Echo Box - For testing FGCOM | Echo Box - For testing FGCOM | ||
Call 0 answered | Call 0 answered | ||
In order to stop FGCom standalone you have to press {{Key press|Control}} + {{Key press|c}} | |||
=== How to use FGCom standalone ? === | === How to use FGCom standalone ? === | ||
| Line 151: | Line 151: | ||
=== Options details === | === Options details === | ||
Starting FGCom standalone with "-h" argument will show you all available | Starting FGCom standalone with "-h" argument will show you all available options. | ||
'''IMPORTANT:''' Keep in mind that FGCom standalone works fine for a standard operating system without | '''IMPORTANT:''' Keep in mind that FGCom standalone works fine for a standard operating system without options at all ! Use them only if you know exactly what they do. | ||
= FGCom server = | = FGCom server = | ||
FGCom is working as a VoiP software, we are using Asterisk as server. | |||
edits