Wykres commitów

40 Commity (1892cce7b35238003dd2d87d22000321fe46d3b0)

Autor SHA1 Wiadomość Data
Konstantin Gründger 342af0a253 Add support for capturs (fixes #42) 2019-06-08 14:48:42 +02:00
Konstantin Gründger 37d089acac Bugfix Spider parser (fixes #60) 2019-06-08 14:20:19 +02:00
Konstantin Gründger b7f51b92f8 Added support for OGFLYM beacons (fixes #63) 2019-06-08 14:02:18 +02:00
Konstantin Gründger 061d47bb03 Reduce flask8 warnings 2019-06-07 20:08:51 +02:00
Philip Lee 55e3696a34 Add Inreach parser
Based on documentation here...
https://github.com/glidernet/ogn-aprs-protocol/blob/master/aprsmsgs.txt
2019-06-05 20:11:59 -07:00
Konstantin Gründger 32064f5364 Fix SPOT and Tracker parser 2018-09-18 19:01:34 +02:00
Konstantin Gründger 8c874a3226 Spider: signal_strength -> signal_power 2018-04-28 15:16:02 +02:00
Konstantin Gründger c8d739eccd Change <id> to <address> 2018-04-28 13:44:01 +02:00
Konstantin Gründger 572d8bbc54 Refactoring 2018-04-21 10:13:49 +02:00
Konstantin Gründger 8cff2a2c4d GPS: status to quality and refactoring 2018-04-20 23:57:51 +02:00
Konstantin Gründger 6e0271cfc1 Split new OGFLR parser from old APRS parser 2018-04-20 18:51:18 +02:00
Konstantin Gründger b7458fa021 Refactoring 2018-04-12 23:24:52 +02:00
Konstantin Gründger 12bdf25243 Added Support for FANET beacons 2018-04-10 18:54:30 +02:00
Konstantin Gründger a8a83e960b Introduce generic APRS pattern 2018-04-10 08:33:48 +02:00
Konstantin Gründger 8f8974446c Parse (server) comments 2018-03-17 11:19:34 +01:00
Konstantin Gründger 52468a4bd1 Refactoring: pattern naming 2018-03-10 09:46:31 +01:00
Konstantin Gründger 7ca937a17d Skylines parser, fixes #38 2018-03-10 09:17:13 +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 b1d26ce0c0 Better altitude validation 2018-01-13 13:49:26 +01:00
Konstantin Gründger 41e7128253 Allow valid timestamp only 2018-01-13 13:23:18 +01:00
Konstantin Gründger caffdabb4e Allow valid lat/lon only 2018-01-13 08:54:39 +01:00
kammermark@gmx.de f1a9788078 Updated Changelog 2018-01-12 12:28:31 +01:00
Konstantin Gründger 1607738b12 IDs must be hexadecimal 2018-01-12 08:26:38 +01:00
Konstantin Gründger 8857a31e78 Allow negative altitudes 2017-10-02 19:19:39 +02:00
Konstantin Gründger e613abdbcb Fixed OGNTRK parser 2017-10-01 12:59:53 +02:00
Konstantin Gründger 7361ea7392 Fixed createTimestamp 2017-09-30 18:25:02 +02:00
Konstantin Gründger 054c9eeed0 Fixed ddhhmm vs. hhmmss problem 2017-09-30 14:28:00 +02:00
Konstantin Gründger 33a7690f7d Added Tracker (OGNTRK) and Receiver (OGNSDR) parser 2017-09-30 11:42:16 +02:00
Konstantin Gründger 63d8d2fc4e Implemented Naviter parser 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 9ae25a4500 Added support for heared aircrafts 2017-09-09 11:28:22 +02:00
Konstantin Gründger d2973c1b93 Updated descriptions 2017-05-07 13:20:04 +02:00
Konstantin Gründger c98c8eca04 The comment is just optional 2017-05-07 12:56:06 +02:00
Konstantin Gründger a90f3ed1a9 Sync aircraft regex patter with ogn_client-ruby 2017-05-07 12:29:05 +02:00
Konstantin Gründger 539562c708 Sync receiver regex patter with ogn_client-ruby 2017-05-07 12:14:32 +02:00
Konstantin Gründger 43f2f344f5 Renaming signal_strength -> signal_quality, power -> signal_power 2016-10-13 19:34:34 +02:00
Konstantin Gründger 6e2c59594f Adopt naming from ruby-client_ogn 2016-10-09 22:01:06 +02:00
Konstantin Gründger 5bcd04fe20 Implemented new receiver protocol for 0.2.5
Update for 0.2.5 protocol
2016-10-07 22:27:24 +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 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