ogn-python/ogn/model
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
..
__init__.py ogn/model: suppress 'unused import' warnings 2016-01-06 00:37:54 +01:00
address_origin.py Model: Fix hyphenation of keyword 'user_defined' 2015-12-09 12:07:47 +01:00
aircraft_beacon.py Move parsing from 'ogn.model.*' to 'ogn.parser' 2016-02-18 22:49:56 +01:00
aircraft_type.py Initial release 2015-10-24 23:13:21 +02:00
base.py Initial release 2015-10-24 23:13:21 +02:00
beacon.py Move parsing from 'ogn.model.*' to 'ogn.parser' 2016-02-18 22:49:56 +01:00
device.py Renamed Flarm to Device 2015-11-16 20:04:54 +01:00
receiver.py ReceiverDevice to Receiver 2015-11-16 20:09:26 +01:00
receiver_beacon.py Move parsing from 'ogn.model.*' to 'ogn.parser' 2016-02-18 22:49:56 +01:00
takeoff_landing.py simple logbook 2015-11-11 08:04:42 +01:00