b0b272e4d2
- positions.txt and special.txt are integrated in the binary - Reduce CPU load - New mode: OBS for listening a frequency - Source code ready to be used with another library - Support for COM1 and COM2 - Fix bug where frequencies conflict avoid switching between similar frequency in range - Better logging information and debug information - Range depends on altitude
50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
|
|
# README for fgcom/utils folder content
|
|
#
|
|
# 26 sept, 2013 - Clément de l'Hamaide
|
|
|
|
|
|
============================================
|
|
==== fgcom.conf =====
|
|
============================================
|
|
|
|
This file is the dialplan as of 26/09/2013 generated by gen_phonebook.pl
|
|
If you are looking for setup an Asterisk server for FGCom you should
|
|
add this file in your /etc/asterisk folder
|
|
|
|
|
|
============================================
|
|
==== gen_phonebook.pl =====
|
|
============================================
|
|
|
|
This file is used to parse apt.dat.gz and nav.dat.gz
|
|
and create fgcom.conf and positions.txt as result.
|
|
|
|
To use this script you should put apt.dat.gz and nav.dat.gz
|
|
belong gen_phonebook.pl then run the script like:
|
|
|
|
./gen_phonebook.pl
|
|
|
|
For details use:
|
|
|
|
./gen_phonebook.pl --help
|
|
|
|
============================================
|
|
==== build_fgcom_server =====
|
|
============================================
|
|
|
|
This file is used to build an FGCom server FOR DEBIAN BASED OPERATING SYSTEM ONLY
|
|
You just need to run the script like:
|
|
|
|
./build_fgcom_server.sh
|
|
|
|
What does the script ?
|
|
- install Asterisk and related/dependencies
|
|
- download apt.dat.gz and nav.data.gz
|
|
- download gen_phonebook.pl script
|
|
- run gen_phonebook.pl
|
|
- configure Asterisk
|
|
- start Asterisk and show the CLI
|
|
|
|
|
|
|