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
+33-6
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,36 @@
2
2
# Revision History #
3
3
4
4
5
-
## Version 1.6 -- Under Development ##
5
+
## Version 1.7 -- Under Development ('dev' branch) ##
6
6
7
7
8
+
### New Features: ###
9
+
10
+
- 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.
11
+
12
+
- Limited support for CM109/CM119 GPIO PTT on Windows.
13
+
14
+
- 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)
15
+
16
+
- The transmit calibration tone (-x) command line option now accepts a radio channel number and/or a single letter mode: a = alternate tones, m = mark tone, s = space tone, p = PTT only no sound.
17
+
18
+
- The BEACON configuration now recognizes the SOURCE= option. This replaces the AX.25 source address rather than using the MYCALL value for the channel. This is useful for sending more than 5 analog telemetry channels. Use two, or more, source addresses with up to 5 analog channels each.
19
+
20
+
- For more flexibility, the FX.25 transmit property can now be set individually by channel, rather than having a global setting for all channels. The -X on the command line applies only to channel 0. For other channels you need to add a new line to the configuration file.
21
+
22
+
> After: "CHANNEL 1" (or other channel)
23
+
>
24
+
> Add: "FX25TX 1" (or 16 or 32 or 64)
25
+
26
+
27
+
## Version 1.6 -- October 2020 ##
28
+
8
29
### New Build Procedure: ###
9
30
10
31
11
-
- Rather than trying to keep a bunch of different platform specific Makefiles in sync, "cmake" is now used for greater portability and easier maintenance.
32
+
- Rather than trying to keep a bunch of different platform specific Makefiles in sync, "cmake" is now used for greater portability and easier maintenance. This was contributed by Davide Gerhard.
12
33
13
-
- README.md has a quick summary of the process. More details in the User Guide.
34
+
- README.md has a quick summary of the process. More details in the ***User Guide***.
14
35
15
36
16
37
### New Features: ###
@@ -45,15 +66,21 @@
45
66
46
67
-***AX.25 + FEC = FX.25***
47
68
69
+
-***AIS Reception***
70
+
48
71
-***AX.25 Throughput: Why is 9600 bps Packet Radio only twice as fast as 1200?***
49
72
50
-
-[***Ham Radio of Things - IoT over Ham Radio***](https://github.com/wb2osz/hrot)
73
+
-[***Ham Radio of Things (HRoT) - IoT over Ham Radio***](https://github.com/wb2osz/hrot)
74
+
75
+
-[***EAS SAME to APRS Message Converter***](https://github.com/wb2osz/eas2aprs)
51
76
52
-
-Power Point slide show in separate repository. [https://github.com/wb2osz/direwolf-presentation](https://github.com/wb2osz/direwolf-presentation)
77
+
-[***Dire Wolf PowerPoint Slide Show***](https://github.com/wb2osz/direwolf-presentation)
53
78
54
79
### Notes: ###
55
80
56
-
Windows binary distribution now uses gcc (MinGW) version 7.4.0.
81
+
The Windows binary distribution now uses gcc (MinGW) version 7.4.0.
82
+
The Windows version is built for both 32 and 64 bit operating systems.
83
+
Use the 64 bit version if possible; it runs considerably faster.
0 commit comments