Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on pull request W1CDN/aprs_tool#23 2023-04-27 09:45:33 -05:00
Sort, filter, and limit results at /packets

On live code, moved the rest of the processing inside the try()...else() at

try:
.

W1CDN commented on pull request W1CDN/aprs_tool#23 2023-04-27 09:30:57 -05:00
Sort, filter, and limit results at /packets
{'raw': 'K0UND-2>APDW16,WIDE2-1:!b69Ld5xIC#  #UND SARA; undsara.org; 146.865 (-) 123.0', 'from': 'K0UND-2', 'to': 'APDW16', 'path': ['WIDE2-1'], 'via': '', 'messagecapable': False, 'format':…
W1CDN opened issue W1CDN/aprs_tool#26 2023-04-25 16:22:23 -05:00
Log packets that cause errors
W1CDN commented on pull request W1CDN/aprs_tool#23 2023-04-25 14:34:07 -05:00
Sort, filter, and limit results at /packets

The query was ordering by row ID by default, I added ORDER BY created DESC.

Now messages don't work (unrelated to recent change):

{'raw': 'W1CDN-2>APQTH1,K0UND-2,WIDE2-2::W1CDN-2  :Test…
W1CDN commented on pull request W1CDN/aprs_tool#23 2023-04-25 12:27:25 -05:00
Sort, filter, and limit results at /packets

The packets are still getting into the db, it's the query that is broken. Will have to rethink this when I have a moment.

W1CDN commented on pull request W1CDN/aprs_tool#23 2023-04-23 21:25:18 -05:00
Sort, filter, and limit results at /packets

So weird. I uploaded the files to the digi machine and now it shows packets from 2023-04-16.

W1CDN commented on issue W1CDN/aprs_tool#25 2023-04-23 21:15:53 -05:00
fromcallsign is invalid

Tried to fix in ab850a76a3. This is an error from aprslib.

W1CDN opened issue W1CDN/aprs_tool#25 2023-04-23 16:42:37 -05:00
fromcallsign is invalid
W1CDN commented on issue W1CDN/aprs_tool#17 2023-04-18 10:57:03 -05:00
Map application

In cases where the location of a digipeater isn't known, skip that digipeater line but add a "?" on the line, indicating there is a hop we can't see the location of.

W1CDN commented on issue W1CDN/aprs_tool#9 2023-04-16 21:14:29 -05:00
ActivityPub integration

See #24.

W1CDN closed issue W1CDN/aprs_tool#9 2023-04-16 21:14:29 -05:00
ActivityPub integration
W1CDN commented on issue W1CDN/aprs_tool#8 2023-04-16 21:14:17 -05:00
RSS feed

See #24.

W1CDN closed issue W1CDN/aprs_tool#8 2023-04-16 21:14:17 -05:00
RSS feed
W1CDN opened issue W1CDN/aprs_tool#24 2023-04-16 21:14:08 -05:00
API data formats
W1CDN commented on pull request W1CDN/aprs_tool#23 2023-04-16 21:09:04 -05:00
Sort, filter, and limit results at /packets

It might be time to use sqlalchemy or some other way to abstract the database calls. My first pass is pretty ugly.

For example, I should be able to arbitrarily select on ANY field.

W1CDN commented on pull request W1CDN/aprs_tool#23 2023-04-16 19:26:32 -05:00
Sort, filter, and limit results at /packets

I wonder if using aprs_api/packets/<callsign-ssid> works better on the back end than aprs_api/packets/?from=<callsign-ssid>.

W1CDN commented on issue W1CDN/aprs_tool#2 2023-04-16 19:00:28 -05:00
Include requested path and actual path in API

This seems to be the path field we get in the current version.

W1CDN closed issue W1CDN/aprs_tool#7 2023-04-16 18:57:46 -05:00
Use kissutil for reading and writing frames/packets
W1CDN commented on issue W1CDN/aprs_tool#7 2023-04-16 18:57:44 -05:00
Use kissutil for reading and writing frames/packets

Don't need this right now.

W1CDN created pull request W1CDN/aprs_tool#23 2023-04-16 18:51:41 -05:00
Sort, filter, and limit results at /packets