You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: Users.


You can view and copy the source of this page.

Return to WIRES-X.

Starting BrandMeister release 20160421-112227 has support of WIRES-X connectivity.

WIRES-X Link allows:

Benefits[edit]

Conceptual view[edit]

BM-WIRES.png

Limitations[edit]

Additional features[edit]

Allocated ports[edit]

Configuration[edit]

  1. WiresXLink :
  2. {
  3. // DTMF ID of local node
  4. number = NODE ID;
  5. // Call of local node
  6. call = "<CALL-ND>";
  7. // DP-ID of local "radio"
  8. serial = "xxxxx";
  9. // Connection profiles
  10. connections =
  11. [
  12. "RoomXXXXX",
  13. "RoomXXXXX"
  14. ];
  15. };
  16.  
  17. RoomXXXXX :
  18. {
  19. // Room ID: ITALY
  20. // Group ID
  21. number = TG number;
  22. // Remote node address
  23. address = "<IP ADRESS or Domain Name>";
  24. // Connection mode:
  25. // 0 - Regular
  26. // 1 - Persistent
  27. // 2 - Regular, auto-reconnect on inactivity
  28. // 3 - Persistent, auto-reconnect on inactivity
  29. mode = 0;
  30. };

Issues with connectivity[edit]

No sound from WIRES-X at all, BM Status web page shows “0 members”[edit]

Check your firewall rules, port UDP 46112 should be allowed.

DMR radio (and Last Heard) shows talking group number instead ID of operator[edit]

Autodiscovery[edit]

Autodiscovery mode is an alternative mode to connect to WIRES-X rooms. In that mode there is no need to configure profiles in main configuration file. Instead of it the system connects to Yaesu's WIRES-X directory servers and track the changes. To use this mode you have to have an WIRES-X node ID from Yaesu and HRI-200 serial number. There numbers should never be used by another connected WIRES-X node.

Registry.json[edit]

  1. "plugs" :
  2. {
  3. "210-FusionDirector" :
  4. {
  5. "WiresNodeID" : <ID of registered WIRES-X node>,
  6. "HRISerial" : "<HRI-200 serial number>"
  7. }
  8. }

WiresSubscriptions[edit]

  1. Space WiresSubscriptions:
  2. 1 - BrandMeister Instance ID
  3. 2 - BrandMeister Application ID
  4. 3 - DMR Group ID
  5. 4 - WIRES-X Room ID
  6.  
  7. box.space.WiresSubscriptions:replace({ 2621, 262100, 262100, 24007 })