DMRGateway RemoteControl

Help with DMR issues
Post Reply
VE3RD
Posts: 113
Joined: Thu Oct 11, 2018 7:21 pm

DMRGateway RemoteControl

Post 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
W0CHP
Posts: 19
Joined: Mon Oct 12, 2020 2:33 pm

Re: DMRGateway RemoteControl

Post 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
VE3XEJ
Posts: 3
Joined: Tue Jun 09, 2020 6:13 pm

Re: DMRGateway RemoteControl

Post 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.
Post Reply