Commit Graph

111 Commits

Author SHA1 Message Date
W1CDN
eb10695873 Add some query links. 2024-11-20 19:56:21 -06:00
W1CDN
a5978c2289 Order frames by id to make things go faster. 2024-11-20 19:27:51 -06:00
a1b9fc7ac4 Merge pull request 'Add simple map of stations' (#57) from map-1 into main
Reviewed-on: #57
2024-11-20 10:54:30 -06:00
W1CDN
c8f8f28a4a Only select 10 stations by default. 2024-11-20 10:52:58 -06:00
W1CDN
ab595ed3cb Add better labels to main page map. 2024-01-19 11:08:12 -06:00
W1CDN
3758ac21cb Plot recent packets on map. 2024-01-15 17:04:13 -06:00
W1CDN
260e946ab6 Fool around with marker groups. 2024-01-15 11:52:30 -06:00
W1CDN
5fb589507e Add markers to map. 2024-01-15 11:00:56 -06:00
W1CDN
bcb0624786 Stub out map. 2024-01-15 10:17:02 -06:00
W1CDN
4642f45adc Merge pull request 'Split out third-party traffic' (#43) from add-party into main
Reviewed-on: #43
2024-01-15 10:04:32 -06:00
W1CDN
31fb381063 Assign first party and add frames.rng field. 2023-12-14 08:55:15 -06:00
W1CDN
8f2425290c Subpacket path to string. 2023-12-14 08:38:04 -06:00
W1CDN
9797f29bf2 Snapshot. 2023-12-13 22:10:00 -06:00
W1CDN
bfa7b91446 Fix mistake. 2023-12-13 21:25:30 -06:00
W1CDN
0592f45af8 Assign subpacket correctly. 2023-12-13 21:18:44 -06:00
W1CDN
c1f58966a6 Stub out add-party. 2023-12-13 20:44:11 -06:00
W1CDN
4439ae680e Merge pull request 'Handle breaking errors in kiss_and_db.py' (#38) from fix-kiss into main
Reviewed-on: #38
2023-12-13 20:20:59 -06:00
W1CDN
25bffd9b61 Log errors in more detail. 2023-12-13 10:40:32 -06:00
W1CDN
1894de5d86 Add header_raw field. 2023-12-13 10:24:17 -06:00
W1CDN
79da9de6f7 Align constants and schema. 2023-12-13 10:19:45 -06:00
W1CDN
26b4081720 Working snapshot. 2023-12-13 10:13:25 -06:00
W1CDN
50085de7db Try to catch exceptions. 2023-12-12 20:25:00 -06:00
W1CDN
e7002c712c Flail. 2023-12-11 21:41:57 -06:00
W1CDN
307c1fcd86 Flail around. 2023-12-10 21:04:31 -06:00
W1CDN
dc7d4ed8a3 Commit deployed changes from a while back. 2023-12-10 13:30:51 -06:00
W1CDN
e1211fe108 Stub out fix-kiss. 2023-08-26 19:24:00 -05:00
W1CDN
6686cba26d Merge pull request 'Add status page' (#30) from dashboard-page into main
Reviewed-on: #30
2023-08-26 19:05:42 -05:00
W1CDN
1b0494c45a Very rough workaround for relative API urls. 2023-08-26 16:47:23 -05:00
W1CDN
f694e65c2a Clean up a bit. 2023-08-26 16:23:55 -05:00
W1CDN
78641d0eef Drop function for reading dw logs directly. 2023-08-26 16:23:43 -05:00
W1CDN
50e8324786 Show relative time. 2023-08-26 16:05:09 -05:00
W1CDN
acdee84d3e Update requirements. 2023-08-26 15:26:44 -05:00
W1CDN
fcd776174c Log with timestamp. 2023-08-25 21:38:17 -05:00
W1CDN
ef539e2aa9 Revert relative paths, which don't work on production. 2023-07-12 14:54:43 -05:00
W1CDN
9fb3d28cdc API calls should use relative paths. 2023-07-12 14:48:26 -05:00
W1CDN
f447a807b2 Gotta update the datestamp too. 2023-07-12 13:36:27 -05:00
W1CDN
875546040f Logging encoding. 2023-07-12 12:47:29 -05:00
W1CDN
1a5df46eca Add basic logging. 2023-07-12 12:43:24 -05:00
W1CDN
ebd237d9d3 Get UTC time from stations table. 2023-07-12 12:34:50 -05:00
9c11d8d494 Try something else 2023-07-12 09:57:54 -05:00
e3cb68551b Try to fix race condition in frames and stations tables. 2023-07-12 09:34:39 -05:00
W1CDN
d2cdaa820a Undo relative URL for now. 2023-07-09 22:17:50 -05:00
W1CDN
93156311e2 Fix bug. 2023-07-09 22:15:03 -05:00
W1CDN
d382a2b8f7 Better station list. 2023-07-09 22:06:57 -05:00
W1CDN
40513cc488 Use stations table on index.html. 2023-07-09 11:22:23 -05:00
W1CDN
c0ff61063f Fix query for updating the stations table.
I am still not good at knowing when to use quotes for values.
2023-07-09 10:15:54 -05:00
W1CDN
b0f0a4f8dc Try to combine all the processes to there aren't orphans. 2023-07-09 09:37:03 -05:00
W1CDN
8d94794c90 Snapshot after adding station table update code, but hasn't been tested on real frames yet. 2023-07-09 09:14:09 -05:00
W1CDN
ee75cccc68 Add stations table definiton. 2023-07-08 21:56:15 -05:00
W1CDN
1c057a5555 Stub out db upsert code for stations table in test_db.py.
See table definition at 
#30 (comment).
2023-07-08 21:54:37 -05:00