Matt W1CDN
  • Joined on 2023-04-08
W1CDN synced commits to db at W1CDN/farpn_udp_server from mirror 2025-10-13 04:58:41 -05:00
d8cdcfeb12 Pass JSON into the database as fields.
W1CDN synced commits to udp at W1CDN/mwtchahrd from mirror 2025-10-13 04:48:42 -05:00
98da8b95d5 Send a UDP message to the server that says you are connected.
W1CDN pushed to main at W1CDN/ham-radio-licenses 2025-08-28 20:12:58 -05:00
fe544140e6 Update data and plots.
W1CDN pushed to main at W1CDN/ham-radio-licenses 2025-02-24 21:14:46 -06:00
3c43e62428 Update data and plots.
W1CDN commented on issue W1CDN/ham-radio-licenses#114 2025-02-24 21:11:35 -06:00
AE7Q new license counts

The scraper isn't working perfectly, need to debug.

W1CDN commented on issue W1CDN/aprs_tool#70 2025-02-19 21:40:34 -06:00
Add AGW connection

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).

W1CDN commented on issue W1CDN/ham-radio-licenses#107 2025-01-30 17:30:29 -06:00
Track ARRL membership

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…

W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-12-28 14:12:57 -06:00
3f17d75ad2 Add data and update plots.
W1CDN commented on issue W1CDN/aprs_tool#17 2024-12-13 18:00:23 -06:00
Map application

This is a good example application: https://github.com/ianrenton/field-spotter

W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-11-29 09:36:30 -06:00
172ba6e76c Fix scrape date.
W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-11-28 10:43:25 -06:00
19ceeb55d8 Update actions data and plots.
W1CDN commented on issue W1CDN/ham-radio-licenses#114 2024-11-28 10:23:43 -06:00
AE7Q new license counts

This script wasn't working, but I think is fixed in 1b58d335f8. It needs to query the previous date, not the current date.

W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-11-28 10:22:26 -06:00
1b58d335f8 Scrape AE7Q actions from *previous* day, not current day.
W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-11-24 10:11:13 -06:00
113b3d30e8 Add data and update plots.
W1CDN pushed to main at W1CDN/aprs_tool 2024-11-20 19:56:28 -06:00
eb10695873 Add some query links.
W1CDN closed issue W1CDN/aprs_tool#69 2024-11-20 19:30:51 -06:00
Limit number of stations on index page
W1CDN commented on issue W1CDN/aprs_tool#69 2024-11-20 19:30:39 -06:00
Limit number of stations on index page

select_frames() now orders by id (index) rather than created and it is much faster now. a5978c2289

W1CDN pushed to main at W1CDN/aprs_tool 2024-11-20 19:27:50 -06:00
a5978c2289 Order frames by id to make things go faster.
W1CDN commented on issue W1CDN/aprs_tool#69 2024-11-20 11:21:26 -06:00
Limit number of stations on index page

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?