Block a user
New API endpoint: stations
Copied from W1CDN/aprs_tool#30 (comment):
Experimenting with new stations table.
CREATE TABLE "stations" (
"id" INTEGER NOT NULL…
New API endpoint: stations
No, this will be a different PR. The query right now seems OK, and I turned off autoremove for now in 8f3b2ae707.
Remove old data from frames table
I am going to add stations table in another PR. But I turned off autoremove in 8f3b2ae707.
Store distance from digipeater in database
It should be distance from the originating station, not the object (if it's an object). If we don't have the location of the originating station yet, what to do?
Handle telemetry
OK, testing with HT indicates that regular packets are working fine, but telemetry isn't quite.
Add status page
Experimenting with new stations table.
CREATE TABLE "stations" (
"id" INTEGER NOT NULL UNIQUE,
"from" TEXT,
"frames_id" INTEGER,
"last_heard_unix" INTEGER,
"count" INTEGER,
PRIM…
API query frames by created date/time
Sort, filter, and limit results at /packets
Sort /packets by newest first, by default