# Information to decode DELFI-PQ with the help of direwolf. # # K3KDR and PE0SAT # # ------------------------------------------------------------------------------ # cat run-direwolf.sh #!/usr/bin/env bash # CONFDIR="${HOME}"/etc CONF="${1:-1200}" LOGDIR="${HOME}"/log if [ -z "${1}" ]; then echo "No input variable: using 1200, options {1200|1200G|4800} are available." fi if [ ! -d "${LOGDIR}" ]; then mkdir -p "${LOGDIR}"; fi direwolf -c "${CONFDIR}"/"${CONF}".conf -dup -t 0 -qd | \ ts "[%Y-%m-%d %H:%M:%S]" | \ tee -a "${LOGDIR}"/"$(date +%Y-%m-%d_%H:%M)".log # cat 1200G.conf ARATE 48000 ACHANNELS 1 AGWPORT 0 KISSPORT 8100 MODEM 1200 0:0 TXDELAY 60 TXTAIL 120