Commit Graph

30 Commits

Author SHA1 Message Date
W1CDN
50e8324786 Show relative time. 2023-08-26 16:05:09 -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
ebd237d9d3 Get UTC time from stations table. 2023-07-12 12:34:50 -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
b0f0a4f8dc Try to combine all the processes to there aren't orphans. 2023-07-09 09:37:03 -05:00
W1CDN
8f3b2ae707 Don't autodelete yet. 2023-06-27 21:44:12 -05:00
W1CDN
8972c8d447 Snapshot. Get closer to new stations table. 2023-06-24 21:30:05 -05:00
W1CDN
1362558deb Stub out station query. 2023-06-24 19:06:37 -05:00
W1CDN
1d8699df94 Remove extra argument. 2023-06-24 18:44:08 -05:00
W1CDN
1ad8c848c4 Fix bug on production. 2023-06-24 11:43:06 -05:00
W1CDN
e2c3adf5c0 Stub out index/status page. 2023-06-24 11:17:53 -05:00
W1CDN
e19a8c777c Fix bad comment. 2023-05-13 20:59:17 -05:00
W1CDN
cb9af0f5b8 Move tuple of frame table fields to a separate files in case we need it more places. 2023-05-13 17:26:38 -05:00
W1CDN
863efdd84c Use LIKE instead of =. 2023-05-13 11:14:21 -05:00
W1CDN
a99de3a859 Allow query on any field in the packets table. 2023-05-13 11:09:41 -05:00
W1CDN
f396fe87af Order by created date in db call. 2023-04-25 14:19:29 -05:00
W1CDN
6957219468 Add basic API call to select by "from" station. 2023-04-16 21:04:26 -05:00
W1CDN
cd5d24b641 Add comments. 2023-04-16 19:29:09 -05:00
W1CDN
1cffde2903 At /packets, return 10 records by default and add n=x to return x packets. 2023-04-16 18:50:39 -05:00
W1CDN
5793e57aa9 Sort /packets descending by created. 2023-04-16 16:59:09 -05:00
W1CDN
6e6693bfbc Read from database for API. 2023-04-15 13:27:00 -05:00
W1CDN
5e86b40f38 Stub out a KISS connection.
It seems to simultaneously run the API and keep the KISS connection open 
in the background.
2023-04-13 17:16:16 -05:00
W1CDN
fb027194e8 Update data on API call
Oops!
2023-04-12 09:24:31 -05:00
W1CDN
23d52a80da Set up to run waitress in screen if needed. 2023-04-11 20:52:59 -05:00
W1CDN
a06bedb1c9 Test commit. 2023-04-08 17:08:44 -05:00
W1CDN
37d57db772 Rename first application. 2023-04-08 17:07:09 -05:00