Hi, this is a great piece of work! Unfortunately it does not accept APRS-SSIDs with more than one digit for the suffice (like <callsign>-11 for a balloon). The fix is simple AFAIK: Change line 114 in ax25.py to ``` assert(len(ssid) <= 2) ```