Matt W1CDN
  • Joined on 2023-04-08
W1CDN opened issue W1CDN/aprs_tool#33 2023-06-27 10:36:03 -05:00
Store distance in database
W1CDN commented on issue W1CDN/aprs_tool#32 2023-06-26 12:09:45 -05:00
Handle telemetry

OK, testing with HT indicates that regular packets are working fine, but telemetry isn't quite.

W1CDN opened issue W1CDN/aprs_tool#32 2023-06-26 11:55:42 -05:00
Handle telemetry
W1CDN commented on pull request W1CDN/aprs_tool#30 2023-06-24 21:38:33 -05:00
Add status page

Exciting to see live https://w1cdn.net/aprs_api: image

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-06-24 21:24:35 -05:00
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…
W1CDN opened issue W1CDN/aprs_tool#31 2023-06-24 21:19:52 -05:00
Remove old data from frames table
W1CDN commented on issue W1CDN/aprs_tool#28 2023-06-24 19:07:25 -05:00
New API endpoint: stations

Working on this in #30.

W1CDN created pull request W1CDN/aprs_tool#30 2023-06-24 11:21:50 -05:00
Add status page
W1CDN commented on issue W1CDN/aprs_tool#16 2023-06-24 11:18:54 -05:00
Digipeater dashboard

Got index/status page stubbed out, and lists recent packets.

W1CDN deleted branch sort-filter from W1CDN/aprs_tool 2023-05-14 10:18:20 -05:00
W1CDN closed issue W1CDN/aprs_tool#27 2023-05-14 10:18:11 -05:00
API query frames by created date/time
W1CDN merged pull request W1CDN/aprs_tool#23 2023-05-14 10:18:10 -05:00
Sort, filter, and limit results at /packets
W1CDN closed issue W1CDN/aprs_tool#15 2023-05-14 10:18:10 -05:00
Sort /packets by newest first, by default
W1CDN pushed to main at W1CDN/aprs_tool 2023-05-14 10:18:10 -05:00
4203af5b81 Merge pull request 'Sort, filter, and limit results at /packets' (#23) from sort-filter into main
494f53bd62 Add created_unix field to frames table.
e19a8c777c Fix bad comment.
cb9af0f5b8 Move tuple of frame table fields to a separate files in case we need it more places.
863efdd84c Use LIKE instead of =.
Compare 15 commits »
W1CDN commented on issue W1CDN/aprs_tool#28 2023-05-13 21:17:44 -05:00
New API endpoint: stations

Like this from current dw logs and frontail. Fields like callsign, count, last heard, location, symbol?

image

W1CDN commented on issue W1CDN/aprs_tool#16 2023-05-13 21:16:29 -05:00
Digipeater dashboard

Something like this (in current dw log going to frontail), but more interactive (sorting and filtering): image

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

A lot of this work can be repurposed for #28, but I'll open a new PR for that.

Letting this branch run on the live system for a bit to see if anything breaks, then will close.

W1CDN closed issue W1CDN/aprs_tool#2 2023-05-13 21:11:54 -05:00
Include requested path and actual path in API
W1CDN closed issue W1CDN/aprs_tool#13 2023-05-13 21:11:10 -05:00
Parse raw frames
W1CDN commented on pull request W1CDN/aprs_tool#23 2023-05-13 21:07:45 -05:00
Sort, filter, and limit results at /packets

New field created_unix works. As a bonus, you can group vaguely by timestamp using a wildcard. For example, http://127.0.0.1:5001/packets?created_unix=1684029% captures values between…