Sort, filter, and limit results at /packets #23

Merged
W1CDN merged 14 commits from sort-filter into main 2023-05-14 10:18:10 -05:00

14 Commits

Author SHA1 Message Date
W1CDN
494f53bd62 Add created_unix field to frames table. 2023-05-13 20:59:38 -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
efe61ae4c5 Add msgNo field. 2023-04-27 19:29:22 -05:00
W1CDN
cc89ab1a4c Don't mess with frame if it can't be parsed. 2023-04-27 19:19:12 -05:00
W1CDN
f396fe87af Order by created date in db call. 2023-04-25 14:19:29 -05:00
W1CDN
ab850a76a3 Don't get hung up on parsing errors. 2023-04-23 21:13:27 -05:00
W1CDN
2121119365 Update docs. 2023-04-23 21:13:06 -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