Look at Paracon (https://github.com/mfncooper/paracon), which uses AGW to connect to direwolf. Should be able to pull code out of it (MIT license).
Plot shared at https://mastodon.radio/@BrucePerens_K6BP/113913717340555053, don't know the source of the data. I am not going to dip myself into Facebook to see what all those comments are…
This script wasn't working, but I think is fixed in 1b58d335f8. It needs to query the previous date, not the current date.
select_frames()
now orders by id
(index) rather than created
and it is much faster now. a5978c2289
Individually, /stations is much faster than /packets, even limited to default 10. Is that because the table is much larger or the query more complex?
Limited to 10 by default now: c8f8f28a4ac86dde5bd9d6c25dbc4760b17f6b08
Still taking like 7 seconds to load the page though. I wonder if a cache table could be made.