mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-16 06:40:10 -07:00
68 lines
1.3 KiB
Plaintext
68 lines
1.3 KiB
Plaintext
#20191230 KM4ACK
|
|
#last edit 04MARCH2022 KM4ACK
|
|
|
|
#change next line to your call sign
|
|
MYCALLSIGN=N0CALL
|
|
|
|
#command to start ARDOP modem
|
|
ARDOP="$HOME/ardop/./piardopc 8515 plughw:1,0 plughw:1,0"
|
|
|
|
#Path to ardop-gui if installed
|
|
ARDOPGUI=$HOME/ardop/./piARDOP_GUI
|
|
|
|
#command to start direwolf
|
|
DIREWOLF="direwolf -p"
|
|
|
|
#Kiss attach command
|
|
KISS="sudo /usr/sbin/kissattach /tmp/kisstnc"
|
|
|
|
#axport name for kissattach
|
|
AXP=wl2k
|
|
|
|
#Set map to use with findardop
|
|
MAP=usa
|
|
#MAP=world
|
|
|
|
#Use rig control? yes or no
|
|
#NOTE: autopat will not work without rig control
|
|
RIGCONTROL=no
|
|
|
|
#enter your rig control command below. DO NOT enter mode
|
|
#or frequency commands as these are handled by the script
|
|
#Be sure to not delete the quotation marks. DO NOT use
|
|
#"rigctld" here. Use "rigctl"
|
|
#example for Yaesu 857D
|
|
#RIG="/usr/local/bin/rigctl -m 122 -r /dev/ttyUSB0 -s 4800"
|
|
|
|
#Pass rig control commands through FLRIG (default)
|
|
RIG="/usr/local/bin/rigctl -m 4"
|
|
|
|
#Mode used for HF digital comms on your radio
|
|
MODEHF=USB
|
|
|
|
#Mode used for packet digital comms on your radio
|
|
MODE2M=FM
|
|
|
|
#port number for pat inbox ie. 127.0.0.1:8080
|
|
PORT=8080
|
|
|
|
#Path to log file
|
|
LOG=$HOME/Documents/mylog.txt
|
|
|
|
#Below this line is only useful to AMRRON operators. Others shouldn't edit below this line.
|
|
#NOTE:The AMRRON portion of this script is still experimental.
|
|
|
|
#set next line to yes for tri-mode setup
|
|
AMRRON=no
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|