From 09ac497bad7536e363ad3fc6a64d38cacf2608d9 Mon Sep 17 00:00:00 2001 From: "[Harper Innes]" <[harper@whisper.cat]> Date: Thu, 14 Dec 2023 19:35:44 +1100 Subject: [PATCH] Added Log Directory Support --- Simplex-Support/10m-APRS-Logs/README.md | 4 ++++ Simplex-Support/UHF-APRS-Logs/README.md | 4 ++++ Simplex-Support/VHF-APRS-Logs/README.md | 4 ++++ Simplex-Support/direwolf-10m-APRS.conf | 5 +++++ Simplex-Support/direwolf_UHF-APRS.conf | 7 ++++++- Simplex-Support/direwolf_VHF-Aprs.conf | 5 +++++ 6 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 Simplex-Support/10m-APRS-Logs/README.md create mode 100644 Simplex-Support/UHF-APRS-Logs/README.md create mode 100644 Simplex-Support/VHF-APRS-Logs/README.md diff --git a/Simplex-Support/10m-APRS-Logs/README.md b/Simplex-Support/10m-APRS-Logs/README.md new file mode 100644 index 0000000..9468167 --- /dev/null +++ b/Simplex-Support/10m-APRS-Logs/README.md @@ -0,0 +1,4 @@ +### 10m FM APRS Logs +This is a placeholder for the 10m log directory + +Direwolf is instructed to place logs heard on 10m into this directory diff --git a/Simplex-Support/UHF-APRS-Logs/README.md b/Simplex-Support/UHF-APRS-Logs/README.md new file mode 100644 index 0000000..3cbd71a --- /dev/null +++ b/Simplex-Support/UHF-APRS-Logs/README.md @@ -0,0 +1,4 @@ +### UHF APRS Logs +This is a placeholder for the UHF APRS log directory + +Direwolf is instructed to place logs heard on UHF into this directory diff --git a/Simplex-Support/VHF-APRS-Logs/README.md b/Simplex-Support/VHF-APRS-Logs/README.md new file mode 100644 index 0000000..068bb9d --- /dev/null +++ b/Simplex-Support/VHF-APRS-Logs/README.md @@ -0,0 +1,4 @@ +### VHF APRS Logs +This is a placeholder for the VHF APRS log directory + +Direwolf is instructed to place logs heard on VHF into this directory diff --git a/Simplex-Support/direwolf-10m-APRS.conf b/Simplex-Support/direwolf-10m-APRS.conf index 7224cd3..2111f5b 100644 --- a/Simplex-Support/direwolf-10m-APRS.conf +++ b/Simplex-Support/direwolf-10m-APRS.conf @@ -76,6 +76,11 @@ IGTXVIA 3 WIDE1-1,WIDE2-1 #IGTXLIMIT 1000 1000 +################# +# Log Directory # +################# +LOGDIR /home/$USER/aprs/Simplex-Support/10m-APRS-Logs/ + ################# # END OF CONFIG # ################# diff --git a/Simplex-Support/direwolf_UHF-APRS.conf b/Simplex-Support/direwolf_UHF-APRS.conf index 25faa71..1ccb94a 100644 --- a/Simplex-Support/direwolf_UHF-APRS.conf +++ b/Simplex-Support/direwolf_UHF-APRS.conf @@ -14,7 +14,7 @@ PTT /dev/ttyUSB0 RTS AGWPORT 8000 KISSPORT 8001 - +* ############### # Digipeaters # ############### @@ -80,6 +80,11 @@ IGTXVIA 2 WIDE1-1,WIDE2-1 #IGTXLIMIT 1000 1000 +################# +# Log Directory # +################# +LOGDIR /home/$USER/aprs/Simplex-Support/UHF-APRS-Logs/ + ################# # END OF CONFIG # ################# diff --git a/Simplex-Support/direwolf_VHF-Aprs.conf b/Simplex-Support/direwolf_VHF-Aprs.conf index 157c7d7..7900f21 100644 --- a/Simplex-Support/direwolf_VHF-Aprs.conf +++ b/Simplex-Support/direwolf_VHF-Aprs.conf @@ -80,6 +80,11 @@ IGTXVIA 1 WIDE1-1,WIDE2-1 #IGTXLIMIT 1000 1000 +################# +# Log Directory # +################# +LOGDIR /home/$USER/aprs/Simplex-Support/VHF-APRS-Logs/ + ################# # END OF CONFIG # #################