With aprs3 and only kiss or kiss3:
Traceback (most recent call last):
File "kiss_and_db.py", line 4, in <module>
import aprs
File "/home/pi/.local/lib/python3.7/site-packages/apr…
Very confused now. I was apparently using some combination of versions of aprs and kiss, and now need to get back to a working system.
Getting things like this in the log now: `2023-08-26…
Woops, broke it:
kiss_and_db.py as subprocess pid 8673
Traceback (most recent call last):
File "kiss_and_db.py", line 116, in <module>
main()
File "kiss_and_db.py", line 33, in…
Based on some old logs (I just added timestamps tonight), I have been calling the older version of aprs package (https://github.com/ampledata/aprs) and not the new version (https://github.com/pyt…
Need to add timestamps, something to do with formatting: https://docs.python.org/3/library/logging.html
Oh, I see now why this is hard. Need to do stuff without delay() so the webserver can continue to operate.
No response. Next up is to swap in the kiss3 package (see if it basically works) and then try the async method, I guess. https://github.com/python-aprs/kiss3/blob/main/examples/tcp_async.py
About the connection query issue: I asked on a kiss3 GitHub issue because that might be under more active development. https://github.com/python-aprs/kiss3/issues/9
Might try to drop this from 1 to None as in the example at https://github.com/python-aprs/kiss3/blob/main/examples/tcp_send_recv.py:
for frame in ki.read(min_frames=1):
To test this, I can write up a test connection to run locally, establish the connection, the unplug the network and see what happens. Plug back in to see if reconnect is successful.
I tried…
Following from experiments around W1CDN/aprs_tool#30 (comment), maybe the issue is partly on the direwolf side? Sometimes it stops responding to connections…