Wykres commitów

169 Commity (master)

Autor SHA1 Wiadomość Data
Konstantin Gründger c6a71a19a5 handle decimals from rust parser 2025-05-22 09:54:02 +02:00
Konstantin Gründger 14cf4848c8 refactoring 2025-05-21 16:22:17 +02:00
Konstantin Gründger ab45567015 remove OgnParseError 2025-05-21 15:04:40 +02:00
Konstantin Gründger ef25a71a7d make timestamp conversion compatible for python < 3.11 2025-05-21 14:48:35 +02:00
Konstantin Gründger ecd02840a0 switch from regex to rust parser 2025-05-21 14:26:49 +02:00
Konstantin Gründger 082798870e Release v1.3.3 2025-05-21 10:12:18 +02:00
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 2dd2934dba Refactoring: use f-string instead of format function 2025-05-05 10:18:51 +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 3d2cb74f15 Name of the client and the package are different 2025-04-19 13:25:38 +02:00
Mat Burnham 56cbe2cb0a More helpful socket error message 2025-04-19 11:55:24 +02:00
Zoran Bošnjak a855bab2d6 configurable socket timeout 2025-04-19 11:51:34 +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
Konstantin Gründger e1c37d96e5 Fix: get version information from pyproject.toml 2025-04-19 11:27:52 +02:00
Sebastien Chaumontet bb6aee0d5b Release v1.2.3 2025-04-02 00:13:34 +02:00
Sebastien Chaumontet 5d553d0a7d
Add Microtrak APRS parser. (https://microtrak.fr/) (#125) 2025-04-02 00:10:00 +02:00
Sebastien Chaumontet 79274c7f97 Release v1.2.2 2025-04-01 00:01:49 +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 7eacc96313 Release v1.2.1 2021-06-06 12:39:36 +02:00
Konstantin Gründger 0621307952 Added rainfall data to position_weather beacons 2021-06-06 12:00:52 +02:00
lemoidului 22d930b403
improve APRSClient log with peer ip addr (#99)
* improve APRSClient log with peer ip addr

* fix flake8 check
2021-06-02 23:24:10 +02:00
Konstantin Gründger 28848b6248 Release v1.2.0 2021-06-01 22:44:36 +02:00
lemoidului 5291ddeaf4
add decode strict arg in run method (#98)
* add decode strict arg in run method

* adapt client.py unit tests with new run strict arg

* add ignore_decoding_error arg in APRSClient.run()
2021-05-31 20:45:16 +02:00
lemoidului 68f8b9b3a7 add safesky parser comment details 2021-05-01 17:51:31 +02:00
lemoidului faa73997d7 add safesky parser 2021-05-01 02:02:02 +02:00
Konstantin Gründger 464969a70e Release v1.1.0 2021-04-06 09:07:16 +02:00
Konstantin Gründger edc470212c Correct wrong month 2021-04-05 13:49:16 +02:00
tfraudet 8fef35830e Fix aircraft_type decoding and add no-tracking flag decoding for Ogn & Flarm parsers 2021-04-05 13:32:27 +02:00
Konstantin Gründger bd0759eec0 Release v1.0.1 2020-11-02 21:46:59 +01:00
Konstantin Gründger 8b85415fef no logging messages by default (fixes #92) 2020-10-25 21:23:40 +01:00
Konstantin Gründger 74f6f9671f catch errors while connecting (fixes #74 and #91) 2020-10-25 21:21:58 +01:00
Konstantin Gründger a612ca9965 Release v1.0.0 2020-10-15 22:58:58 +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 e1c4623f64 put bearing into [0,360) 2020-10-12 20:28:09 +02:00
Konstantin Gründger 3d36b88996 Added fast bearing calculation 2020-10-12 19:59:41 +02:00
Konstantin Gründger e272ab0645 Changed the socket mode from blocking to timeout (fixes #89) 2020-10-11 14:01:55 +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 ffa6c8b1f0 Refactoring 2020-10-10 21:53:34 +02:00
Konstantin Gründger 5a90299ca5 Refactoring 2020-10-04 11:06:28 +02:00
Konstantin Gründger 0c0ce12f25 Added support for latency in OGNSDR messages (fixes #87) 2020-10-04 11:02:27 +02:00
Konstantin Gründger bc3178f513 Added support for reference_timestamp with tzinfo (fixes #84) 2020-09-11 20:20:41 +02:00
Konstantin Gründger 0784ecdb17 Fix parser for correct textual altitude (fixes #81) 2020-09-01 21:56:00 +02:00
Konstantin Gründger a610900548 Skip all keys where value is "None" 2020-08-30 14:23:23 +02:00