FGCOM(1) | FlightGear man pages | FGCOM(1) |
fgcom - VoIP client for the FlightGear radio infrastructure
fgcom [--server=server] [--host=listeninghost] [--port=port] [--callsign=callsign] [--frequency=frequency] [--atis=frequency] [--airport=code] [--username=user] [--password=pass] [--silence-threshold=threshold] [--debug] [--help] [--version]
fgcom is the FlightGear utility used for connecting to multiplayer voice servers.
It is usually not necessary to run fgcom from the command line, as it is already integrated into FlightGear, with the exception of a few specific cases (such as recording ATIS messages or performing a radio check, see the EXAMPLE section).
The specified port can be used by an instance of FlightGear to communicate with FGCom and update the pilot position as they fly.
Since some radio frequencies might be reused across the world, it is essential to set the pilot/controller position correctly to make the FGCom server able to determine the correct voice channel. Always use this flag if you are not connecting a FlightGear instance to FGCom.
The silence threshold is the level below which the sound captured by the microphone is considered background noise (and, thus, filtered out by FGCom). Setting the silence threshold to -60 turns the filter off; setting it to 0 filters everything (mutes the microphone).
fgcom exits with EXIT_SUCCESS on success, with EXIT_FAILURE if the syntax of the command-line arguments is wrong or an error occurs.
FGCom understands several special frequencies used for testing purposes or general chatting:
Connect to the default FGCom server, switch to the San Francisco International Airport (KSFO) ground frequency (121.800 MHz) and allow FlightGear to update the current pilot position by sending it to port 16661 (the default one):
$ fgcom --frequency=121.800 --airport=KSFO
Perform a radio check by connecting to the echo test frequency:
$ fgcom --frequency=910.000
Record an ATIS message on the San Francisco International Airport (KSFO) ATIS frequency (118.850 MHz):
$ fgcom --atis=118.850 --airport=KSFO
fgfs(1), the FlightGear wiki "FGCom 3.0" page
2017-06-04 | FlightGear |