Skip to content

Instantly share code, notes, and snippets.

@laemmy
Created June 30, 2018 13:54
Show Gist options
  • Save laemmy/0537c9710c89fd304eafbcf1e39d6bbd to your computer and use it in GitHub Desktop.
Save laemmy/0537c9710c89fd304eafbcf1e39d6bbd to your computer and use it in GitHub Desktop.
APRS Send status beacon quic and dirty
#!/usr/bin/env python3
import aprslib
CALL = "yourcall"
AIS = aprslib.IS(CALL, aprslib.passcode(CALL), port=14580)
AIS.connect()
AIS.sendall(CALL+">APRS,TCPIP*:>status text")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment