aprsd/aprsd/cmds
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 Refactor the cli 2021-11-05 13:36:33 -04:00
completion.py Replace ratelimiter with rush 2023-07-08 17:30:22 -04:00
dev.py Updated dev test-plugin command 2024-01-19 11:30:15 -05:00
fetch_stats.py Removed RPC Server and client. 2024-04-05 12:50:01 -04:00
healthcheck.py Removed RPC Server and client. 2024-04-05 12:50:01 -04:00
list_plugins.py Got unit tests working again 2024-04-02 09:30:45 -04:00
listen.py Reworked the stats making the rpc server obsolete. 2024-04-02 09:30:43 -04:00
send_message.py Remove the logging of the conf password if not set 2024-04-03 18:01:11 -04:00
server.py Removed RPC Server and client. 2024-04-05 12:50:01 -04:00
webchat.py Removed RPC Server and client. 2024-04-05 12:50:01 -04:00