78 Commits

Author SHA1 Message Date
ef539e2aa9 Revert relative paths, which don't work on production. 2023-07-12 14:54:43 -05:00
9fb3d28cdc API calls should use relative paths. 2023-07-12 14:48:26 -05:00
f447a807b2 Gotta update the datestamp too. 2023-07-12 13:36:27 -05:00
875546040f Logging encoding. 2023-07-12 12:47:29 -05:00
1a5df46eca Add basic logging. 2023-07-12 12:43:24 -05:00
ebd237d9d3 Get UTC time from stations table. 2023-07-12 12:34:50 -05:00
Matt
9c11d8d494 Try something else 2023-07-12 09:57:54 -05:00
Matt
e3cb68551b Try to fix race condition in frames and stations tables. 2023-07-12 09:34:39 -05:00
d2cdaa820a Undo relative URL for now. 2023-07-09 22:17:50 -05:00
93156311e2 Fix bug. 2023-07-09 22:15:03 -05:00
d382a2b8f7 Better station list. 2023-07-09 22:06:57 -05:00
40513cc488 Use stations table on index.html. 2023-07-09 11:22:23 -05:00
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
b0f0a4f8dc Try to combine all the processes to there aren't orphans. 2023-07-09 09:37:03 -05:00
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
ee75cccc68 Add stations table definiton. 2023-07-08 21:56:15 -05:00
1c057a5555 Stub out db upsert code for stations table in test_db.py.
See table definition at 
https://amiok.net/gitea/W1CDN/aprs_tool/pulls/30#issuecomment-947.
2023-07-08 21:54:37 -05:00
c25a10ae77 Fix path. 2023-07-07 18:25:20 -05:00
e1cd7ccaae Remove config.ini. 2023-07-07 18:17:06 -05:00
00ede8860f Add default config as example, gitignore real config. 2023-07-07 18:16:00 -05:00
8f3b2ae707 Don't autodelete yet. 2023-06-27 21:44:12 -05:00
e05a3790d6 Add links to aprs.fi. 2023-06-27 21:43:14 -05:00
fb4d89cd9b Remove old dev file. 2023-06-27 21:37:05 -05:00
8972c8d447 Snapshot. Get closer to new stations table. 2023-06-24 21:30:05 -05:00
1362558deb Stub out station query. 2023-06-24 19:06:37 -05:00
f6a71e4851 Add raw column. 2023-06-24 18:44:18 -05:00
1d8699df94 Remove extra argument. 2023-06-24 18:44:08 -05:00
1ad8c848c4 Fix bug on production. 2023-06-24 11:43:06 -05:00
9deb160989 Add help link. 2023-06-24 11:20:58 -05:00
e2c3adf5c0 Stub out index/status page. 2023-06-24 11:17:53 -05:00
4203af5b81 Merge pull request 'Sort, filter, and limit results at /packets' (#23) from sort-filter into main
Reviewed-on: https://amiok.net/gitea/W1CDN/aprs_tool/pulls/23
2023-05-14 10:18:08 -05:00
494f53bd62 Add created_unix field to frames table. 2023-05-13 20:59:38 -05:00
e19a8c777c Fix bad comment. 2023-05-13 20:59:17 -05:00
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
863efdd84c Use LIKE instead of =. 2023-05-13 11:14:21 -05:00
a99de3a859 Allow query on any field in the packets table. 2023-05-13 11:09:41 -05:00
efe61ae4c5 Add msgNo field. 2023-04-27 19:29:22 -05:00
cc89ab1a4c Don't mess with frame if it can't be parsed. 2023-04-27 19:19:12 -05:00
f396fe87af Order by created date in db call. 2023-04-25 14:19:29 -05:00
ab850a76a3 Don't get hung up on parsing errors. 2023-04-23 21:13:27 -05:00
2121119365 Update docs. 2023-04-23 21:13:06 -05:00
6957219468 Add basic API call to select by "from" station. 2023-04-16 21:04:26 -05:00
cd5d24b641 Add comments. 2023-04-16 19:29:09 -05:00
1cffde2903 At /packets, return 10 records by default and add n=x to return x packets. 2023-04-16 18:50:39 -05:00
5793e57aa9 Sort /packets descending by created. 2023-04-16 16:59:09 -05:00
19b3a54d98 Update readme. 2023-04-16 16:49:25 -05:00
467ec11522 Merge pull request 'Add background KISS connection, log frames to database' (#20) from add-kiss into main
Reviewed-on: https://amiok.net/gitea/W1CDN/aprs_tool/pulls/20
2023-04-16 16:45:53 -05:00
2ca627f973 Add kiss stuff to config. 2023-04-16 16:45:22 -05:00
ef5765e87f Add missing fields and try to catch sqlite errors. 2023-04-16 10:04:48 -05:00
7453d50598 Update waitress IP to make it work on production. 2023-04-15 16:37:31 -05:00