Maybe this is the section that connects to via KISS: https://github.com/ufergus/arNetSked/blob/master/arNetSked.py#L489
arNetSked is designed to transmit, not receive, so would need to add some…
Default to a certain number of items, then add more (or all) if specifically requested.
Got it. Must have removed the actual function call by accident.
If I shut it down and run with Flask, it updates. But running with waitress it did not. It should be updating on every API call.
Oops, this is a duplicate of #10. Maybe this issue could be refocused on digipeater health and troubleshooting rather than replicating aprs.fi?
I got the reverse proxy figured out.
Now can run in screen with ./start-aprs_api.sh
as of 23d52a80dae7c95ca366a88b647d74352dea045c.
My issue with getting this going locally is that I am running my digipeater on an SBC behind another machine running yunohost, so getting ports and subdomains lined up is a new challenge for me.…
It may have been waitress I was thinking of. Example script:
# run.py from https://www.devdungeon.com/content/run-python-wsgi-web-app-waitress
import os
from waitress import serve
from…