|
1 | 1 |
|
2 | 2 | # Revision History #
|
3 | 3 |
|
4 |
| -## Version 1.5 -- Development snapshot C -- October 2017 ## |
| 4 | +## Version 1.5 -- Beta Test -- January 2018 ## |
5 | 5 |
|
6 |
| -This is a snapshot of ongoing development towards version of 1.5. Some features might be incomplete or broken or not documented properly. |
7 | 6 |
|
8 | 7 | ### New Features: ###
|
9 | 8 |
|
10 |
| -- "kissutil" for troubleshooting a KISS TNC or interfacing to an application via files. |
| 9 | +- PTT using GPIO pin of CM108/CM119 (e.g. DMK URI, RB-USB RIM), Linux only. |
11 | 10 |
|
12 |
| -- KISS "Set Hardware" command to report transmit queue length. |
13 | 11 |
|
14 |
| -- PTT using GPIO pin of CM108/CM119 (e.g. DMK URI, RB-USB RIM) |
| 12 | +- More efficient error recovery for AX.25 connected mode. Better generation and processing of REJ and SREJ to reduce unnecessary duplicate I frames. |
15 | 13 |
|
16 |
| -- Full Duplex operation. (Put "FULLDUP ON" in channel section of configuration file.) |
| 14 | +- New configuration option, V20, for listing stations known to not understand AX.25 v2.2. This will speed up connection by going right to SABM and not trying SABME first and failing. |
17 | 15 |
|
18 | 16 |
|
19 |
| -### Bugs Fixed: ### |
20 |
| - |
21 |
| -- Possible crash when CDIGIPEAT did not include the optional alias. |
| 17 | +- New application "**kissutil**" for troubleshooting a KISS TNC or interfacing to an application via files. |
22 | 18 |
|
| 19 | +- KISS "Set Hardware" command to report transmit queue length. |
23 | 20 |
|
| 21 | +- TCP KISS can now handle multiple concurrent applications. |
24 | 22 |
|
25 |
| -## Version 1.5 -- Development snapshot B -- June 2017 ## |
| 23 | +- Linux can use serial port for KISS in addition to a pseudo terminal. |
26 | 24 |
|
27 |
| -This is a snapshot of ongoing development towards version of 1.5. Some features might be incomplete or broken or not documented properly. |
| 25 | +- decode_aprs utility can now accept KISS frames and AX.25 frames as series of two digit hexadecimal numbers. |
28 | 26 |
|
29 |
| -### New Features: ### |
| 27 | +- Full Duplex operation. (Put "FULLDUP ON" in channel section of configuration file.) |
30 | 28 |
|
31 | 29 | - Time slots for beaconing.
|
32 | 30 |
|
33 |
| -- Documentation updates describing cheap SDR frequency inaccuracy and how to compensate for it. |
34 |
| - |
35 | 31 | - Allow single log file with fixed name rather than starting a new one each day.
|
36 | 32 |
|
37 | 33 |
|
| 34 | + |
38 | 35 | ### Bugs Fixed: ###
|
39 | 36 |
|
| 37 | +- Possible crash when CDIGIPEAT did not include the optional alias. |
| 38 | + |
40 | 39 | - PACLEN configuration item no longer restricts length of received frames.
|
41 | 40 |
|
42 |
| -## Version 1.5 -- Development snapshot A -- May 2017 ## |
| 41 | +- Little typographical / spelling errors in messages. |
43 | 42 |
|
44 |
| -This is a snapshot of ongoing development towards version of 1.5. Some features might be incomplete or broken or not documented properly. |
45 | 43 |
|
46 |
| -### New Features: ### |
| 44 | +### Documentation: ### |
47 | 45 |
|
48 |
| -- TCP KISS can now handle multiple concurrent applications. |
49 |
| - |
50 |
| -- Linux can use serial port for KISS in addition to a pseudo terminal. |
51 | 46 |
|
52 | 47 | - New document ***Bluetooth-KISS-TNC.pdf*** explaining how to use KISS over Bluetooth.
|
53 | 48 |
|
54 |
| -- decode_aprs utility can now accept KISS frames and AX.25 frames as series of two digit hexadecimal numbers. |
55 |
| - |
56 |
| -- New configuration option, V20, for listing stations known to not understand AX.25 v2.2. This will speed up connection by going right to SABM and not trying SABME first and failing. |
| 49 | +- Updates describing cheap SDR frequency inaccuracy and how to compensate for it. |
57 | 50 |
|
58 | 51 |
|
59 |
| -### Bugs Fixed: ### |
60 |
| - |
61 |
| -- Little typographical / spelling errors in messages. |
62 | 52 |
|
63 | 53 | ----------
|
64 | 54 |
|
|
0 commit comments