Re: Multiple instances of Bridge


W8DSB
 

Just to follow up, it does not work, I might have done something wrong but I don't see where if I did. Here is the setup:

[AMBE_AUDIO]
server = 127.0.0.1                                                ; IP address of xx_Bridge.py
fromDMRPort = 31100,31101,31102,31103         ; AMBE frames from xx_Bridge (should match "toGatewayPort" in xx_Bridge.cfg)
toDMRPort = 31110,31111,31112,31113               ; AMBE frames from xx_Bridge (should match "fromGatewayPort" in xx_Bridge.cfg)

Source1 (Allstar):
USRP Radio

Source2 (Brandmister Repeater TG):
[DMR]
Address = 127.0.0.1             ; Address to send AMBE TLV frames to (export)
TXPort = 31100                  ; Port to send AMBE TLV frames to (export)
RXPort = 31110                  ; Port to listen on (import)

XLXa:
[DMR]
Address = 127.0.0.1             ; Address to send AMBE TLV frames to (export)
TXPort = 31101                  ; Port to send AMBE TLV frames to (export)
RXPort = 31111                  ; Port to listen on (import)

XLXb:
[DMR]
Address = 127.0.0.1             ; Address to send AMBE TLV frames to (export)
TXPort = 31102                  ; Port to send AMBE TLV frames to (export)
RXPort = 31112                  ; Port to listen on (import)

XLXc:
[DMR]
Address = 127.0.0.1             ; Address to send AMBE TLV frames to (export)
TXPort = 31103                  ; Port to send AMBE TLV frames to (export)
RXPort = 31113                  ; Port to listen on (import)

The result was the source audio only worked once in a while, not reliable, and the three XLX's did not share the audio from the source.

Join main@DVSwitch.groups.io to automatically receive all group messages.