aprsd/aprsd/web/admin/static/js
Hemna ff392395ed Decouple admin web interface from server command
This patch introduces rpyc based RPC client/server for
the flask web interface to call into the running aprsd server
command to fetch stats, logs, etc to send to the browser.

This allows running the web interface via gunicorn command
gunicorn -k gevent --reload --threads 10 -w 1 aprsd.flask:app --log-level DEBUG
2022-12-28 15:55:09 -05:00
..
charts.js reworked collecting and reporting stats 2022-12-18 21:54:34 -05:00
logs.js Added webchat command 2022-11-23 13:00:36 -05:00
main.js Decouple admin web interface from server command 2022-12-28 15:55:09 -05:00
prism.js Added webchat command 2022-11-23 13:00:36 -05:00
send-message.js Decouple admin web interface from server command 2022-12-28 15:55:09 -05:00
tabs.js Added webchat command 2022-11-23 13:00:36 -05:00