ogn-python/tests
Fabian P. Schmidt 6a31a648cb Move parsing from 'ogn.model.*' to 'ogn.parser'
Use named capture groups for parsing.
Regular expressions for receiver and aircraft beacons are from ruby ogn-client.
The separated regular expressions for parsing of aircraft beacons were
concatenated to harmonize with other ogn clients (at zero costs,
currently all packets stick to the common token sequence).

regexp for receiver and aircraft beacons:
Copyright (c) 2015 Sven Schwyn; licensed under The MIT License
2016-02-18 22:49:56 +01:00
..
gateway Move function 'create_aprs_login' to ogn.gateway 2016-02-18 15:42:21 +01:00
parser Move parsing from 'ogn.model.*' to 'ogn.parser' 2016-02-18 22:49:56 +01:00
__init__.py Cleanup 2015-11-15 12:10:20 +01:00
custom_ddb.txt ogn.utils: Add get_trackable. 2015-12-01 20:41:29 +01:00
test_aprs_parser.py Rename module ogn.exceptions to ogn.parser.exceptions 2016-02-18 16:01:06 +01:00
test_utils.py Added GeocoderTimedOut exception 2016-02-03 23:11:54 +01:00
valid_beacons.txt aprs_utils: Raise AmbigousTimeError for outdated packets 2015-12-10 17:44:13 +01:00