|
|
| Line 154: |
Line 154: |
| Starting FGCom standalone with "-h" argument will show you all available commands. | | Starting FGCom standalone with "-h" argument will show you all available commands. |
|
| |
|
| '''IMPORTANT:''' Keep in mind that FGCom standalone works fine for a standard operating system without arguments at all ! Use them only if you know exactly what they do | | '''IMPORTANT:''' Keep in mind that FGCom standalone works fine for a standard operating system without arguments at all ! Use them only if you know exactly what they do. |
| | |
| fgcom - a communication radio based on VoIP with IAX/Asterisk
| |
| Original (c) 2007-2011 by H. Wirtz <wirtz@dfn.de>
| |
| OSX and Windows ports 2012-2013 by Yves Sablonier and Geoff R. McLane, resp.
| |
| Version 2.99.0 compiled Oct 28 2013, at 21:10:43
| |
| Using iaxclient library Version SVN 261
| |
|
| |
| OPTION DESCRIPTION
| |
|
| |
| -d, -debug, --debug= show debugging information
| |
| -S, -voipserver, --voipserver= voip server to connect to (default: 'fgcom.flightgear.org')
| |
| -s, -fgserver, --fgserver= fg to connect to (default: 'localhost')
| |
| -p, -port, --port= where we should listen to FG (default: '16661')
| |
| -a, -airport, --airport= airport-id (ICAO) for ATC-mode
| |
| -f, -frequency, --frequency= frequency for ATC-mode
| |
| -C, -callsign, --callsign= callsign to use (default: 'guest')
| |
| -U, -user, --user= username for VoIP account (default: 'guest')
| |
| -P, -password, --password= password for VoIP account (default: 'guest')
| |
| -i, -mic, --mic= mic input level (0.0 - 1.0)
| |
| -o, -speaker, --speaker= speaker output level (0.0 - 1.0)
| |
| -b, -mic-boost, --mic-boost= enable mic boost
| |
| -l, -list-audio, --list-audio= list audio devices
| |
| -r, -set-audio-in, --set-audio-in= use <devicename> as audio input
| |
| -k, -set-audio-out, --set-audio-out= use <devicename> as audio output
| |
| -c, -codec, --codec= use codec <codec> as transfer codec (default: 'u')
| |
| -T, -positions, --positions= location positions file (default: '../share/flightgear/positions.txt')
| |
| -Q, -special, --special= location spl. frequency file (opt) (default: '../share/flightgear/special_frequencies.txt')
| |
|
| |
| Available codecs:
| |
| u - ulaw (default and best codec because the mixing is based onto ulaw)
| |
| a - alaw
| |
| g - gsm
| |
| s - speex
| |
| 7 - G.723
| |
|
| |
|
| |
| Mode 1: client for COM1 of flightgear:
| |
| $ fgcom
| |
| - connects fgcom to fgfs at localhost:16661
| |
| $ fgcom -sother.host.tld -p23456
| |
| - connects fgcom to fgfs at other.host.tld:23456
| |
|
| |
| Mode 2: client for an ATC at <airport> on <frequency>:
| |
| $ fgcom -aKSFO -f120.500
| |
| - sets up fgcom for an ATC radio at KSFO 120.500 MHz
| |
|
| |
|
| |
| Note that fgcom starts with a guest account unless you use -U and -P!
| |
| | |
| | |
| | |
| | |
|
| |
|
| = FGCom server = | | = FGCom server = |