Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on issue W1CDN/aprs_tool#22 2023-12-13 11:34:55 -06:00
Deal with third-party packets

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…

W1CDN closed issue W1CDN/aprs_tool#1 2023-12-13 11:29:19 -06:00
Keep packets in a database
W1CDN commented on pull request W1CDN/aprs_tool#38 2023-12-13 10:48:07 -06:00
Handle breaking errors in kiss_and_db.py

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.

W1CDN closed issue W1CDN/aprs_tool#25 2023-12-13 10:45:30 -06:00
fromcallsign is invalid
W1CDN commented on issue W1CDN/aprs_tool#34 2023-12-13 10:44:26 -06:00
Report whether direwolf KISS connection is active or not

Unless this becomes an issue again, closing.

W1CDN closed issue W1CDN/aprs_tool#34 2023-12-13 10:44:26 -06:00
Report whether direwolf KISS connection is active or not
W1CDN opened issue W1CDN/aprs_tool#40 2023-12-13 10:44:05 -06:00
Fix requirements
W1CDN closed issue W1CDN/aprs_tool#37 2023-12-13 10:41:40 -06:00
KISS connection seems unstable
W1CDN pushed to fix-kiss at W1CDN/aprs_tool 2023-12-13 10:40:38 -06:00
25bffd9b61 Log errors in more detail.
W1CDN pushed to fix-kiss at W1CDN/aprs_tool 2023-12-13 10:24:24 -06:00
1894de5d86 Add header_raw field.
79da9de6f7 Align constants and schema.
Compare 2 commits »
W1CDN pushed to fix-kiss at W1CDN/aprs_tool 2023-12-13 10:13:33 -06:00
26b4081720 Working snapshot.
W1CDN deleted branch fix-kiss from W1CDN/vulpes 2023-12-12 22:10:38 -06:00
W1CDN pushed to fix-kiss at W1CDN/aprs_tool 2023-12-12 22:07:33 -06:00
50085de7db Try to catch exceptions.
e7002c712c Flail.
Compare 2 commits »
W1CDN created branch fix-kiss in W1CDN/vulpes 2023-12-12 22:06:16 -06:00
W1CDN pushed to fix-kiss at W1CDN/vulpes 2023-12-12 22:06:16 -06:00
50085de7db Try to catch exceptions.
e7002c712c Flail.
307c1fcd86 Flail around.
dc7d4ed8a3 Commit deployed changes from a while back.
e1211fe108 Stub out fix-kiss.
Compare 10 commits »
W1CDN commented on pull request W1CDN/aprs_tool#38 2023-12-11 21:40:01 -06:00
Handle breaking errors in kiss_and_db.py

Turned off periodic restart after the messages this afternoon, see also #37.

W1CDN commented on issue W1CDN/aprs_tool#37 2023-12-11 21:36:29 -06:00
KISS connection seems unstable

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…

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

The older version of kiss does not use asyncio to handle the TCP connection: 5c8baba2ce/kiss/classes.py (L205)

I don't…

W1CDN pushed to fix-kiss at W1CDN/aprs_tool 2023-12-10 21:04:38 -06:00
307c1fcd86 Flail around.
W1CDN commented on pull request W1CDN/aprs_tool#38 2023-12-10 19:45:15 -06:00
Handle breaking errors in kiss_and_db.py

Wes asked about keepalive on the TCP connection, and I can't see anything like that in the aprs3/kiss3 code, but that…