Matt Burton-Kelly matt
  • Joined on 2023-10-27
matt opened issue W1CDN/ham-radio-licenses#114 2024-02-28 14:16:47 -06:00
AE7Q new license counts
matt commented on issue W1CDN/aprs_tool#32 2023-12-13 11:14:47 -06:00
Handle telemetry

I will have to try faking some incoming telemetry, but that will be difficult without an RF digipeater.

Can just pass telemetry packets to aprslib.parse(str(frame)) to test, as long as…

matt commented on issue W1CDN/aprs_tool#26 2023-12-13 11:13:24 -06:00
Log packets that cause errors

Currently logging everything to aprs_api.log. Adding to db would depend on what the error is.

matt commented on pull request W1CDN/aprs_tool#38 2023-12-13 09:19:35 -06:00
Handle breaking errors in kiss_and_db.py

Logging errors is not working correctly. These show up in the screen -r output, but not in the log file: image

matt commented on issue W1CDN/aprs_tool#22 2023-12-13 09:17:49 -06:00
Deal with third-party packets

Spec seems pretty clear, and seems to match what aprslib is doing. I just need to insert the subpacket into the db, not the original one.

THI…
matt commented on issue W1CDN/aprs_tool#22 2023-12-13 08:57:50 -06:00
Deal with third-party packets

Subpackets need to go into the database right, but I need to make sure of how APRS says they are to be used.

matt closed issue W1CDN/aprs_tool#39 2023-12-13 08:57:05 -06:00
Fake Issue from fake user
matt commented on pull request W1CDN/aprs_tool#38 2023-12-12 17:05:13 -06:00
Handle breaking errors in kiss_and_db.py

Frame could not be parsed. is an overarching log message I added for failure and includes everything from parsing to DB insertion. It's not very helpful.

  • this code needs to be restructure…
matt commented on issue W1CDN/aprs_tool#37 2023-12-12 17:02:07 -06:00
KISS connection seems unstable

I took this far down the wrong path, and I think my observation in the last post is correct. At #38, I am adding log messages to track exactly what packets are causing the code to fail and I will…

matt commented on pull request W1CDN/aprs_tool#38 2023-12-12 15:42:38 -06:00
Handle breaking errors in kiss_and_db.py

Example with a single quote? Can it be escaped? N0CBV-2>APNU3B,KB0UGF-3,WIDE2-1:!4636.05NS09641.52W#PHG7230W2 MNn Wolverton 932' https://stackoverflow.com/questions/3151146/replace-the-single-q

matt commented on pull request W1CDN/aprs_tool#38 2023-12-12 14:47:37 -06:00
Handle breaking errors in kiss_and_db.py

Now seeing this?

Parsed ok.
Frame could not be parsed.

image

Deployed code is a bit ahead what is in the repo right now.

matt closed issue W1CDN/aprs_tool#36 2023-12-12 14:43:53 -06:00
Add log file
matt commented on pull request W1CDN/aprs_tool#38 2023-12-12 09:19:19 -06:00
Handle breaking errors in kiss_and_db.py

Same thing happening this morning. Breaking in between "Parsed ok" and when I attempt to log the image

Also need to think about what…

matt commented on pull request W1CDN/aprs_tool#38 2023-12-11 15:30:08 -06:00
Handle breaking errors in kiss_and_db.py

Was fooling around with packages earlier and ran into this again. Had to reinstall stuff in right order, but first delete some things.

>~/.local/lib/python3.7/site-packages $ rm -R…
matt commented on pull request W1CDN/aprs_tool#38 2023-12-11 14:54:19 -06:00
Handle breaking errors in kiss_and_db.py

Started 11:50, seems to have quit/hung ~14:27 CST. Seems hung after this. Packets came in after this, but nothing in log. image

matt commented on pull request W1CDN/aprs_tool#38 2023-12-11 11:32:45 -06:00
Handle breaking errors in kiss_and_db.py

image

matt commented on issue W1CDN/aprs_tool#32 2023-12-11 10:34:31 -06:00
Handle telemetry

image