aprsd/aprsd/cmds
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
..
__init__.py Refactor the cli 2021-11-05 13:36:33 -04:00
completion.py Added new feature to list-plugins command 2021-12-08 17:16:17 -05:00
dev.py Fix some unit tests and loading of CONF w/o file 2022-12-27 15:31:49 -05:00
healthcheck.py Removed debug code 2022-01-07 15:17:16 -05:00
list_plugins.py Fix PyPI scraping 2022-10-27 12:33:31 -02:30
listen.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
send_message.py Removed references to old custom config 2022-12-27 14:30:03 -05:00
server.py Decouple admin web interface from server command 2022-12-28 15:55:09 -05:00
webchat.py Removed references to old custom config 2022-12-27 14:30:03 -05:00