mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-18 14:22:01 -05:00
Hemna
e386e91f6e
This patch eliminates the need for a custom static method on each Packetclass to convert an aprslib raw decoded dictionary -> correct Packet class. This now uses the built in dataclasses_json from_dict() mixin with an override for both the WeatherPacket and the ThirdPartyPacket. This patch also adds the TelemetryPacket and adds some missing members to a few of the classes from test runs decoding all packets from APRS-IS -> Packet classes. Also adds some verification for packets in test_packets |
||
---|---|---|
.. | ||
cmds | ||
plugins | ||
__init__.py | ||
fake.py | ||
test_email.py | ||
test_main.py | ||
test_packets.py | ||
test_plugin.py |