From ce1e903e1d801b40cdf5ee9da6dcb4d14374addd Mon Sep 17 00:00:00 2001 From: Steve Magnuson Date: Sun, 20 Dec 2020 11:41:55 -0800 Subject: [PATCH] Added direwolf sample files --- direwolf.conf.sample | 24 ++++++++++++++++++++++++ direwolf.desktop.sample | 10 ++++++++++ 2 files changed, 34 insertions(+) create mode 100644 direwolf.conf.sample create mode 100644 direwolf.desktop.sample diff --git a/direwolf.conf.sample b/direwolf.conf.sample new file mode 100644 index 0000000..71e2e29 --- /dev/null +++ b/direwolf.conf.sample @@ -0,0 +1,24 @@ +# Template for a custom direwolf configuration file for use with Nexus image +# Lines beginning with # are comments. + +# Uncomment (remove the #) from the following 2 lines to use the left radio +#PTT GPIO 12 +#ADEVICE fepi-capture-left fepi-playback-left + +# Uncomment (remove the #) from the following 2 lines to use the right radio +#PTT GPIO 23 +#ADEVICE fepi-capture-right fepi-playback-right + +ACHANNELS 1 +CHANNEL 0 +ARATE 96000 + +# Change the following as needed +MODEM 1200 +AGWPORT 0 +KISSPORT 0 + +# Change the callsign to your own (append an SSID if appropriate) +MYCALL N0CALL-1 + +# Add additional direwolf parameters below as required \ No newline at end of file diff --git a/direwolf.desktop.sample b/direwolf.desktop.sample new file mode 100644 index 0000000..f451f20 --- /dev/null +++ b/direwolf.desktop.sample @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Direwolf (Custom) +Comment=APRS Soundcard TNC +Exec=lxterminal -t "My Custom Direwolf" -e "direwolf -c $HOME/mydirewolf.conf" +Icon=direwolf_icon.png +StartupNotify=true +Terminal=false +Type=Application +Categories=HamRadio +Keywords=Ham Radio;APRS;Soundcard TNC;KISS;AGWPE;AX.25 \ No newline at end of file