Skip to content

Commit 2ac99a3

Browse files
committed
Minor ocumentation updates.
1 parent 9febac9 commit 2ac99a3

4 files changed

+16
-26
lines changed

CHANGES.md

+16-26
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,54 @@
11

22
# Revision History #
33

4-
## Version 1.5 -- Development snapshot C -- October 2017 ##
4+
## Version 1.5 -- Beta Test -- January 2018 ##
55

6-
This is a snapshot of ongoing development towards version of 1.5. Some features might be incomplete or broken or not documented properly.
76

87
### New Features: ###
98

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

12-
- KISS "Set Hardware" command to report transmit queue length.
1311

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

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

1816

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

19+
- KISS "Set Hardware" command to report transmit queue length.
2320

21+
- TCP KISS can now handle multiple concurrent applications.
2422

25-
## Version 1.5 -- Development snapshot B -- June 2017 ##
23+
- Linux can use serial port for KISS in addition to a pseudo terminal.
2624

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

29-
### New Features: ###
27+
- Full Duplex operation. (Put "FULLDUP ON" in channel section of configuration file.)
3028

3129
- Time slots for beaconing.
3230

33-
- Documentation updates describing cheap SDR frequency inaccuracy and how to compensate for it.
34-
3531
- Allow single log file with fixed name rather than starting a new one each day.
3632

3733

34+
3835
### Bugs Fixed: ###
3936

37+
- Possible crash when CDIGIPEAT did not include the optional alias.
38+
4039
- PACLEN configuration item no longer restricts length of received frames.
4140

42-
## Version 1.5 -- Development snapshot A -- May 2017 ##
41+
- Little typographical / spelling errors in messages.
4342

44-
This is a snapshot of ongoing development towards version of 1.5. Some features might be incomplete or broken or not documented properly.
4543

46-
### New Features: ###
44+
### Documentation: ###
4745

48-
- TCP KISS can now handle multiple concurrent applications.
49-
50-
- Linux can use serial port for KISS in addition to a pseudo terminal.
5146

5247
- New document ***Bluetooth-KISS-TNC.pdf*** explaining how to use KISS over Bluetooth.
5348

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

5851

59-
### Bugs Fixed: ###
60-
61-
- Little typographical / spelling errors in messages.
6252

6353
----------
6454

doc/APRStt-Implementation-Notes.pdf

26.2 KB
Binary file not shown.

doc/Raspberry-Pi-APRS-Tracker.pdf

79.1 KB
Binary file not shown.

doc/User-Guide.pdf

-36.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)