Skip to content

Commit 6a57823

Browse files
committed
Get ready for 1.8.
1 parent 9cfcf49 commit 6a57823

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGES.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# Revision History
22

3-
## Version 1.8 -- Development Version
3+
## Version 1.8 -- October 2025
44

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.
612

713
- Support for CM108 PTT on Mac.
814

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.
1016

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.
1218

1319
- New direwolf icon.
1420

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.
1622

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.
1824

1925
## Version 1.7 -- October 2023
2026

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ It can also be used as a virtual TNC for other applications such as [APRSIS32](h
110110

111111
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.
112112

113+
**All APRS users should read this:** [Understanding APRS Packets]( https://github.com/wb2osz/aprsspec/raw/main/Understanding-APRS-Packets.pdf)
114+
113115
## Installation
114116

115117
### Windows
@@ -135,6 +137,8 @@ On Debian / Ubuntu / Raspbian / Raspberry Pi OS:
135137
sudo apt-get install libasound2-dev
136138
sudo apt-get install libudev-dev
137139
sudo apt-get install libavahi-client-dev
140+
# This is only needed to use the GPIO pins for PTT:
141+
sudo apt-get install libgpiod-dev
138142

139143
Or on Red Hat / Fedora / CentOS:
140144

0 commit comments

Comments
 (0)