aprspy¶
-
class
aprspy.APRS¶ Main APRS class.
This class provides functions for parsing and decoding different kinds of APRS packets. Packet type-specific functions are defined under the different
APRSPacketsubclasses.-
static
parse(packet: str = None) → aprspy.packets.generic.GenericPacket¶ Parse an APRS packet, and return a subclass of
APRSPacketappropriate for the packet type.- Parameters
packet (str) – a raw packet
Given a raw packet, this function will return a object that is a subclass of
APRSPacket.
-
static