Konstantin Gründger
94286f984d
add test cases for all message types
2025-05-06 13:38:39 +02:00
Konstantin Gründger
3a18cc8ef4
check messages from ogn-aprs-protocol
2025-05-06 13:38:20 +02:00
Konstantin Gründger
3059b43dce
Refactoring: replace unittest with pytest
2025-04-23 12:12:32 +02:00
Konstantin Gründger
a6c320c444
refactoring: use assert instead of unittest function
2025-04-23 10:45:16 +02:00
Konstantin Gründger
23416269cb
Parse short path ( fixes #128 )
2025-04-22 19:24:37 +02:00
Konstantin Gründger
ebe61f151b
Catch exception while parsing the APRS comment ( fixes #126 )
2025-04-19 11:27:52 +02:00
Konstantin Gründger
e0f363be91
Fixed #72
2020-05-21 19:30:32 +02:00
Konstantin Gründger
342af0a253
Add support for capturs ( fixes #42 )
2019-06-08 14:48:42 +02:00
Konstantin Gründger
b7f51b92f8
Added support for OGFLYM beacons ( fixes #63 )
2019-06-08 14:02:18 +02:00
Konstantin Gründger
b8f0028f1e
Small changes for inReach parser
2019-06-07 20:34:50 +02:00
Konstantin Gründger
7a577ab9ef
Added generic parser for unknown protocol
2019-06-03 22:45:31 +02:00
Konstantin Gründger
a1f84c6cb7
Removed AmbigousTimeError
2018-05-01 11:21:28 +02:00
Konstantin Gründger
572d8bbc54
Refactoring
2018-04-21 10:13:49 +02:00
Konstantin Gründger
12bdf25243
Added Support for FANET beacons
2018-04-10 18:54:30 +02:00
Konstantin Gründger
aa682a9e10
Let the parser parse comments
2018-03-18 17:55:01 +01:00
Konstantin Gründger
48d0faf374
Renamed beacon_types and LT24, Spider and Spot parsers, fixes #37 , #38 , #40
2018-03-10 08:58:32 +01:00
Konstantin Gründger
1607738b12
IDs must be hexadecimal
2018-01-12 08:26:38 +01:00
Konstantin Gründger
b309cfe805
Test unknown dstcall
2017-12-13 22:06:45 +01:00
Konstantin Gründger
0cf71b99af
Refactoring
2017-10-02 19:22:34 +02:00
Konstantin Gründger
384f0edc7e
Fixes #25
2017-10-02 19:22:34 +02:00
Konstantin Gründger
7361ea7392
Fixed createTimestamp
2017-09-30 18:25:02 +02:00
Konstantin Gründger
33a7690f7d
Added Tracker (OGNTRK) and Receiver (OGNSDR) parser
2017-09-30 11:42:16 +02:00
Konstantin Gründger
6044e58773
Tests for OGFLR, OGNTRK and OGNSDR
2017-09-30 09:45:50 +02:00
Konstantin Gründger
5faf78b239
Test beacon_type
2017-09-30 09:45:50 +02:00
Konstantin Gründger
e63b746504
parser: distinguish between different dstcalls
2017-09-30 09:45:50 +02:00
Konstantin Gründger
a36d2a76ff
Added APRS beacons for LT24, Naviter, Skylines, Spider, SPOT
2017-09-30 09:45:50 +02:00
Konstantin Gründger
c2c38bb337
Timestamp zulu can also be a z instead h and other small improvements
2017-09-30 09:45:50 +02:00
Konstantin Gründger
36ce45fe20
Empty APRS comment belongs to a receiver beacon
2017-05-16 14:36:38 +02:00
Konstantin Gründger
44cc855d6c
Regex patterns are more tolerant, so remove the „incomplete xy“ tests
...
Remove unused imports
2017-05-07 13:13:21 +02:00
Konstantin Gründger
c98c8eca04
The comment is just optional
2017-05-07 12:56:06 +02:00
Fabian P. Schmidt
bf03ac39dd
Initial commit; Import from ogn-python
...
The repository ogn-python splits up into two separate repositories.
- python-ogn-client (the repository this commit belongs to):
includes an APRS- and OGN-Parser, an APRS-Client and a DDB-Client.
- python-ogn-gateway:
includes a database, CLI, logbook.
Import from glidernet/ogn-python, commit ba7ae37ef273aa5840719b31e4bca0c16d99eadd
2016-02-28 12:11:16 +01:00