But to really show where the packets are coming from, you need to update the full path. In the example above, it should be
KD0IOE>APRX29,TCPIP,K0RQ-1,KB0UGF-3
right?
Or here's another: `K0R…
Now that errors are being logged in more detail, I can let this run and see if it keeps working. Then deal with other additions in a different branch.
Unless this becomes an issue again, closing.
Turned off periodic restart after the messages this afternoon, see also #37.
I don't know if this is even an issue on the kiss connection side, or whether my code is just hanging. It might be related to inability to parse certain packets (like #32). Noticed that it just…
The older version of kiss
does not use asyncio
to handle the TCP connection: 5c8baba2ce/kiss/classes.py (L205)
I don't…
Wes asked about keepalive on the TCP connection, and I can't see anything like that in the aprs3/kiss3 code, but that…