Daniel Caujolle-Bert 41a49d5785 Implement remote command support.
- Defaut port is 7643 (totally arbitrary)

- Using RemoteCommandDMRG, each network can be enabled or disabled (net1 .. net5, xlx):
    ~ $ RemoteCommandDMRG 7643 disable net2
    M: 2021-03-20 11:48:40.494 Command sent: "disable net2" to port: 7643
    M: 2021-03-20 11:48:40.545 OK

- Using RemoteCommandDMRG, a connection status can be retrieved:
    ~ $ RemoteCommandDMRG 7643 status
    M: 2021-03-20 11:49:13.513 Command sent: "status" to port: 7643
    M: 2021-03-20 11:49:13.563 xlx:conn net1:conn net2:n/a net3:n/a net4:conn net5:n/a

A returned string is expected from the socket connection, this is why I did not reuse the MMDVMHost's RemoteCommand (unless MMDVMHost RemoteControl is modified as well).

The exit value can be used in scripting (also 1 if we didn't get any reply).
2021-03-20 13:03:19 +01:00
2020-04-23 21:36:43 +01:00
2017-05-23 09:52:25 +01:00
2020-09-05 20:49:30 +01:00
2020-09-20 15:05:42 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2021-03-20 13:03:19 +01:00
2021-03-20 13:03:19 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2017-04-20 20:51:30 +01:00
2017-04-20 20:51:30 +01:00
2017-04-28 16:45:05 +01:00
2017-05-01 09:35:17 +01:00
2017-05-01 09:35:17 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2021-03-20 13:03:19 +01:00
2017-04-20 20:51:30 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2021-03-20 13:03:19 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2020-08-28 15:21:59 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2017-04-20 20:51:30 +01:00
2021-03-20 13:03:19 +01:00
2020-09-05 20:49:30 +01:00
2020-09-05 20:49:30 +01:00
2017-05-01 09:35:17 +01:00
2017-05-01 09:35:17 +01:00
2020-09-03 10:37:21 +01:00
2020-04-08 16:21:35 +09:00
2017-04-20 20:51:30 +01:00
2017-04-28 16:45:05 +01:00
2017-04-28 16:45:05 +01:00
2017-04-20 20:51:30 +01:00
2017-04-20 20:51:30 +01:00
2020-09-20 15:05:42 +01:00
2017-05-01 09:35:17 +01:00
2017-05-01 09:35:17 +01:00
2020-10-05 12:59:57 +01:00
2017-04-20 20:51:30 +01:00
2017-04-20 20:51:30 +01:00
2017-04-20 20:51:30 +01:00
2020-09-20 21:24:13 +01:00
2017-04-20 20:51:30 +01:00
2017-04-20 20:51:30 +01:00
2020-01-12 20:50:03 +01:00
2020-12-12 12:57:02 +10:00
2021-03-20 13:03:19 +01:00
2021-03-20 13:03:19 +01:00

This is the DMR Gateway which allows for the connection of up to six different DMR networks to one MMDVM system. One of the networks is defined as being an XLX reflector, while the other five may be any combination of DMR+, BrandMeister, TGIF, or local HBLink systems.

This software works by use of powerful rewriting rules which allow for changes in the slot, talk group, the type, and even the destination, of the messages. Without a rewrite rule, even if it does no actual rewriting, traffic will not be passed through from that defined network to the MMDVM and back again.

For example, the default configuration moves the announcements from BrandMeister for linking and unlinking to the same talk group slot as the reflectors themselves, a far more reasonable configuration than the default BrandMeister one.

The rewrite rules dont apply to the XLX reflector, where only the slot and the talk group used may be changed. The controls i.e. private calls, for altering the reflector are fixed. In the case of the XLX reflectors the gateway will issue voice prompts to indicate the current reflector. These are available in a number of languages.

The MMDVM .ini file should have the IP address and port number of the client in the [DMR Network] settings.

This software builds on 32-bit and 64-bit Linux systems as well as on Windows using Visual Studio 2017 on x86 and x64.

This software is licenced under the GPL v2 and is intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.

Description
No description provided
Readme 1.6 MiB
Languages
C++ 95.1%
Shell 2.8%
C 1.4%
Makefile 0.4%
Batchfile 0.3%