aprsd/aprsd/conf
Hemna 333feee805 Removed RPC Server and client.
This patch removes the need for the RPC Server from aprsd.

APRSD Now saves it's stats to a pickled file on disk in the
aprsd.conf configured save_location.  The web admin UI
will depickle that file to fetch the stats.  The aprsd server
will periodically pickle and save the stats to disk.

The Logmonitor will not do a url post to the web admin ui
to send it the latest log entries.

Updated the healthcheck app to use the pickled stats file
and the fetch-stats command to make a url request to the running
admin ui to fetch the stats of the remote aprsd server.
2024-04-05 12:50:01 -04:00
..
__init__.py Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
client.py Changed the path option to a ListOpt 2023-10-06 15:44:25 -04:00
common.py Removed RPC Server and client. 2024-04-05 12:50:01 -04:00
log.py Put threads first after date/time 2024-03-06 13:39:51 -05:00
opts.py Added missing conf 2022-12-27 14:46:41 -05:00
plugin_common.py Rework Location Plugin 2023-11-22 20:55:38 -05:00
plugin_email.py Change ordering of starting up of server command 2022-12-29 14:15:56 -05:00