You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,26 @@
1
1
# Revision History
2
2
3
-
## Version 1.8 -- Development Version
3
+
## Version 1.8 -- October 2025
4
4
5
-
### New Features:
5
+
### New Documentation:
6
+
7
+
- All APRS users should read [Understanding APRS Packets](https://github.com/wb2osz/aprsspec/raw/main/Understanding-APRS-Packets.pdf). Be sure to read the section on common mistakes or you might be used as an example of what not to do.
8
+
9
+
## New Features:
10
+
11
+
- Added support for libgpiod version 2. This is needed for GPIO PTT on [Raspberry Pi OS 13 trixie](https://www.raspberrypi.com/news/trixie-the-new-version-of-raspberry-pi-os/). You will need to install libgpiod-dev before building.
6
12
7
13
- Support for CM108 PTT on Mac.
8
14
9
-
- New NCHANNEL feature to map a channel number to an external network TCP KISS TNC. See xxx for example of a bridge to LoRa APRS. See [APRS-LoRa-VHF-APRS-Bridge.pdf](https://github.com/wb2osz/direwolf-doc/blob/main/APRS-LoRa-VHF-APRS-Bridge.pdf) for explanation.
15
+
- New NCHANNEL feature to map a channel number to an external network TCP KISS TNC. See [APRS-LoRa-VHF-APRS-Bridge.pdf](https://raw.githubusercontent.com/wb2osz/direwolf-doc/main/APRS-LoRa-VHF-APRS-Bridge.pdf) for explanation and example.
10
16
11
-
-[http://www.aprs.org/aprs11/tocalls.txt](http://www.aprs.org/aprs11/tocalls.txt) has been abandoned since the end of 2021. [https://github.com/aprsorg/aprs-deviceid](https://github.com/aprsorg/aprs-deviceid) is now considered to be the authoritative source of truth for the vendor/model encoding.
17
+
-[http://www.aprs.org/aprs11/tocalls.txt](http://www.aprs.org/aprs11/tocalls.txt) has been abandoned since the end of 2021. [https://github.com/aprsorg/aprs-deviceid](https://github.com/aprsorg/aprs-deviceid) is now the authoritative source of truth for the vendor/model encoding.
12
18
13
19
- New direwolf icon.
14
20
15
-
-Include the direwolf icon in the Windows executable. Note: When building from source, environment variable RC must point to windres location.
21
+
-New direwolf icon is now embedded in the Windows executable. Note: When building from source, environment variable RC must point to windres location.
16
22
17
-
-Added support for libgpiod version 2.
23
+
-Enhanced IGate functionality to allow downloading from all [CWOP](https://raw.githubusercontent.com/wb2osz/direwolf-doc/main/CWOP.pdf) servers concurrently.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,8 @@ It can also be used as a virtual TNC for other applications such as [APRSIS32](h
110
110
111
111
Youtube has many interesting and helpful videos. Searching for [direwolf tnc](https://www.youtube.com/results?search_query=direwolf+tnc) or [direwolf aprs](https://www.youtube.com/results?search_query=direwolf+aprs) will produce the most relevant results.
112
112
113
+
**All APRS users should read this:**[Understanding APRS Packets](https://github.com/wb2osz/aprsspec/raw/main/Understanding-APRS-Packets.pdf)
114
+
113
115
## Installation
114
116
115
117
### Windows
@@ -135,6 +137,8 @@ On Debian / Ubuntu / Raspbian / Raspberry Pi OS:
135
137
sudo apt-get install libasound2-dev
136
138
sudo apt-get install libudev-dev
137
139
sudo apt-get install libavahi-client-dev
140
+
# This is only needed to use the GPIO pins for PTT:
0 commit comments