Skip to content

Commit b7ee6dc

Browse files
committed
Comment about MIC-E format and !DAO!
1 parent facdfb9 commit b7ee6dc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

decode_aprs.c

+22
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,8 @@ static void aprs_raw_nmea (decode_aprs_t *A, unsigned char *info, int ilen)
973973
*
974974
* References: Mic-E TYPE CODES -- http://www.aprs.org/aprs12/mic-e-types.txt
975975
*
976+
* This is up to date with the 24 Aug 16 version mentioning the TH-D74.
977+
*
976978
* Mic-E TEST EXAMPLES -- http://www.aprs.org/aprs12/mic-e-examples.txt
977979
*
978980
* Examples: `b9Z!4y>/>"4N}Paul's_TH-D7
@@ -4437,6 +4439,26 @@ static void process_comment (decode_aprs_t *A, char *pstart, int clen)
44374439
* to stretch the numeric range to be 0 to 99.
44384440
*/
44394441

4442+
/*
4443+
* Here is an interesting case.
4444+
*
4445+
* W8SAT-1>T2UV0P:`qC<0x1f>l!Xu\'"69}WMNI EDS Response Unit #1|+/%0'n|!w:X!|3
4446+
*
4447+
* Let's break that down into pieces.
4448+
*
4449+
* W8SAT-1>T2UV0P:`qC<0x1f>l!Xu\'"69} MIC-E format
4450+
* N 42 56.0000, W 085 39.0300,
4451+
* 0 MPH, course 160, alt 709 ft
4452+
* WMNI EDS Response Unit #1 comment
4453+
* |+/%0'n| base 91 telemetry
4454+
* !w:X! DAO
4455+
* |3 Tiny Track 3
4456+
*
4457+
* Comment earlier points out that MIC-E format has resolution of 0.01 minute,
4458+
* same as non-compressed format, so the DAO does work out, after thinking
4459+
* about it for a while.
4460+
*/
4461+
44404462
/*
44414463
* The spec appears to be wrong. It says '}' is the maximum value when it should be '{'.
44424464
*/

0 commit comments

Comments
 (0)