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
+32-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,36 @@
1
1
2
2
# Revision History #
3
3
4
+
----------
5
+
6
+
## Version 1.4 -- Development snapshot B -- April 2016 ##
7
+
8
+
### New Features: ###
9
+
10
+
- 2400 & 4800 bps PSK modems. See ***2400-4800-PSK-for-APRS-Packet-Radio.pdf*** in the doc directory for discussion.
11
+
12
+
13
+
- The top speed of 9600 bps has been increased to 38400. You will need a sound card capable of 96k or 192k samples per second for the higher rates. Radios must also have adequate bandwidth. See ***Going-beyond-9600-baud.pdf*** in the doc directory for more details.
14
+
15
+
16
+
### Bugs Fixed: ###
17
+
18
+
- Sometimes kissattach would have an issue with the Dire Wolf pseudo terminal. This showed up most often on Raspbian but sometimes occurred with other versions of Linux.
19
+
20
+
*kissattach: Error setting line discipline: TIOCSETD: Device or resource busy
21
+
Are you sure you have enabled MKISS support in the kernel
22
+
or, if you made it a module, that the module is loaded?*
23
+
24
+
25
+
- Sometimes writes to a pseudo terminal would block causing the received
26
+
frame processing thread to hang. The first thing you will notice is that
27
+
received frames are not being printed. After a while this message will appear:
28
+
29
+
*Received frame queue is out of control. Length=... Reader thread is probably
30
+
frozen. This can be caused by using a pseudo terminal (direwolf -p) where
31
+
another application is not reading the frames from the other side.*
32
+
33
+
4
34
----------
5
35
6
36
## Version 1.3 -- Beta Test -- March 2016 ##
@@ -61,7 +91,7 @@ such as PowerPC or MIPS.
61
91
62
92
- Improved decoder performance.
63
93
Over 1000 error-free frames decoded from WA8LMF TNC Test CD.
64
-
See "A-Better-APRS-Packet-Demodulator.pdf" for details.
94
+
See ***A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf*** for details.
65
95
66
96
- Up to 3 soundcards and 6 radio channels can be handled at the same time.
67
97
@@ -272,8 +302,7 @@ to rebuild it from source.
272
302
273
303
### New Features: ###
274
304
275
-
- Added APRStt gateway capability. For details, see:
276
-
**APRStt-Implementation-Notes.pdf**
305
+
- Added APRStt gateway capability. For details, see ***APRStt-Implementation-Notes.pdf***
0 commit comments