aprsd/aprsd
Hemna 859f904602 Start keepalive thread first
This patch changes the order of the threads starting.  The Keepalive
thread's job is to test the aprsis/kiss client to see if it's up and
running, and then issue a reset if it's down.   On SIGINT, the keepalive
might issue that reset in the middle of a shutdown, which might cause
things to hang when everything should be shutting down.  Making the
KeepaliveThread first, means it will be the first to be shut down as
well, preventing the next loop from resetting the client.
2023-08-23 13:45:46 -04:00
..
clients Fix sending packets over KISS interface 2023-07-28 17:25:06 -04:00
cmds Start keepalive thread first 2023-08-23 13:45:46 -04:00
conf Added new webchat config section 2023-08-22 12:01:34 -04:00
log Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
packets Added support for ThirdParty packet types 2023-08-15 14:24:03 -04:00
plugins re-enable USWeatherPlugin to use mapClick 2023-07-31 21:53:02 -04:00
rpc Max out the client reconnect backoff to 5 2023-07-24 17:03:29 -04:00
threads remove loop log 2023-07-25 20:45:55 -04:00
utils Convert config to oslo_config 2022-12-24 16:51:40 -05:00
web fixed an issue in the mobile webchat 2023-08-23 13:15:50 -04:00
__init__.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
admin_web.py Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
cli_helper.py Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
client.py Added new webchat config section 2023-08-22 12:01:34 -04:00
exception.py Fixed up config option checking for KISS 2022-02-21 16:04:33 -05:00
main.py Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
messaging.py Cleaned out all references to messaging 2022-12-16 15:58:02 -05:00
plugin.py cleanup some debug messages 2023-04-25 14:29:26 -04:00
plugin_utils.py Fixed pep8 failures 2023-08-07 11:07:01 -04:00
stats.py Fix sending packets over KISS interface 2023-07-28 17:25:06 -04:00
wsgi.py Use config web_ip for running admin ui from module 2023-07-26 08:47:22 -04:00