Bill Mitchell
|
e73d1e9a2d
|
Moved unsupported format list to larger scope, use the dictionary keys
to test if a packet is in the unsupported list.
|
2018-02-08 14:55:05 -06:00 |
Bill Mitchell
|
9153c2ba54
|
Roll back previous commit
|
2018-02-08 14:53:49 -06:00 |
Bill Mitchell
|
1f485bf968
|
If parsing fails on body after succeeding on head, return the
partially-parsed packet as part of the error.
|
2018-02-07 12:52:01 -06:00 |
Bill Mitchell
|
817ec38925
|
When packet type is unsupported, give error message which specifies
the packet type.
|
2018-02-07 10:59:45 -06:00 |
Rossen Georgiev
|
94b89a6da4
|
parsing: fix incorrect parsing of msgNo
msgNo should accept alphanumeric characters
fix #36
|
2018-01-20 14:55:23 +00:00 |
Rossen Georgiev
|
acb4c66ff9
|
fix #39; typos
|
2018-01-20 14:38:23 +00:00 |
Rossen Georgiev
|
8a3a677c07
|
fix parsing of message ACK/REJ; #23
|
2017-01-28 23:22:21 +02:00 |
Rossen Georgiev
|
5563a6d8c7
|
refactor total_seconds() for py2.6 comp
|
2016-08-16 22:28:00 +01:00 |
Rossen Georgiev
|
9e6c292422
|
fix incorrect caputation of timestamp in some cases
|
2016-08-16 21:50:21 +01:00 |
Rossen Georgiev
|
202dc8fa0e
|
fix value error when parsing course & speed
|
2016-03-17 21:22:55 +00:00 |
Rossen Georgiev
|
0ea9f1dede
|
fix undefined packet reference in parsing.position
|
2016-03-17 20:54:49 +00:00 |
Rossen Georgiev
|
2724d6682a
|
fix fail to parse telem config with end whitespace
|
2016-03-04 07:42:07 +00:00 |
Rossen Georgiev
|
44dd7da2ed
|
added tests for parsing.common #15
|
2016-01-27 13:55:10 +00:00 |
Rossen Georgiev
|
68190860b7
|
removed _ prefix from most parse functions
|
2016-01-27 07:47:53 +00:00 |
Rossen Georgiev
|
3a83822674
|
tiny reorganization in parsing.weather
|
2016-01-25 11:57:40 +00:00 |
Rossen Georgiev
|
633ad2ea84
|
added DAO parsing, fix #14
|
2016-01-23 07:17:34 +00:00 |
Rossen Georgiev
|
4b6ee9f27d
|
clean up unused variables #13
|
2016-01-21 05:52:19 +00:00 |
Rossen Georgiev
|
88a15770ff
|
added invalid & user-defined parsing
|
2016-01-21 05:00:41 +00:00 |
Rossen Georgiev
|
25dc1c0577
|
split parsing module into submodules
|
2016-01-21 04:38:57 +00:00 |
Rossen Georgiev
|
8dce8866f0
|
use absolute imports
|
2016-01-21 02:18:00 +00:00 |
Rossen Georgiev
|
17d06ac5f8
|
turned parsing module to a package
|
2016-01-21 00:00:56 +00:00 |