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
+38-4Lines changed: 38 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,39 @@
2
2
# Revision History #
3
3
4
4
5
-
## Version 1.7 -- Under Development ('dev' branch) ##
5
+
## Version 1.7 -- October 2023 ##
6
+
7
+
8
+
### New Documentation: ###
9
+
10
+
Additional documentation location to slow down growth of main repository. [https://github.com/wb2osz/direwolf-doc](https://github.com/wb2osz/direwolf-doc) . These are more oriented toward achieving a goal and understanding, as opposed to the User Guide which describes the functionality.
11
+
12
+
-***APRS Digipeaters***
13
+
14
+
-***Internal Packet Routing***
15
+
16
+
-***Radio Interface Guide***
17
+
18
+
-***Successful IGate Operation***
19
+
20
+
-***Understanding APRS Packets***
6
21
7
22
8
23
### New Features: ###
9
24
10
-
- Additional documentation location to slow down growth of main repository. [https://github.com/wb2osz/direwolf-doc](https://github.com/wb2osz/direwolf-doc)
25
+
11
26
12
27
- New ICHANNEL configuration option to map a KISS client application channel to APRS-IS. Packets from APRS-IS will be presented to client applications as the specified channel. Packets sent, by client applications, to that channel will go to APRS-IS rather than a radio channel. Details in ***Internal-Packet-Routing.pdf***.
13
28
14
29
- New variable speed option for gen_packets. For example, "-v 5,0.1" would generate packets from 5% too slow to 5% too fast with increments of 0.1. Some implementations might have imprecise timing. Use this to test how well TNCs tolerate sloppy timing.
15
30
16
-
- Improved Layer 2 Protocol [(IL2P)](https://en.wikipedia.org/wiki/FX.25_Forward_Error_Correction). Use "-I 1" on command line to enable transmit for first channel. Compatible with Nino TNC for 1200 and 9600 bps.
31
+
- Improved Layer 2 Protocol [(IL2P)](https://en.wikipedia.org/wiki/FX.25_Forward_Error_Correction). Compatible with Nino TNC for 1200 and 9600 bps. Use "-I 1" on command line to enable transmit for first channel. For more general case, add to config file (simplified version, see User Guide for more details):
32
+
33
+
> After: "CHANNEL 1" (or other channel)
34
+
>
35
+
> Add: "IL2PTX 1"
17
36
18
-
- Limited support for CM109/CM119 GPIO PTT on Windows.
37
+
- Limited support for CM108/CM119 GPIO PTT on Windows.
19
38
20
39
- Dire Wolf now advertises itself using DNS Service Discovery. This allows suitable APRS / Packet Radio applications to find a network KISS TNC without knowing the IP address or TCP port. Thanks to Hessu for providing this. Currently available only for Linux and Mac OSX. [Read all about it here.](https://github.com/hessu/aprs-specs/blob/master/TCP-KISS-DNS-SD.md)
21
40
@@ -30,6 +49,21 @@
30
49
> Add: "FX25TX 1" (or 16 or 32 or 64)
31
50
32
51
52
+
53
+
### Bugs Fixed: ###
54
+
55
+
- The t/m packet filter incorrectly included bulletins. It now allows only "messages" to specific stations. Use of t/m is discouraged. i/180 is the preferred filter for messages to users recently heard locally.
56
+
57
+
- Packet filtering now skips over any third party header before classifying packet types.
58
+
59
+
- Fixed build for Alpine Linux.
60
+
61
+
### Notes: ###
62
+
63
+
The Windows binary distribution now uses gcc (MinGW) version 11.3.0.
64
+
The Windows version is built for both 32 and 64 bit operating systems.
65
+
Use the 64 bit version if possible; it runs considerably faster.
0 commit comments