ITAP documentation

pull/14/head
Tom Early 6 years ago
parent be05ccbf73
commit 2a447d89f6

@ -138,7 +138,8 @@ you to look at:
. qn.mmdvm.cfg is the starting place for configuring an MMDVMHost repeater. Be sure . qn.mmdvm.cfg is the starting place for configuring an MMDVMHost repeater. Be sure
the module assignment agrees with the module configured in your MMDVM.cfg file. the module assignment agrees with the module configured in your MMDVM.cfg file.
. qn.itap.cfg is a simple configuration file for Icom's Terminal and Access Point . qn.itap.cfg is a simple configuration file for Icom's Terminal and Access Point
Mode. Please read ITAP.README for more information. Mode. Please note that if you intend on configuring your Icom radio to run in
Access Point mode, be sure to enable AP mode in your configuration file.
Once you have your qn.cfg file, your ready to compile and install your system, type: Once you have your qn.cfg file, your ready to compile and install your system, type:

@ -127,8 +127,7 @@ private:
// config data // config data
char RPTR_MOD; char RPTR_MOD;
std::string ITAP_DEVICE, RPTR; std::string ITAP_DEVICE, RPTR;
bool LOG_QSO, LOG_DEBUG; bool LOG_QSO, LOG_DEBUG, AP_MODE;
bool AP_MODE;
// parameters // parameters
int serfd; int serfd;

@ -3,5 +3,6 @@
ircddb_login='Q1ABC' ircddb_login='Q1ABC'
module_c='itap' module_c='itap'
#module_c_ap_mode=true # uncomment if you are operating your ICOM radio in Access Point Mode
#dplus_authorize=true # uncomment if you want to use the closed-source DPlus reflectors and/or repeaters #dplus_authorize=true # uncomment if you want to use the closed-source DPlus reflectors and/or repeaters

Loading…
Cancel
Save

Powered by TurnKey Linux.