APRS

The main APRS class.

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 APRSPacket subclasses.

static parse(packet: str = None) → aprspy.packets.generic.GenericPacket

Parse an APRS packet, and return a subclass of APRSPacket appropriate 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.