Commit Graph

  • cd3724696d Загрузил(а) файлы в 'aprslib/parsing' master ua1zbe 2023-03-24 15:55:32 +0300
  • 32c7577fb8 Удалить 'aprslib/parsing/weather.py' ua1zbe 2023-03-24 15:55:16 +0300
  • 2a0bd72920
    Merge c4bf1a94be into c2a0f18ce0 #78 Jon Snow 2022-11-10 03:16:21 +0000
  • c4bf1a94be
    Merge branch 'rossengeorgiev:master' into master #78 Jon Snow 2022-11-09 22:16:18 -0500
  • 31502810ea
    Merge 6afb3a667c into c2a0f18ce0 #46 wsmitchell3 2022-09-23 09:22:01 +0200
  • 687d472d0b
    Merge 63ce7e8d4d into c2a0f18ce0 #56 Walter A. Boring IV 2022-09-21 15:40:58 +0200
  • fe65829550
    Merge 09ac00219b into c2a0f18ce0 #76 Stefano Lande 2022-09-21 08:29:20 +0000
  • 09ac00219b fix deprecation warning #76 Stefano Lande 2022-09-21 10:01:15 +0200
  • 0a57535d5f remove unnecessary changes Stefano Lande 2022-09-21 09:44:09 +0200
  • f86c36f8fd improve handling of bad telemetry packets Stefano Lande 2022-08-25 16:07:48 +0200
  • a2e7d508ca implement telemetry report parsing Stefano Lande 2022-08-24 18:08:50 +0200
  • 86de43f37e
    Merge b5b45b3c09 into c2a0f18ce0 #28 Bryce Salmi 2022-09-21 10:15:44 +0300
  • c2a0f18ce0 fix timestamp in test_parse_position Rossen 2022-09-21 07:10:47 +0000
  • 3841e1a574 add parsing for telemetry report Jon Snow 2022-09-12 22:09:38 -0400
  • ef88e3493a bump to v0.7.2 v0.7.2 Rossen Georgiev 2022-07-10 13:35:26 +0100
  • 5347b43106 test_parse_position: clean up left over vars Rossen Georgiev 2022-07-10 13:34:53 +0100
  • 2a27dc4416 parse_position: fix data ext and weather parsing Rossen Georgiev 2022-07-10 13:33:45 +0100
  • 2b139d1857 bump to v0.7.1 v0.7.1 Rossen Georgiev 2022-03-12 14:29:26 +0000
  • 6b80e9e3ef parse: remove left over print Rossen Georgiev 2022-03-12 14:28:35 +0000
  • 5e79c81035 prase: weather: use raw string for regex Rossen Georgiev 2022-03-12 14:27:29 +0000
  • c9f4b4f779 parse: fix weather_data mangling comments Rossen Georgiev 2022-03-12 14:24:28 +0000
  • 1b7da6566c parse: fix weather h00 = 100% humidity Rossen Georgiev 2022-03-12 13:54:40 +0000
  • 8674bbd143 do not log 'Resource temporarily unavailable' when blocking=False Rossen Georgiev 2021-12-20 18:05:17 +0000
  • ecb9ce71fb add sonarcloud config Rossen Georgiev 2021-11-27 19:44:24 +0000
  • 3d316742e6 remove scrutinizer conf Rossen Georgiev 2021-11-27 19:42:56 +0000
  • 0d5f9fbf22 tweak build process Rossen Georgiev 2021-11-27 19:42:02 +0000
  • d40d7a48a1 bump to v0.7.0 v0.7.0 Rossen Georgiev 2021-11-27 19:36:15 +0000
  • e17efe2a29
    Merge pull request #66 from rossengeorgiev/joergschultzelutter-master Rossen 2021-11-27 19:33:42 +0000
  • 303fe826bd parse: rework message rejack parsing + update tests #66 joergschultzelutter-master Rossen Georgiev 2021-11-27 19:31:07 +0000
  • 8928424a9c convert tests to use unittest Rossen Georgiev 2021-11-27 16:25:01 +0000
  • 171ce425b4 Removed unnecessary comments Joerg Schultze-Lutter 2021-09-09 23:13:24 +0200
  • 90f05c9a4a Added test script for new APRS 'message' format field 'ackMsgNo' Joerg Schultze-Lutter 2021-09-09 23:08:24 +0200
  • bee37df76d Fixed final msg parser bug when no msgno was present Joerg Schultze-Lutter 2021-09-09 22:41:09 +0200
  • a1deb2ffa3 ackMsgNo support (http://www.aprs.org/aprs11/replyacks.txt) Joerg Schultze-Lutter 2021-09-09 22:13:33 +0200
  • 8d1822ec2d fix phg_gain calculation being incorrect on py2 Rossen Georgiev 2021-11-27 15:33:16 +0000
  • 71a97f3438 parsing: calculate power,height,gain,range for PHG Rossen Georgiev 2021-11-27 15:28:55 +0000
  • bbe1f4dc61 Merge branch 'TheCranston-master'; close #64 Rossen Georgiev 2021-11-27 14:52:04 +0000
  • 2e9c4a9c56 parsing: refine PHGR code and update tests Rossen Georgiev 2021-11-27 14:51:11 +0000
  • d1808cc871
    Update unit test for PHGR "/" parsing #64 TheCranston 2021-11-27 09:21:50 -0500
  • dc90983cb6 Update common.py TheCranston 2021-09-28 20:18:11 -0400
  • a3e205f001 Merge branch 'wsmitchell3-dev'; Close #43 Rossen Georgiev 2021-11-27 13:45:58 +0000
  • cf32c15a44 fix test_unsupported_formats_raising; wasn't checking every type before Rossen Georgiev 2021-11-27 13:44:38 +0000
  • 09db998143 refine unsupported packet type message Rossen Georgiev 2021-11-27 13:43:38 +0000
  • 3c82d6463e Moved unsupported format list to larger scope, use the dictionary keys to test if a packet is in the unsupported list. Bill Mitchell 2018-02-08 14:55:05 -0600
  • e79aafe29a Roll back previous commit Bill Mitchell 2018-02-08 14:53:49 -0600
  • 3a12e45342 If parsing fails on body after succeeding on head, return the partially-parsed packet as part of the error. Bill Mitchell 2018-02-07 12:52:01 -0600
  • a14da1d78d When packet type is unsupported, give error message which specifies the packet type. Bill Mitchell 2018-02-07 10:59:45 -0600
  • 4557e44e02 remove 3rd-party from unsupport list in the comment Rossen Georgiev 2021-11-27 13:19:40 +0000
  • 4d47818791 Merge branch 'wsmitchell3-third-party-v2' Rossen Georgiev 2021-11-27 13:03:37 +0000
  • e1eda0e53a fix unittest import in test_thirdparty Rossen Georgiev 2021-11-27 12:57:23 +0000
  • 6b96f01db2 Added ParseError to third-party packet error handling Bill Mitchell 2018-05-01 12:03:57 -0500
  • 2e22a3c985 Updated testing to include third-party packets Bill Mitchell 2018-05-01 12:03:18 -0500
  • 3659faa509 Added third-party packet support Bill Mitchell 2018-03-01 23:54:54 -0600
  • 0f16217fd8
    just a test #65 actions-test Rossen 2021-11-24 23:00:35 +0000
  • 7da09df2a6
    Update common.py TheCranston 2021-09-28 20:18:11 -0400
  • 35cd062348 Removed unnecessary comments #61 Joerg Schultze-Lutter 2021-09-09 23:13:24 +0200
  • 93b0101305 Added test script for new APRS 'message' format field 'ackMsgNo' Joerg Schultze-Lutter 2021-09-09 23:08:24 +0200
  • cf2e7162b0 Fixed final msg parser bug when no msgno was present Joerg Schultze-Lutter 2021-09-09 22:41:09 +0200
  • ba2fbe0ae8 ackMsgNo support (http://www.aprs.org/aprs11/replyacks.txt) Joerg Schultze-Lutter 2021-09-09 22:13:33 +0200
  • 8820949a3d duh, i'm lame, forgot closing } #60 stf 2021-04-04 19:28:38 +0000
  • 709f9de9a7 more fixes for phg parsing test stf 2021-04-04 19:26:25 +0000
  • 830fa8b55c fixed test for phg parsing stf 2021-04-04 19:24:29 +0000
  • 7d556cd162 [mod] added parsing of period in phg stf 2021-04-04 19:20:50 +0000
  • 2f97b2447a [enh] added parsing of phg field stf 2021-04-04 20:03:29 +0200
  • badc7c096c [mod] allow floats in telemetry data stf 2021-04-04 20:03:14 +0200
  • 94492e23b2 Merge branch 'third-party' of https://github.com/wsmitchell3/aprs-python into packets s 2021-04-03 03:17:19 +0200
  • cded128bca Merge branch 'master' of https://github.com/rossengeorgiev/aprs-python into packets s 2021-03-09 20:49:11 +0100
  • f5776bf2f7 ci: add py3.9 Rossen Georgiev 2021-02-17 22:19:40 +0000
  • 55d85c6bc5
    Move to Github Actions (#59) Rossen 2021-01-21 23:27:50 +0000
  • bab4c27471 update README #59 Rossen Georgiev 2021-01-21 23:21:31 +0000
  • 90eecdb18c update badges in README Rossen Georgiev 2021-01-21 23:20:10 +0000
  • 5322bb3152 Move to Github Actions Rossen Georgiev 2021-01-21 23:14:27 +0000
  • 63ce7e8d4d Added support for consumer kwargs #56 Hemna 2020-12-22 12:37:00 -0500
  • 097ba853c4 bump v0.6.37 v0.6.47 Rossen Georgiev 2019-10-26 20:17:21 +0100
  • 512d97122c fix StopIteration breaking a test on py37+ Rossen Georgiev 2019-10-08 20:02:19 +0100
  • 2f0f74a06d fix SyntaxWarning for py38 and remove py33 on travis Rossen Georgiev 2019-10-08 19:42:44 +0100
  • c3c886e5c6 fix #54; getting a float instead of integer Rossen Georgiev 2019-10-08 19:37:32 +0100
  • e27ff4f13a added PARM and UNIT packets; #28 packets Rossen Georgiev 2017-03-19 23:24:37 +0200
  • 0f9da6bef8 packets code clean up Rossen Georgiev 2017-03-19 20:19:27 +0200
  • 2a222e69ea add telemetry report parsing; fix #29 Rossen Georgiev 2017-03-19 18:59:35 +0200
  • 9c159200cd complete impl TelemetryReport; #27 Rossen Georgiev 2017-03-19 16:21:28 +0200
  • 5a84e5fd0b travis: remove py2.6 add py3.7 Rossen Georgiev 2019-06-02 11:24:47 +0100
  • 6afb3a667c Fixed regex for remove_WIDEn_N to catch WIDE entries and not allow a digi named WIDE #46 Bill Mitchell 2018-07-30 20:26:34 -0500
  • c8306a3562
    Merge b9fe14af37 into 94b89a6da4 #48 wsmitchell3 2018-07-30 02:29:29 +0000
  • b9fe14af37 Removed trailing characters from PHG field #48 Bill Mitchell 2018-07-29 21:24:51 -0500
  • 441edbfeed Added ParseError to third-party packet error handling #45 Bill Mitchell 2018-05-01 12:03:57 -0500
  • 3e3f75f6a2 Updated testing to include third-party packets Bill Mitchell 2018-05-01 12:03:18 -0500
  • 3e1fdce439 Fixed dependency issues for remove_WIDEn_N Bill Mitchell 2018-04-06 04:50:18 -0500
  • 848610ae4e Fixed syntax error in remove_WIDEn_N utility Bill Mitchell 2018-04-06 04:26:21 -0500
  • 2384dbc904 Cleaned up remove_WIDEn_N function, moved to aprslib.util Bill Mitchell 2018-04-06 00:34:04 -0500
  • 2080d3a6fd Made remove_WIDEn_N callable externally Bill Mitchell 2018-04-05 15:16:44 -0500
  • 24a6ac998f Removed errant digipath references Bill Mitchell 2018-04-03 22:48:27 -0500
  • 6f15883b63 Add function to clean path into just digi callsigns Bill Mitchell 2018-04-03 22:40:08 -0500
  • e7dfd147bb Added third-party packet support Bill Mitchell 2018-03-01 23:54:54 -0600
  • 264d19b8b3 Test for unsupported formats after testing for supported formats. #43 Bill Mitchell 2018-02-09 19:59:38 -0600
  • e73d1e9a2d Moved unsupported format list to larger scope, use the dictionary keys to test if a packet is in the unsupported list. Bill Mitchell 2018-02-08 14:55:05 -0600
  • 9153c2ba54 Roll back previous commit Bill Mitchell 2018-02-08 14:53:49 -0600
  • abe71698d4 Added support for third-party packets #44 Bill Mitchell 2018-02-07 13:56:28 -0600
  • 1f485bf968 If parsing fails on body after succeeding on head, return the partially-parsed packet as part of the error. Bill Mitchell 2018-02-07 12:52:01 -0600
  • 817ec38925 When packet type is unsupported, give error message which specifies the packet type. Bill Mitchell 2018-02-07 10:59:45 -0600