aprsd/aprsd/threads
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 Change RX packet processing to enqueu 2022-12-18 08:52:58 -05:00
aprsd.py Removed unused threading code 2022-12-18 09:14:12 -05:00
keep_alive.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
log_monitor.py Decouple admin web interface from server command 2022-12-28 15:55:09 -05:00
rx.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
tx.py Removed references to old custom config 2022-12-27 14:30:03 -05:00