Add RemoteCommand 'status' command.

As DMRGateway, it reports connection status.

Command sent: "status" to port: 7642
dstar:n/a dmr:conn ysf:n/a p25:n/a nxdn:n/a fm:n/a

RemoveCommand has been slighlty modified, as using Log on a read-only filesystem simply forbids the strings to be displayed.
Another solution would be to set LogInitialisse's filePath to "/tmp/" for *nix systems.
This commit is contained in:
Daniel Caujolle-Bert 2021-03-22 20:27:08 +01:00
parent 0088b0b225
commit 27b7d3fc41
No known key found for this signature in database
GPG key ID: 51AED7171EC00614
21 changed files with 90 additions and 9 deletions

View file

@ -42,6 +42,8 @@ public:
void reset();
bool isConnected() const;
void close();
void clock(unsigned int ms);