Components

class aprspy.components.Station(callsign: str, ssid: Union[str, int] = None)

Class for describing a station, with an optional SSID

property callsign

Get the callsign of the station

property is_valid_ax25

Get whether this station is a valid AX.25 address

property ssid

Get the SSID of the station

class aprspy.components.PathHop(hop: Union[str, aprspy.components.Station, aprspy.components.QConstruct], used: bool = False)

Class for describing a single path hop.

property hop

Get the hop

property used

Get whether the hop has been used or not

class aprspy.components.Path(path: Union[str, List[aprspy.components.PathHop], None])

Class for describing a path.