Python module to send AX25 UI messages over UDP
ax25 = pyax25.AX25(Source CallSign, AX25 IP Address, AX25 UDP Port, Source SSID [Default 0], Use UTC [Default False])
ax25.addRelay(Relay Callsign, Relay SSID [Default 0])
ax25.sendBulletin(message, group [Default None], line = 0):
- Group must be 5 chars, space padded
Usefull Groups:
- LOCAL: Local news
- WXBLN: Weather Bulletin
- AMBER: Amber Alerts
ax25.sendMessage(message, group [Default BOM_WARN])