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: https://github.com/ampledata/kiss/blob/5c8baba2ceaa97a57fd93cab24a502011fd39e85/kiss/classes.py#L205
I don't…