g4klx / MMDVMHost

The host program for the MMDVM
GNU General Public License v2.0
379 stars 274 forks source link

Add RemoteCommand 'status' command. #689

Closed f1rmb closed 3 years ago

f1rmb commented 3 years ago

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.

f1rmb commented 3 years ago

Thanks ;-)