MessagePacket

class aprspy.packets.message.MessagePacket(addressee: str = None, message: str = None, message_id: str = None, bulletin_id: int = None, announcement_id: str = None, group_bulletin_name: str = None, *args, **kwargs)

Class to represent APRS message packets.

APRS message packets can be from one station to another, or general bulletins or announcements which are intended for a wider audience.

See also APRS 1.01 C14 P71

property addressee

Get the addressee of the message

property announcement_id

Get the announcement ID

property bulletin_id

Get the bulletin ID

property group_bulletin_name

Get the group bulletin name

property info

Generate the information field for a message packet.

property message

Get the message

property message_id

Get the message ID