Wykres commitów

6 Commity (13adb3efed7f0d60e6d11c14fbab86cf36c9178d)

Autor SHA1 Wiadomość Data
Konstantin Gründger 1b485e7629 Split reference_datetime to reference_date and reference_time 2016-09-28 11:08:44 +02:00
Fabian P. Schmidt d48b360141 Add aprs position enhancement before the sign adjustment
Patch provided by shortjonescipher.

Fixes #7.
2016-09-01 13:58:56 +02:00
Heikki Hannikainen de99c3b052 Relax APRS packet parser pattern to allow other destination calls than APRS
APRS spec allows any callsign-like string, and it is widely used to signal
which software or device generated the packet.
For OGN use, I would recommend using OGN-specific destination callsigns,
maybe software/tracker-specific OGN-prefixed calls. APRS tocall
index is found here, AP-prefixed tocalls are used for APRS devices.
https://github.com/hessu/aprs-deviceid/blob/master/tocalls.yaml

Fixes #9.
2016-09-01 11:28:46 +02:00
Fabian P. Schmidt 0569956866 parser: Accept delayed packets and reconstruct timestamp
Packets less than 12 hours old or until 30min from future are accepted,
effects of midnight-rollover gets corrected.

Fixes glidernet/ogn-python#31
2016-03-09 12:05:12 +01:00
Fabian P. Schmidt 7a7fcd3a67 parser: Import parse functions at package level
Simplify the import of parse functions (internally distributed in
submodules).
2016-03-08 02:46:11 +01: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