Wykres commitów

67 Commity (a25021ee9405cf7b3054df68490f41ef9ab5af3e)

Autor SHA1 Wiadomość Data
Konstantin Gründger a25021ee94 updated migration documentation 2025-05-21 09:26:51 +02:00
Konstantin Gründger c1e8ac2749 optionally use the rust parser 2025-05-21 09:26:51 +02:00
Konstantin Gründger e1cde51d5b ignore capturs, inreach and delay messages for test cases 2025-05-20 19:05:31 +02:00
Konstantin Gründger 6c0828a8c8 Replaced deprecated utcnow 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 64d9329dcb Fix: Flake8 F824: mutation does not need 'global' 2025-04-19 11:27:52 +02:00
Sebastien Chaumontet 5d553d0a7d
Add Microtrak APRS parser. (https://microtrak.fr/) (#125) 2025-04-02 00:10:00 +02:00
Angel Casado 82d663bbf9
Update parse.py 2025-03-28 13:41:27 +01:00
Konstantin Gründger e58c1d8c0e Use timestamp from APRS server (fixes #85) 2021-06-13 00:04:13 +02:00
Konstantin Gründger 0621307952 Added rainfall data to position_weather beacons 2021-06-06 12:00:52 +02:00
lemoidului faa73997d7 add safesky parser 2021-05-01 02:02:02 +02:00
Konstantin Gründger fe0257b4aa Added normalized_quality calculation 2020-10-14 09:01:09 +02:00
Konstantin Gründger f500b36fb6 aprs_type of position beacon with weather data is 'position_weather' 2020-10-14 09:00:11 +02:00
Konstantin Gründger 3d36b88996 Added fast bearing calculation 2020-10-12 19:59:41 +02:00
Konstantin Gründger 4a9a884d7c Added optionally distance calculation (fixes #86) 2020-10-10 21:53:39 +02:00
Konstantin Gründger 8855a4f097 Added support for weather data from FANET ground stations 2020-10-10 21:53:39 +02:00
Konstantin Gründger b495e6aec0 Changed InReach parser (fixed #73) 2020-05-24 14:54:51 +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 1eae059cf6 Fix some flake8 problems 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 7a577ab9ef Added generic parser for unknown protocol 2019-06-03 22:45:31 +02:00
Konstantin Gründger c779e908af Modified example code 2018-05-03 07:47:38 +02:00
Konstantin Gründger a1f84c6cb7 Removed AmbigousTimeError 2018-05-01 11:21:28 +02:00
Konstantin Gründger 3c63cffb23 Refactoring: constants 2018-04-30 21:32:15 +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 aa682a9e10 Let the parser parse comments 2018-03-18 17:55:01 +01:00
Konstantin Gründger 8f8974446c Parse (server) comments 2018-03-17 11:19:34 +01:00
Konstantin Gründger 85b7ae5adb Refactoring 2017-12-02 09:31:03 +01:00
Konstantin Gründger 2ccdcd90be put parser functions in classes 2017-10-05 08:10:28 +02:00
Konstantin Gründger 384f0edc7e Fixes #25 2017-10-02 19:22:34 +02:00
Konstantin Gründger 8857a31e78 Allow negative altitudes 2017-10-02 19:19:39 +02:00
Konstantin Gründger e1247467e5 Added test for receiver OGNSDR 2017-09-30 19:27:46 +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 127f3935d2 Separated parser in separate files 2017-09-30 09:45:50 +02:00
Konstantin Gründger ca5636456a Add APRS type to message 2017-09-30 09:45:50 +02:00
Konstantin Gründger 6044e58773 Tests for OGFLR, OGNTRK and OGNSDR 2017-09-30 09:45:50 +02:00
Konstantin Gründger 4f1f6c09ae Added group 'relay' 2017-09-30 09:45:50 +02:00
Konstantin Gründger 76a45bc531 Each dstcall gets a separate treatment 2017-09-30 09:45:50 +02:00
Konstantin Gründger 5fcaf04125 If we have a dstcall other than "APRS" the pattern must match 2017-09-30 09:45:50 +02:00
Konstantin Gründger 63d8d2fc4e Implemented Naviter parser 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