Page 1 of 1

DMRGateway RemoteControl

Posted: Fri May 20, 2022 1:33 pm
by VE3RD
I see that remote control has been added to the DMRGateway. However I have not been able to find any explanation as to how to use it
I see code that will enable or disable the networks... This looks interesting

Has anyone figured this out, or have any documentation on how to implement it
Github G4KLX has nothing on how to implement this feature, and putting a request on here may not get answered for several years.

Phil VE3RD

Re: DMRGateway RemoteControl

Posted: Fri May 20, 2022 2:51 pm
by W0CHP
No docs. The MMDVMhost `RemoteCommand` binary is the client/interface. But here's how it all works, with the syntax/options/args...

General Syntax:

Code: Select all

RemoteCommand <DMR GW Remote control port> <option> [arg] 
Get connection status to DMR networks: (returns "conn" or "n/a"):

Code: Select all

RemoteCommand 7643 status 
List DMR Networks/Hosts configured in DMRGW config:

Code: Select all

RemoteCommand 7643 hosts
Disable DMR network (via network name in DMRGW config):

Code: Select all

RemoteCommand 7643 disable net5
Enable DMR network (via network name in DMRGW config):

Code: Select all

RemoteCommand 7643 enable net5

Re: DMRGateway RemoteControl

Posted: Thu Sep 08, 2022 8:42 pm
by VE3XEJ
On the off chance you want to control something outside of Pi-Star, you might find my little project.


Admin Edit...
This group does not offer support for 3rd party addons.