Block a user
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.
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.
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.
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.
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>
.
Include requested path and actual path in API
This seems to be the path
field we get in the current version.
Use kissutil for reading and writing frames/packets
Sort, filter, and limit results at /packets
Add background KISS connection, log frames to database