Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 14:20:45 -05:00
Add status page

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…
W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 11:54:47 -05:00
Add status page

Now have aprs3, kiss, and kiss3 installed with pip3, but not aprs.

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 11:05:01 -05:00
Add status page

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…

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 10:28:06 -05:00
Add status page

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…
W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-25 21:46:11 -05:00
Add status page

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…

W1CDN commented on issue W1CDN/aprs_tool#36 2023-08-25 21:17:36 -05:00
Add log file

Need to add timestamps, something to do with formatting: https://docs.python.org/3/library/logging.html

W1CDN commented on issue W1CDN/vulpes#3 2023-08-22 14:56:25 -05:00
Key radio

Oh, I see now why this is hard. Need to do stuff without delay() so the webserver can continue to operate.

W1CDN commented on issue W1CDN/vulpes#3 2023-08-22 14:14:17 -05:00
Key radio

Very basic set up at 76ef0b129f.

W1CDN opened issue W1CDN/vulpes#4 2023-08-22 13:15:58 -05:00
Set timer to start and stop keying radio
W1CDN opened issue W1CDN/vulpes#3 2023-08-22 13:14:50 -05:00
Key radio
W1CDN opened issue W1CDN/vulpes#2 2023-08-22 12:33:31 -05:00
Create README
W1CDN opened issue W1CDN/vulpes#1 2023-08-22 12:31:56 -05:00
Combine example forms into single form and check values on input
W1CDN created branch main in W1CDN/vulpes 2023-08-21 22:06:48 -05:00
W1CDN pushed to main at W1CDN/vulpes 2023-08-21 22:06:48 -05:00
d096346247 Reinitialize.
W1CDN created repository W1CDN/vulpes 2023-08-21 21:48:55 -05:00
W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-21 13:00:11 -05:00
Add status page

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

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-07-28 19:00:06 -05:00
Add status page

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

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-07-26 21:32:10 -05:00
Add status page

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):

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-07-26 20:57:00 -05:00
Add status page

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…

W1CDN commented on issue W1CDN/aprs_tool#37 2023-07-26 20:48:19 -05:00
KISS connection seems unstable

Following from experiments around W1CDN/aprs_tool#30 (comment), maybe the issue is partly on the direwolf side? Sometimes it stops responding to connections…