Welcome to DVSwitch
Purpose
1) Allows “local” networking during an outage of the regional national/international network server.
2) Allows a local network operator to “blend” upstream feeds from different Networks (capital N on purpose). These Networks can’t get their act together and learn how to play nice with each other (everyone guilty as far as we are concerned). They may not like people doing this, but the solution is to grow up and work with each other, and not keep trying to force people to take sides.
3) Allows local segregation of localized traffic with more flexibility.
4) Allows experimentation with linking and how it’s done (part 97 specifies experimentation and advancement of the radio art are a core part of amateur radio).
Mission Statement/Position
WHEREAS the Networks continue to be largely islands and are not working together to create a unified network of Networks.
WHEREAS no firm reason has been given by any of the Networks why a *competent* local network operator cannot make this work effectively.
(US ONLY)
WHEREAS 47 CFR 97 (Amateur Radio Service) specifies that a core component of amateur radio is experimentation and advancement of the radio art [97.1(b)].
BE IT RESOLVED the core group of US amateur radio operators and experimenters organized around the DVSwitch project, and in the spirit of USA 47 CFR 97 and its intentions, support the *responsible* and *thoughtful* use of digital voice networking tools to create localized networks that will interconnect to the national/international Networks, and will support users of its tools in order to do this in the most effective and sustainable way possible.
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Rudy,
Also if you have a FCS you can do the same way by replacing DMRGateway to YSFGateway. Bridging XLX I only use one instance of MB but I point to YSF reflector looks like this: First instance: XLX<->BM<->YSF this is very efficient To bridge BM -TG I also use one instance of MB and also point to YSF reflector. Second instance: BM-TG<->MB<->YSF This is not a chain both instances run independently in one box. The downside is if you dont have YSF reflector then you go back to square one : ( 73, Eric
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
I ended up doing what Ernie Gm7kbk suggested, which is basically running the MB_BM through DMRGateway to change TG9 to my target TG.
BM <-> DMRGateway <-> MB_BM <-> MB_XLX <-> XLX Works great! Now I have audio both ways. Thanks everyone! 7-3 === for reference === DMRGateway DMRGateway.ini
[General]
Timeout=10
# RFTimeout=10
# NetTimeout=7
RptAddress=127.0.0.1
RptPort=62052
LocalAddress=127.0.0.1
LocalPort=62051
RuleTrace=0
Daemon=0
Debug=0 # BrandMeister
[DMR Network 1]
Enabled=1
Name=BM
Address=3103.repeater.net # 74.91.118.251 Change to the address for your Master
Port=62031
# Local=3352
# Local cluster
TGRewrite=1,9,1,9,1
# Reflector TG on to slot 2 TG9
# TGRewrite=2,9,2,9,1
TGRewrite=2,9,2,311620,1 # ROUTES TG9 to target TG on BM # XLX TG 6 on to slot 2 BM TG12345 # Change 12345 to desired BM TG
# TGRewrite=2,6,2,12345,1
# Reflector control command slot 2 94000->4000 to 95000->5000
PCRewrite=2,94000,2,4000,1001
# Echo on RF slot 1 TG9990 to network slot 1 9990
TypeRewrite=1,9990,1,9990
SrcRewrite=1,9990,1,9990,1
# Reflector status returns
SrcRewrite=2,4000,2,9,1001
# Pass all of the other private traffic on slot 1 and slot 2
PassAllPC=1
PassAllPC=2
Password="passw0rd" # Make sure the password is passw0rd for BM
Location=1
Debug=0
MB_BM MMDVM_Bridge.ini [DMR]
Enable=1
ColorCode=1
EmbeddedLCOnly=1
DumpTAData=0
[DMR Network] ; to DMR
Enable=1
Address=127.0.0.1
Port=62051
Jitter=360
Local=62052
Password=passw0rd
Slot1=0
Slot2=1
Debug=0
DVSwitch.ini [DMR]
Address = 127.0.0.1
TXPort = 32103
RXPort = 32100
Slot = 2
; Slot = 1
MB_XLX MMDVM_Bridge.ini
[DMR]
Enable=1
ColorCode=1
EmbeddedLCOnly=1
DumpTAData=0
[DMR Network] ; to DMR
Enable=1
Address=45.77.186.5 # IP Address of XLX reflector
Port=62030
Jitter=360
#Local=62033
#Password=passw0rd
Password=PASSWORD
# for DMR+ see https://github.com/DVSwitch/MMDVM_Bridge/blob/master/DOC/DMRplus_startup_options.md
# for XLX the syntax is: Options=XLX:4009
# Options=
Options=XLX:4001 # Option for module A
Slot1=0
Slot2=1
Debug=0
DVSwitch.ini [DMR]
Address = 127.0.0.1
TXPort = 32100
RXPort = 32103
Slot = 2
; Slot = 1
|
|
Re: agile Allstar node from MMDVM
Patrick Perdue
I would’ve thought that as well, although if I Chi up on a digital radio and start sending DTMF, it sounds pretty pure on other DMR radios, as well as on the other side of MMDVM bridge. I was pretty surprised about that. apparently, it works well enough if you are sending baseband analog audio directly to ASL through a FOB when sent through fusion, but this person was hoping for a software solution entirely.
toggle quoted messageShow quoted text
On May 16, 2020, at 02:02, Brad N8PC <bradn8pc@gmail.com> wrote:
|
|
Re: agile Allstar node from MMDVM
no cause once converted to digital sounds funny to analog and does not work.
toggle quoted messageShow quoted text
On 5/16/2020 12:37 AM, Patrick Perdue wrote:
Hi:
|
|
agile Allstar node from MMDVM
Patrick Perdue
Hi:
I was just asked by someone if it was possible to pass DTMF from YSF to DMR to an Allstar node such that it can be driven remotely from MMDVM, rather than what most people want going the other way around, sending DTMF commands to an Allstar node to change modes and digital talkgroups/reflectors. My first thought is no, because USRP seems to just pass DTMF through as audio, and there is no DSP to process incoming audio to send to Asterisk as commands, such as would be the case with the SimpleUSB driver and an analog radio. Has anyone here done this, and is this at all possible?
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Forum keeps chopping my message, so I'm posting this separately:
MB_XLX I: 2020-05-15 07:06:41.725 MMDVM_Bridge-20191105_V1.4.1 exited on receipt of SIGINT
I: 2020-05-15 07:06:48.212 MMDVM_Bridge:
I: 2020-05-15 07:06:48.212 Portions Copyright (C) 2018 DVSwitch, INAD.
I: 2020-05-15 07:06:48.212 Hacks by Mike N4IRR and Steve N4IRS
I: 2020-05-15 07:06:48.212 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I: 2020-05-15 07:06:48.213 This software is for use on amateur radio networks only,
I: 2020-05-15 07:06:48.213 it is to be used for educational purposes only. Its use on
I: 2020-05-15 07:06:48.213 commercial networks is strictly prohibited.
I: 2020-05-15 07:06:48.213 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others
M: 2020-05-15 07:06:48.213 MMDVM_Bridge-20191105_V1.4.1 is starting
M: 2020-05-15 07:06:48.213 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac)
I: 2020-05-15 07:06:48.213 General Parameters
I: 2020-05-15 07:06:48.213 Callsign: N6DOZ
I: 2020-05-15 07:06:48.213 Id: 3150692
I: 2020-05-15 07:06:48.213 DMR: enabled
I: 2020-05-15 07:06:48.215 Display Parameters
I: 2020-05-15 07:06:48.215 Type:
I: 2020-05-15 07:06:48.215 DMR Network Parameters
I: 2020-05-15 07:06:48.215 Address: 45.77.186.5
I: 2020-05-15 07:06:48.215 Port: 62030
I: 2020-05-15 07:06:48.215 Local: 62033
I: 2020-05-15 07:06:48.215 Slot 1: disabled
I: 2020-05-15 07:06:48.215 Slot 2: enabled
I: 2020-05-15 07:06:48.215 Options: XLX:4001
I: 2020-05-15 07:06:48.215 Info Parameters
I: 2020-05-15 07:06:48.215 Callsign: N6DOZ
I: 2020-05-15 07:06:48.384 DMR RF Parameters
I: 2020-05-15 07:06:48.384 Id: 3150692
I: 2020-05-15 07:06:48.384 Color Code: 1
M: 2020-05-15 07:06:48.384 DMR, Opening INI file: DVSwitch.ini
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] Address -> 127.0.0.1
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] TXPort -> 32100
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] RXPort -> 32103
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] Slot -> 1
M: 2020-05-15 07:06:48.385 DMR, Transmitting on 127.0.0.1:32100 and listening on port 32103. Result = 1
M: 2020-05-15 07:06:48.385 MMDVM_Bridge-20191105_V1.4.1 is running
I: 2020-05-15 07:06:48.385 Started the DMR Id lookup reload thread
M: 2020-05-15 07:07:08.405 DMR, Logged into the master successfully
M: 2020-05-15 07:07:08.405 DMR, Remote CMD: txTg=4000
M: 2020-05-15 07:07:08.405 DMR, Tune: id=3150692, tg=4000, mode=Group
M: 2020-05-15 07:07:08.405 DMR, Remote CMD: txTg=4001
M: 2020-05-15 07:07:08.405 DMR, Tune: id=3150692, tg=4001, mode=Group
M: 2020-05-15 07:07:08.456 DMR Slot 2, received network voice header from N6DOZ to TG 9
M: 2020-05-15 07:07:08.461 DMR Slot 2, received network end of voice transmission, 0.1 seconds, 0% packet loss, BER: 0.0%
M: 2020-05-15 07:12:26.479 DMR, TX state = ON
I: 2020-05-15 07:12:26.479 DMR, Begin TX: src=3135404 rpt=0 dst=311620 slot=1 cc=0 metadata=N6DOZ
M: 2020-05-15 07:12:30.077 DMR, TX state = OFF, DMR frame count was 62 frames
M: 2020-05-15 07:12:33.743 DMR Slot 2, received network voice header from N6DOZ to TG 9
M: 2020-05-15 07:12:37.402 DMR Slot 2, received network end of voice transmission, 3.9 seconds, 1% packet loss, BER: 0.0%
M: 2020-05-15 07:12:46.739 DMR Slot 2, received network voice header from N6DOZ to TG 9
M: 2020-05-15 07:12:49.226 DMR Slot 2, received network end of voice transmission, 3.1 seconds, 11% packet loss, BER: 0.0%
M: 2020-05-15 07:13:15.060 Closing the MMDVM
I: 2020-05-15 07:13:15.417 Stopped the DMR Id lookup reload thread
M: 2020-05-15 07:13:15.418 DMR, Closing DMR Network
I: 2020-05-15 07:13:15.418 MMDVM_Bridge-20191105_V1.4.1 exited on receipt of SIGINT
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Steve, I apologize, I believe I did post the same log twice. I: 2020-05-15 07:06:45.626 MMDVM_Bridge: I: 2020-05-15 07:06:45.626 Portions Copyright (C) 2018 DVSwitch, INAD. I: 2020-05-15 07:06:45.626 Hacks by Mike N4IRR and Steve N4IRS I: 2020-05-15 07:06:45.626 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- I: 2020-05-15 07:06:45.626 This software is for use on amateur radio networks only, I: 2020-05-15 07:06:45.626 it is to be used for educational purposes only. Its use on I: 2020-05-15 07:06:45.626 commercial networks is strictly prohibited. I: 2020-05-15 07:06:45.626 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others M: 2020-05-15 07:06:45.626 MMDVM_Bridge-20191105_V1.4.1 is starting M: 2020-05-15 07:06:45.626 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac) I: 2020-05-15 07:06:45.626 General Parameters I: 2020-05-15 07:06:45.626 Callsign: N6DOZ I: 2020-05-15 07:06:45.626 Id: 315069220 I: 2020-05-15 07:06:45.626 DMR: enabled I: 2020-05-15 07:06:45.626 Display Parameters I: 2020-05-15 07:06:45.626 Type: I: 2020-05-15 07:06:45.626 DMR Network Parameters I: 2020-05-15 07:06:45.626 Address: 3103.repeater.net I: 2020-05-15 07:06:45.626 Port: 62031 I: 2020-05-15 07:06:45.626 Local: 62044 I: 2020-05-15 07:06:45.626 Slot 1: disabled I: 2020-05-15 07:06:45.626 Slot 2: enabled I: 2020-05-15 07:06:45.628 Info Parameters I: 2020-05-15 07:06:45.628 Callsign: N6DOZ I: 2020-05-15 07:06:45.807 DMR RF Parameters I: 2020-05-15 07:06:45.807 Id: 315069220 I: 2020-05-15 07:06:45.807 Color Code: 1 M: 2020-05-15 07:06:45.807 DMR, Opening INI file: DVSwitch.ini M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] Address -> 127.0.0.1 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] TXPort -> 32103 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] RXPort -> 32100 M: 2020-05-15 07:06:45.808 DMR, Setting [DMR] Slot -> 1 M: 2020-05-15 07:06:45.808 DMR, Transmitting on 127.0.0.1:32103 and listening on port 32100. Result = 1 M: 2020-05-15 07:06:45.808 MMDVM_Bridge-20191105_V1.4.1 is running I: 2020-05-15 07:06:45.808 Started the DMR Id lookup reload thread M: 2020-05-15 07:06:55.827 DMR, Logged into the master successfully M: 2020-05-15 07:07:08.461 DMR, TX state = ON I: 2020-05-15 07:07:08.461 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:07:08.466 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:12:26.479 DMR Slot 2, received network voice header from N6DOZ to TG 311620 M: 2020-05-15 07:12:27.074 DMR Talker Alias (Data Format 1, Received 6/10 char): 'N6DOZ ' M: 2020-05-15 07:12:27.797 DMR Talker Alias (Data Format 1, Received 10/10 char): 'N6DOZ Rudy' M: 2020-05-15 07:12:30.077 DMR Slot 2, received network end of voice transmission, 3.7 seconds, 0% packet loss, BER: 0.0% M: 2020-05-15 07:12:33.744 DMR, TX state = ON I: 2020-05-15 07:12:33.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:37.402 DMR, TX state = OFF, DMR frame count was 64 frames M: 2020-05-15 07:12:46.744 DMR, TX state = ON I: 2020-05-15 07:12:46.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:49.231 DMR, TX state = OFF, DMR frame count was 45 frames M: 2020-05-15 07:16:53.065 DMR, TX state = ON I: 2020-05-15 07:16:53.065 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:16:53.070 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:18:24.956 Closing the MMDVM I: 2020-05-15 07:18:25.862 Stopped the DMR Id lookup reload thread M: 2020-05-15 07:18:25.863 DMR, Closing DMR Network I: 2020-05-15 07:18:25.863 MMDVM_Bridge-20191105_V1.4.1 exited on receipt of SIGINT
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
I stripped these down to the important parts:
I bolded the important lines. In short: Both instances of MB are transmitting on 32103 Both instances of MB are receiving on 32100 OR You sent the same log twice Look at the time stamps of each "log" MB_XLX I: 2020-05-15 07:06:45.626 MMDVM_Bridge: M: 2020-05-15 07:06:45.626 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac) I: 2020-05-15 07:06:45.626 General Parameters I: 2020-05-15 07:06:45.626 Callsign: N6DOZ I: 2020-05-15 07:06:45.626 Id: 315069220 I: 2020-05-15 07:06:45.626 DMR: enabled I: 2020-05-15 07:06:45.626 DMR Network Parameters I: 2020-05-15 07:06:45.626 Address: 3103.repeater.net I: 2020-05-15 07:06:45.626 Port: 62031 I: 2020-05-15 07:06:45.626 Local: 62044 I: 2020-05-15 07:06:45.626 Slot 1: disabled I: 2020-05-15 07:06:45.626 Slot 2: enabled I: 2020-05-15 07:06:45.628 Callsign: N6DOZ M: 2020-05-15 07:06:45.629 DMR, Opening DMR Network I: 2020-05-15 07:06:45.807 DMR RF Parameters I: 2020-05-15 07:06:45.807 Id: 315069220 I: 2020-05-15 07:06:45.807 Color Code: 1 M: 2020-05-15 07:06:45.807 DMR, Opening INI file: DVSwitch.ini M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] Address -> 127.0.0.1 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] TXPort -> 32103 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] RXPort -> 32100 M: 2020-05-15 07:06:45.808 DMR, Setting [DMR] Slot -> 1 M: 2020-05-15 07:06:45.808 DMR, Transmitting on 127.0.0.1:32103 and listening on port 32100. Result = 1 M: 2020-05-15 07:06:45.808 MMDVM_Bridge-20191105_V1.4.1 is running M: 2020-05-15 07:06:55.827 DMR, Logged into the master successfully M: 2020-05-15 07:07:08.461 DMR, TX state = ON I: 2020-05-15 07:07:08.461 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:07:08.466 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:12:26.479 DMR Slot 2, received network voice header from N6DOZ to TG 311620 M: 2020-05-15 07:12:27.074 DMR Talker Alias (Data Format 1, Received 6/10 char): 'N6DOZ ' M: 2020-05-15 07:12:27.797 DMR Talker Alias (Data Format 1, Received 10/10 char): 'N6DOZ Rudy' M: 2020-05-15 07:12:30.077 DMR Slot 2, received network end of voice transmission, 3.7 seconds, 0% packet loss, BER: 0.0% M: 2020-05-15 07:12:33.744 DMR, TX state = ON I: 2020-05-15 07:12:33.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:37.402 DMR, TX state = OFF, DMR frame count was 64 frames M: 2020-05-15 07:12:46.744 DMR, TX state = ON I: 2020-05-15 07:12:46.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:49.231 DMR, TX state = OFF, DMR frame count was 45 frames M: 2020-05-15 07:16:53.065 DMR, TX state = ON I: 2020-05-15 07:16:53.065 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:16:53.070 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:18:24.956 Closing the MMDVM I: 2020-05-15 07:18:25.862 Stopped the DMR Id lookup reload thread M: 2020-05-15 07:18:25.863 DMR, Closing DMR Network I: 2020-05-15 07:18:25.863 MMDVM_Bridge-20191105_V1.4.1 exited on receipt of SIGINT ################################################################################# MB_BM I: 2020-05-15 07:06:45.626 MMDVM_Bridge: M: 2020-05-15 07:06:45.626 MMDVM_Bridge-20191105_V1.4.1 is starting M: 2020-05-15 07:06:45.626 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac) I: 2020-05-15 07:06:45.626 General Parameters I: 2020-05-15 07:06:45.626 Callsign: N6DOZ I: 2020-05-15 07:06:45.626 Id: 315069220 I: 2020-05-15 07:06:45.626 DMR: enabled I: 2020-05-15 07:06:45.626 DMR Network Parameters I: 2020-05-15 07:06:45.626 Address: 3103.repeater.net I: 2020-05-15 07:06:45.626 Port: 62031 I: 2020-05-15 07:06:45.626 Local: 62044 I: 2020-05-15 07:06:45.626 Slot 1: disabled I: 2020-05-15 07:06:45.626 Slot 2: enabled I: 2020-05-15 07:06:45.628 Info Parameters I: 2020-05-15 07:06:45.628 Callsign: N6DOZ M: 2020-05-15 07:06:45.629 DMR, Opening DMR Network I: 2020-05-15 07:06:45.807 DMR RF Parameters I: 2020-05-15 07:06:45.807 Id: 315069220 I: 2020-05-15 07:06:45.807 Color Code: 1 M: 2020-05-15 07:06:45.807 DMR, Opening INI file: DVSwitch.ini M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] Address -> 127.0.0.1 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] TXPort -> 32103 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] RXPort -> 32100 M: 2020-05-15 07:06:45.808 DMR, Setting [DMR] Slot -> 1 M: 2020-05-15 07:06:45.808 DMR, Transmitting on 127.0.0.1:32103 and listening on port 32100. Result = 1 M: 2020-05-15 07:06:45.808 MMDVM_Bridge-20191105_V1.4.1 is running M: 2020-05-15 07:06:55.827 DMR, Logged into the master successfully M: 2020-05-15 07:07:08.461 DMR, TX state = ON I: 2020-05-15 07:07:08.461 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:07:08.466 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:12:26.479 DMR Slot 2, received network voice header from N6DOZ to TG 311620 M: 2020-05-15 07:12:27.074 DMR Talker Alias (Data Format 1, Received 6/10 char): 'N6DOZ ' M: 2020-05-15 07:12:27.797 DMR Talker Alias (Data Format 1, Received 10/10 char): 'N6DOZ Rudy' M: 2020-05-15 07:12:30.077 DMR Slot 2, received network end of voice transmission, 3.7 seconds, 0% packet loss, BER: 0.0% M: 2020-05-15 07:12:33.744 DMR, TX state = ON I: 2020-05-15 07:12:33.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:37.402 DMR, TX state = OFF, DMR frame count was 64 frames M: 2020-05-15 07:12:46.744 DMR, TX state = ON I: 2020-05-15 07:12:46.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:49.231 DMR, TX state = OFF, DMR frame count was 45 frames M: 2020-05-15 07:16:53.065 DMR, TX state = ON I: 2020-05-15 07:16:53.065 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:16:53.070 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:18:24.956 Closing the MMDVM I: 2020-05-15 07:18:25.862 Stopped the DMR Id lookup reload thread M: 2020-05-15 07:18:25.863 DMR, Closing DMR Network I: 2020-05-15 07:18:25.863 MMDVM_Bridge-20191105_V1.4.1 exited on receipt of SIGINT
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
That sucks. I will add an export talkgroup in the future so you no longer need to run through dmrgateway just to adjust the destination.
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Ernie, I'll have to play with that setup.
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
> netstat -unap
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
udp 0 0 45.77.186.5:62030 0.0.0.0:* 772/xlxd
udp 0 0 0.0.0.0:62032 0.0.0.0:* 786/MMDVM_Bridge
udp 0 0 0.0.0.0:62033 0.0.0.0:* 1260/./MMDVM_Bridge
udp 0 0 0.0.0.0:51799 0.0.0.0:* 787/MMDVM_Bridge
udp 0 0 0.0.0.0:62044 0.0.0.0:* 1258/./MMDVM_Bridge
udp 0 0 45.77.186.5:8880 0.0.0.0:* 772/xlxd
udp 0 0 45.77.186.5:10001 0.0.0.0:* 772/xlxd
udp 0 0 45.77.186.5:10002 0.0.0.0:* 772/xlxd
udp 0 0 45.77.186.5:10100 0.0.0.0:* 772/xlxd
udp 0 0 45.77.186.5:42000 0.0.0.0:* 772/xlxd
udp 0 0 0.0.0.0:42001 0.0.0.0:* 526/YSFReflector
udp 0 0 127.0.0.53:53 0.0.0.0:* 503/systemd-resolve
udp 0 0 45.77.186.5:68 0.0.0.0:* 454/systemd-network
udp 0 0 45.77.186.5:3200 0.0.0.0:* 787/MMDVM_Bridge
udp 0 0 127.0.0.1:3200 0.0.0.0:* 786/MMDVM_Bridge
udp 0 0 45.77.186.5:30001 0.0.0.0:* 772/xlxd
udp 0 0 0.0.0.0:33100 0.0.0.0:* 787/MMDVM_Bridge
udp 0 0 0.0.0.0:33103 0.0.0.0:* 787/MMDVM_Bridge
udp 0 0 45.77.186.5:30051 0.0.0.0:* 772/xlxd
udp 0 0 0.0.0.0:32100 0.0.0.0:* 1258/./MMDVM_Bridge
udp 0 0 0.0.0.0:32103 0.0.0.0:* 1260/./MMDVM_Bridge
udp 0 0 0.0.0.0:31100 0.0.0.0:* 786/MMDVM_Bridge
udp 0 0 0.0.0.0:31103 0.0.0.0:* 786/MMDVM_Bridge
udp 0 0 45.77.186.5:20001 0.0.0.0:* 772/xlxd
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Eric, I think you might have hit it on the head.
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Steve, I could have sworn I put both on the last message. Let me try the logs again.
MB_BM I: 2020-05-15 07:06:45.626 MMDVM_Bridge: I: 2020-05-15 07:06:45.626 Portions Copyright (C) 2018 DVSwitch, INAD. I: 2020-05-15 07:06:45.626 Hacks by Mike N4IRR and Steve N4IRS I: 2020-05-15 07:06:45.626 = I: 2020-05-15 07:06:45.626 This software is for use on amateur radio networks only, I: 2020-05-15 07:06:45.626 it is to be used for educational purposes only. Its use on I: 2020-05-15 07:06:45.626 commercial networks is strictly prohibited. I: 2020-05-15 07:06:45.626 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others M: 2020-05-15 07:06:45.626 MMDVM_Bridge-20191105_V1.4.1 is starting M: 2020-05-15 07:06:45.626 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac) I: 2020-05-15 07:06:45.626 General Parameters I: 2020-05-15 07:06:45.626 Callsign: N6DOZ I: 2020-05-15 07:06:45.626 Id: 315069220 I: 2020-05-15 07:06:45.626 Duplex: no I: 2020-05-15 07:06:45.626 Timeout: 180s I: 2020-05-15 07:06:45.626 D-Star: disabled I: 2020-05-15 07:06:45.626 DMR: enabled I: 2020-05-15 07:06:45.626 YSF: disabled I: 2020-05-15 07:06:45.626 P25: disabled I: 2020-05-15 07:06:45.626 NXDN: disabled I: 2020-05-15 07:06:45.626 Modem Parameters I: 2020-05-15 07:06:45.626 Port: /dev/null I: 2020-05-15 07:06:45.626 RX Invert: no I: 2020-05-15 07:06:45.626 TX Invert: no I: 2020-05-15 07:06:45.626 PTT Invert: no I: 2020-05-15 07:06:45.626 TX Delay: 100ms I: 2020-05-15 07:06:45.626 RX Offset: 0Hz I: 2020-05-15 07:06:45.626 TX Offset: 0Hz I: 2020-05-15 07:06:45.626 RX DC Offset: 0 I: 2020-05-15 07:06:45.626 TX DC Offset: 0 I: 2020-05-15 07:06:45.626 RF Level: 100.0% I: 2020-05-15 07:06:45.626 DMR Delay: 0 (0.0ms) I: 2020-05-15 07:06:45.626 RX Level: 50.0% I: 2020-05-15 07:06:45.626 CW Id TX Level: 50.0% I: 2020-05-15 07:06:45.626 D-Star TX Level: 50.0% I: 2020-05-15 07:06:45.626 DMR TX Level: 50.0% I: 2020-05-15 07:06:45.626 YSF TX Level: 50.0% I: 2020-05-15 07:06:45.626 P25 TX Level: 50.0% I: 2020-05-15 07:06:45.626 NXDN TX Level: 50.0% I: 2020-05-15 07:06:45.626 RX Frequency: 432100000Hz (432100000Hz) I: 2020-05-15 07:06:45.626 TX Frequency: 432100100Hz (432100100Hz) M: 2020-05-15 07:06:45.626 Opening the MMDVM I: 2020-05-15 07:06:45.626 Display Parameters I: 2020-05-15 07:06:45.626 Type: I: 2020-05-15 07:06:45.626 DMR Network Parameters I: 2020-05-15 07:06:45.626 Address: 3103.repeater.net I: 2020-05-15 07:06:45.626 Port: 62031 I: 2020-05-15 07:06:45.626 Local: 62044 I: 2020-05-15 07:06:45.626 Jitter: 360ms I: 2020-05-15 07:06:45.626 Slot 1: disabled I: 2020-05-15 07:06:45.626 Slot 2: enabled I: 2020-05-15 07:06:45.626 Mode Hang: 3s I: 2020-05-15 07:06:45.628 Info Parameters I: 2020-05-15 07:06:45.628 Callsign: N6DOZ I: 2020-05-15 07:06:45.628 RX Frequency: 432100000Hz I: 2020-05-15 07:06:45.628 TX Frequency: 432100100Hz I: 2020-05-15 07:06:45.628 Power: 1W I: 2020-05-15 07:06:45.628 Latitude: 37.654202deg N I: 2020-05-15 07:06:45.628 Longitude: -122.429802deg E I: 2020-05-15 07:06:45.628 Height: 16m I: 2020-05-15 07:06:45.629 Location: "South San Francisco, CA USA" I: 2020-05-15 07:06:45.629 Description: "M2D_MMDVM_BRIDGE" I: 2020-05-15 07:06:45.629 URL: "https://www.qrz.com/db/N6DOZ" M: 2020-05-15 07:06:45.629 DMR, Opening DMR Network I: 2020-05-15 07:06:45.629 RSSI I: 2020-05-15 07:06:45.629 Mapping File: RSSI.dat W: 2020-05-15 07:06:45.629 Cannot open the RSSI data file - RSSI.dat I: 2020-05-15 07:06:45.629 DMR Id Lookups I: 2020-05-15 07:06:45.629 File: /var/lib/mmdvm/DMRIds.dat I: 2020-05-15 07:06:45.629 Reload: 24 hours I: 2020-05-15 07:06:45.807 Loaded 164301 Ids to the DMR callsign lookup table I: 2020-05-15 07:06:45.807 DMR RF Parameters I: 2020-05-15 07:06:45.807 Id: 315069220 I: 2020-05-15 07:06:45.807 Color Code: 1 I: 2020-05-15 07:06:45.807 Self Only: no I: 2020-05-15 07:06:45.807 Embedded LC Only: yes I: 2020-05-15 07:06:45.807 Dump Talker Alias Data: no I: 2020-05-15 07:06:45.807 Prefixes: 0 I: 2020-05-15 07:06:45.807 Call Hang: 3s I: 2020-05-15 07:06:45.807 TX Hang: 3s I: 2020-05-15 07:06:45.807 Mode Hang: 10s M: 2020-05-15 07:06:45.807 DMR, Opening INI file: DVSwitch.ini M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] Address -> 127.0.0.1 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] TXPort -> 32103 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] RXPort -> 32100 M: 2020-05-15 07:06:45.808 DMR, Setting [DMR] Slot -> 1 M: 2020-05-15 07:06:45.808 DMR, Transmitting on 127.0.0.1:32103 and listening on port 32100. Result = 1 M: 2020-05-15 07:06:45.808 MMDVM_Bridge-20191105_V1.4.1 is running I: 2020-05-15 07:06:45.808 Started the DMR Id lookup reload thread M: 2020-05-15 07:06:55.827 DMR, Logged into the master successfully M: 2020-05-15 07:07:08.461 DMR, TX state = ON I: 2020-05-15 07:07:08.461 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:07:08.466 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:12:26.479 DMR Slot 2, received network voice header from N6DOZ to TG 311620 M: 2020-05-15 07:12:27.074 DMR Talker Alias (Data Format 1, Received 6/10 char): 'N6DOZ ' M: 2020-05-15 07:12:27.797 DMR Talker Alias (Data Format 1, Received 10/10 char): 'N6DOZ Rudy' M: 2020-05-15 07:12:30.077 DMR Slot 2, received network end of voice transmission, 3.7 seconds, 0% packet loss, BER: 0.0% M: 2020-05-15 07:12:33.744 DMR, TX state = ON I: 2020-05-15 07:12:33.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:37.402 DMR, TX state = OFF, DMR frame count was 64 frames M: 2020-05-15 07:12:46.744 DMR, TX state = ON I: 2020-05-15 07:12:46.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:49.231 DMR, TX state = OFF, DMR frame count was 45 frames M: 2020-05-15 07:16:53.065 DMR, TX state = ON I: 2020-05-15 07:16:53.065 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:16:53.070 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:18:24.956 Closing the MMDVM I: 2020-05-15 07:18:25.862 Stopped the DMR Id lookup reload thread M: 2020-05-15 07:18:25.863 DMR, Closing DMR Network I: 2020-05-15 07:18:25.863 MMDVM_Bridge-20191105_V1.4.1 exited on receipt of SIGINT MB_XLX
I: 2020-05-15 07:06:45.626 MMDVM_Bridge: I: 2020-05-15 07:06:45.626 Portions Copyright (C) 2018 DVSwitch, INAD. I: 2020-05-15 07:06:45.626 Hacks by Mike N4IRR and Steve N4IRS I: 2020-05-15 07:06:45.626 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- I: 2020-05-15 07:06:45.626 This software is for use on amateur radio networks only, I: 2020-05-15 07:06:45.626 it is to be used for educational purposes only. Its use on I: 2020-05-15 07:06:45.626 commercial networks is strictly prohibited. I: 2020-05-15 07:06:45.626 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others M: 2020-05-15 07:06:45.626 MMDVM_Bridge-20191105_V1.4.1 is starting M: 2020-05-15 07:06:45.626 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac) I: 2020-05-15 07:06:45.626 General Parameters I: 2020-05-15 07:06:45.626 Callsign: N6DOZ I: 2020-05-15 07:06:45.626 Id: 315069220 I: 2020-05-15 07:06:45.626 Duplex: no I: 2020-05-15 07:06:45.626 Timeout: 180s I: 2020-05-15 07:06:45.626 D-Star: disabled I: 2020-05-15 07:06:45.626 DMR: enabled I: 2020-05-15 07:06:45.626 YSF: disabled I: 2020-05-15 07:06:45.626 P25: disabled I: 2020-05-15 07:06:45.626 NXDN: disabled I: 2020-05-15 07:06:45.626 Modem Parameters I: 2020-05-15 07:06:45.626 Port: /dev/null I: 2020-05-15 07:06:45.626 RX Invert: no I: 2020-05-15 07:06:45.626 TX Invert: no I: 2020-05-15 07:06:45.626 PTT Invert: no I: 2020-05-15 07:06:45.626 TX Delay: 100ms I: 2020-05-15 07:06:45.626 RX Offset: 0Hz I: 2020-05-15 07:06:45.626 TX Offset: 0Hz I: 2020-05-15 07:06:45.626 RX DC Offset: 0 I: 2020-05-15 07:06:45.626 TX DC Offset: 0 I: 2020-05-15 07:06:45.626 RF Level: 100.0% I: 2020-05-15 07:06:45.626 DMR Delay: 0 (0.0ms) I: 2020-05-15 07:06:45.626 RX Level: 50.0% I: 2020-05-15 07:06:45.626 CW Id TX Level: 50.0% I: 2020-05-15 07:06:45.626 D-Star TX Level: 50.0% I: 2020-05-15 07:06:45.626 DMR TX Level: 50.0% I: 2020-05-15 07:06:45.626 YSF TX Level: 50.0% I: 2020-05-15 07:06:45.626 P25 TX Level: 50.0% I: 2020-05-15 07:06:45.626 NXDN TX Level: 50.0% I: 2020-05-15 07:06:45.626 RX Frequency: 432100000Hz (432100000Hz) I: 2020-05-15 07:06:45.626 TX Frequency: 432100100Hz (432100100Hz) M: 2020-05-15 07:06:45.626 Opening the MMDVM I: 2020-05-15 07:06:45.626 Display Parameters I: 2020-05-15 07:06:45.626 Type: I: 2020-05-15 07:06:45.626 DMR Network Parameters I: 2020-05-15 07:06:45.626 Address: 3103.repeater.net I: 2020-05-15 07:06:45.626 Port: 62031 I: 2020-05-15 07:06:45.626 Local: 62044 I: 2020-05-15 07:06:45.626 Jitter: 360ms I: 2020-05-15 07:06:45.626 Slot 1: disabled I: 2020-05-15 07:06:45.626 Slot 2: enabled I: 2020-05-15 07:06:45.626 Mode Hang: 3s I: 2020-05-15 07:06:45.628 Info Parameters I: 2020-05-15 07:06:45.628 Callsign: N6DOZ I: 2020-05-15 07:06:45.628 RX Frequency: 432100000Hz I: 2020-05-15 07:06:45.628 TX Frequency: 432100100Hz I: 2020-05-15 07:06:45.628 Power: 1W I: 2020-05-15 07:06:45.628 Latitude: 37.654202deg N I: 2020-05-15 07:06:45.628 Longitude: -122.429802deg E I: 2020-05-15 07:06:45.628 Height: 16m I: 2020-05-15 07:06:45.629 Location: "South San Francisco, CA USA" I: 2020-05-15 07:06:45.629 Description: "M2D_MMDVM_BRIDGE" I: 2020-05-15 07:06:45.629 URL: "https://www.qrz.com/db/N6DOZ" M: 2020-05-15 07:06:45.629 DMR, Opening DMR Network I: 2020-05-15 07:06:45.629 RSSI I: 2020-05-15 07:06:45.629 Mapping File: RSSI.dat W: 2020-05-15 07:06:45.629 Cannot open the RSSI data file - RSSI.dat I: 2020-05-15 07:06:45.629 DMR Id Lookups I: 2020-05-15 07:06:45.629 File: /var/lib/mmdvm/DMRIds.dat I: 2020-05-15 07:06:45.629 Reload: 24 hours I: 2020-05-15 07:06:45.807 Loaded 164301 Ids to the DMR callsign lookup table I: 2020-05-15 07:06:45.807 DMR RF Parameters I: 2020-05-15 07:06:45.807 Id: 315069220 I: 2020-05-15 07:06:45.807 Color Code: 1 I: 2020-05-15 07:06:45.807 Self Only: no I: 2020-05-15 07:06:45.807 Embedded LC Only: yes I: 2020-05-15 07:06:45.807 Dump Talker Alias Data: no I: 2020-05-15 07:06:45.807 Prefixes: 0 I: 2020-05-15 07:06:45.807 Call Hang: 3s I: 2020-05-15 07:06:45.807 TX Hang: 3s I: 2020-05-15 07:06:45.807 Mode Hang: 10s M: 2020-05-15 07:06:45.807 DMR, Opening INI file: DVSwitch.ini M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] Address -> 127.0.0.1 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] TXPort -> 32103 M: 2020-05-15 07:06:45.807 DMR, Setting [DMR] RXPort -> 32100 M: 2020-05-15 07:06:45.808 DMR, Setting [DMR] Slot -> 1 M: 2020-05-15 07:06:45.808 DMR, Transmitting on 127.0.0.1:32103 and listening on port 32100. Result = 1 M: 2020-05-15 07:06:45.808 MMDVM_Bridge-20191105_V1.4.1 is running I: 2020-05-15 07:06:45.808 Started the DMR Id lookup reload thread M: 2020-05-15 07:06:55.827 DMR, Logged into the master successfully M: 2020-05-15 07:07:08.461 DMR, TX state = ON I: 2020-05-15 07:07:08.461 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:07:08.466 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:12:26.479 DMR Slot 2, received network voice header from N6DOZ to TG 311620 M: 2020-05-15 07:12:27.074 DMR Talker Alias (Data Format 1, Received 6/10 char): 'N6DOZ ' M: 2020-05-15 07:12:27.797 DMR Talker Alias (Data Format 1, Received 10/10 char): 'N6DOZ Rudy' M: 2020-05-15 07:12:30.077 DMR Slot 2, received network end of voice transmission, 3.7 seconds, 0% packet loss, BER: 0.0% M: 2020-05-15 07:12:33.744 DMR, TX state = ON I: 2020-05-15 07:12:33.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:37.402 DMR, TX state = OFF, DMR frame count was 64 frames M: 2020-05-15 07:12:46.744 DMR, TX state = ON I: 2020-05-15 07:12:46.744 DMR, Begin TX: src=3135404 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:12:49.231 DMR, TX state = OFF, DMR frame count was 45 frames M: 2020-05-15 07:16:53.065 DMR, TX state = ON I: 2020-05-15 07:16:53.065 DMR, Begin TX: src=3150692 rpt=0 dst=9 slot=1 cc=0 metadata=N6DOZ M: 2020-05-15 07:16:53.070 DMR, TX state = OFF, DMR frame count was 2 frames M: 2020-05-15 07:18:24.956 Closing the MMDVM I: 2020-05-15 07:18:25.862 Stopped the DMR Id lookup reload thread M: 2020-05-15 07:18:25.863 DMR, Closing DMR Network I: 2020-05-15 07:18:25.863 MMDVM_Bridge-20191105_V1.4.1 exited on receipt of SIGINT ---- Here are the snips of the .ini files. MB_BM
MMDVM_Bridge.ini
[General] Callsign=N6DOZ Id=315069220 Timeout=180 Duplex=0
[DMR] Enable=1 ColorCode=1 EmbeddedLCOnly=1 DumpTAData=0
[DMR Network] ; to DMR Enable=1 Address=3103.repeater.net #Address=127.0.0.1 Port=62031 Jitter=360 Local=62044 Password=passw0rd # for DMR+ see https://github.com/DVSwitch/MMDVM_Bridge/blob/master/DOC/DMRplus_startu$ # for XLX the syntax is: Options=XLX:4009 # Options= Slot1=0 Slot2=1 Debug=0
DVSwitch.ini
; Configure the DMR Partner ; Audio format is AMBE 72 bit [DMR] Address = 127.0.0.1 ; Address to send AMBE TLV frames to (export) TXPort = 32103 ; Port to send AMBE TLV frames to (export) RXPort = 32100 ; Port to listen on (import) ; Slot = 2 ; Export slot Slot = 1 ; Export slot
MB_XLX
MMDVM_Bridge.ini
[General] Callsign=N6DOZ Id=3150692 Timeout=180 Duplex=0
[DMR] Enable=1 ColorCode=1 EmbeddedLCOnly=1 DumpTAData=0
[DMR Network] ; to XLX Enable=1 Address=45.77.186.5 Port=62030 Jitter=360 Local=62033 Password=passw0rd # for DMR+ see https://github.com/DVSwitch/MMDVM_Bridge/blob/master/DOC/DMRplus_startu$ # for XLX the syntax is: Options=XLX:4009 # Options= Options=XLX:4001 Slot1=0 Slot2=1 Debug=0
DVSwitch.ini
; Configure the DMR Partner ; Audio format is AMBE 72 bit [DMR] Address = 127.0.0.1 ; Address to send AMBE TLV frames to (export) TXPort = 32100 ; Port to send AMBE TLV frames to (export) RXPort = 32103 ; Port to listen on (import) ; Slot = 2 ; Export slot Slot = 1 ; Export slot
|
|
Re: Setting up YSF
Pete Fierro
toggle quoted messageShow quoted text
|
|
Re: Setting up YSF
Pete,
If your set up is ASL to YSF, leave AB.ini to TG-9 and make sure point MB.ini YSF to your YSF reflector IP or DNS. 73, Eric
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Rudy,
toggle quoted messageShow quoted text
You should have 2 different MB log files. One for MB_BM and one for MB_XLX See the [Log] stanza in each MB.ini Look at the FileRoot value for each MB. Steve
On 5/15/2020 9:10 AM, Rudy N6DOZ wrote:
Steve, here's the logs for both MBs.
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Rudy,
Double check your MB_BM DVSwitch.ini set to slot 1, should be slot 2. M: 2020-05-15 07:06:48.384 DMR, Opening INI file: DVSwitch.ini M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] Address -> 127.0.0.1
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] TXPort -> 32100
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] RXPort -> 32103
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] Slot -> 1 73, Eric
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Ernie,
So do you have it setup as the more previous way (Steve Millar's doc https://docs.google.com/document/d/1n17cx_9elLJoMmcQWM0_XOm2dicKdIC6ar_0S16904A/edit) with two DMRGateways? Would you mind sharing your .ini snips?
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
Steve, here's the logs for both MBs.
MB_BM I: 2020-05-15 07:06:42.831 MMDVM_Bridge-20191105_V1.4.1 exited on receipt of SIGINT
I: 2020-05-15 07:06:45.626 MMDVM_Bridge:
I: 2020-05-15 07:06:45.626 Portions Copyright (C) 2018 DVSwitch, INAD.
I: 2020-05-15 07:06:45.626 Hacks by Mike N4IRR and Steve N4IRS
I: 2020-05-15 07:06:45.626 =
I: 2020-05-15 07:06:48.213 This software is for use on amateur radio networks only,
I: 2020-05-15 07:06:48.213 it is to be used for educational purposes only. Its use on
I: 2020-05-15 07:06:48.213 commercial networks is strictly prohibited.
I: 2020-05-15 07:06:48.213 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others
M: 2020-05-15 07:06:48.213 MMDVM_Bridge-20191105_V1.4.1 is starting
M: 2020-05-15 07:06:48.213 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac)
I: 2020-05-15 07:06:48.213 General Parameters
I: 2020-05-15 07:06:48.213 Callsign: N6DOZ
I: 2020-05-15 07:06:48.213 Id: 3150692
I: 2020-05-15 07:06:48.213 Duplex: no
I: 2020-05-15 07:06:48.213 Timeout: 180s
I: 2020-05-15 07:06:48.213 D-Star: disabled
I: 2020-05-15 07:06:48.213 DMR: enabled
I: 2020-05-15 07:06:48.213 YSF: disabled
I: 2020-05-15 07:06:48.213 P25: disabled
I: 2020-05-15 07:06:48.213 NXDN: disabled
I: 2020-05-15 07:06:48.213 Modem Parameters
I: 2020-05-15 07:06:48.214 Port: /dev/null
I: 2020-05-15 07:06:48.214 RX Invert: no
I: 2020-05-15 07:06:48.214 TX Invert: no
I: 2020-05-15 07:06:48.214 PTT Invert: no
I: 2020-05-15 07:06:48.214 TX Delay: 100ms
I: 2020-05-15 07:06:48.214 RX Offset: 0Hz
I: 2020-05-15 07:06:48.214 TX Offset: 0Hz
I: 2020-05-15 07:06:48.214 RX DC Offset: 0
I: 2020-05-15 07:06:48.214 TX DC Offset: 0
I: 2020-05-15 07:06:48.214 RF Level: 100.0%
I: 2020-05-15 07:06:48.214 DMR Delay: 0 (0.0ms)
I: 2020-05-15 07:06:48.214 RX Level: 50.0%
I: 2020-05-15 07:06:48.214 CW Id TX Level: 50.0%
I: 2020-05-15 07:06:48.214 D-Star TX Level: 50.0%
I: 2020-05-15 07:06:48.214 DMR TX Level: 50.0%
I: 2020-05-15 07:06:48.214 YSF TX Level: 50.0%
I: 2020-05-15 07:06:48.214 P25 TX Level: 50.0%
I: 2020-05-15 07:06:48.215 NXDN TX Level: 50.0%
I: 2020-05-15 07:06:48.215 RX Frequency: 432100000Hz (432100000Hz)
I: 2020-05-15 07:06:48.215 TX Frequency: 432100100Hz (432100100Hz)
M: 2020-05-15 07:06:48.215 Opening the MMDVM
I: 2020-05-15 07:06:48.215 Display Parameters
I: 2020-05-15 07:06:48.215 Type:
I: 2020-05-15 07:06:48.215 DMR Network Parameters
I: 2020-05-15 07:06:48.215 Address: 45.77.186.5
I: 2020-05-15 07:06:48.215 Port: 62030
I: 2020-05-15 07:06:48.215 Local: 62033
I: 2020-05-15 07:06:48.215 Jitter: 360ms
I: 2020-05-15 07:06:48.215 Slot 1: disabled
I: 2020-05-15 07:06:48.215 Slot 2: enabled
I: 2020-05-15 07:06:48.215 Mode Hang: 3s
I: 2020-05-15 07:06:48.215 Options: XLX:4001
I: 2020-05-15 07:06:48.215 Info Parameters
I: 2020-05-15 07:06:48.215 Callsign: N6DOZ
I: 2020-05-15 07:06:48.216 RX Frequency: 432100000Hz
I: 2020-05-15 07:06:48.216 TX Frequency: 432100100Hz
I: 2020-05-15 07:06:48.216 Power: 1W
I: 2020-05-15 07:06:48.216 Latitude: 37.654202deg N
I: 2020-05-15 07:06:48.216 Longitude: -122.429802deg E
I: 2020-05-15 07:06:48.216 Height: 16m
I: 2020-05-15 07:06:48.216 Location: "South San Francisco, CA USA"
I: 2020-05-15 07:06:48.216 Description: "M2X_MMDVM_BRIDGE"
I: 2020-05-15 07:06:48.216 URL: "https://www.qrz.com/db/N6DOZ"
M: 2020-05-15 07:06:48.216 DMR, Opening DMR Network
I: 2020-05-15 07:06:48.216 RSSI
I: 2020-05-15 07:06:48.216 Mapping File: RSSI.dat
W: 2020-05-15 07:06:48.216 Cannot open the RSSI data file - RSSI.dat
I: 2020-05-15 07:06:48.216 DMR Id Lookups
I: 2020-05-15 07:06:48.216 File: /var/lib/mmdvm/DMRIds.dat
I: 2020-05-15 07:06:48.216 Reload: 24 hours
I: 2020-05-15 07:06:48.383 Loaded 164301 Ids to the DMR callsign lookup table
I: 2020-05-15 07:06:48.384 DMR RF Parameters
I: 2020-05-15 07:06:48.384 Id: 3150692
I: 2020-05-15 07:06:48.384 Color Code: 1
I: 2020-05-15 07:06:48.384 Self Only: no
I: 2020-05-15 07:06:48.384 Embedded LC Only: yes
I: 2020-05-15 07:06:48.384 Dump Talker Alias Data: no
I: 2020-05-15 07:06:48.384 Prefixes: 0
I: 2020-05-15 07:06:48.384 Call Hang: 3s
I: 2020-05-15 07:06:48.384 TX Hang: 3s
I: 2020-05-15 07:06:48.384 Mode Hang: 10s
M: 2020-05-15 07:06:48.384 DMR, Opening INI file: DVSwitch.ini
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] Address -> 127.0.0.1
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] TXPort -> 32100
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] RXPort -> 32103
M: 2020-05-15 07:06:48.385 DMR, Setting [DMR] Slot -> 1
M: 2020-05-15 07:06:48.385 DMR, Transmitting on 127.0.0.1:32100 and listening on port 32103. Result = 1
M: 2020-05-15 07:06:48.385 MMDVM_Bridge-20191105_V1.4.1 is running
I: 2020-05-15 07:06:48.385 Started the DMR Id lookup reload thread
M: 2020-05-15 07:07:08.405 DMR, Logged into the master successfully
M: 2020-05-15 07:07:08.405 DMR, Remote CMD: txTg=4000
M: 2020-05-15 07:07:08.405 DMR, Tune: id=3150692, tg=4000, mode=Group
M: 2020-05-15 07:07:08.405 DMR, Remote CMD: txTg=4001
M: 2020-05-15 07:07:08.405 DMR, Tune: id=3150692, tg=4001, mode=Group
M: 2020-05-15 07:07:08.456 DMR Slot 2, received network voice header from N6DOZ to TG 9
M: 2020-05-15 07:07:08.461 DMR Slot 2, received network end of voice transmission, 0.1 seconds, 0% packet loss, BER: 0.0%
M: 2020-05-15 07:12:26.479 DMR, TX state = ON
I: 2020-05-15 07:12:26.479 DMR, Begin TX: src=3135404 rpt=0 dst=311620 slot=1 cc=0 metadata=N6DOZ
M: 2020-05-15 07:12:30.077 DMR, TX state = OFF, DMR frame count was 62 frames
M: 2020-05-15 07:12:33.743 DMR Slot 2, received network voice header from N6DOZ to TG 9
M: 2020-05-15 07:12:37.402 DMR Slot 2, received network end of voice transmission, 3.9 seconds, 1% packet loss, BER: 0.0%
M: 2020-05-15 07:12:46.739 DMR Slot 2, received network voice header from N6DOZ to TG 9
M: 2020-05-15 07:12:49.226 DMR Slot 2, received network end of voice transmission, 3.1 seconds, 11% packet loss, BER: 0.0%
M: 2020-05-15 07:13:15.060 Closing the MMDVM
I: 2020-05-15 07:13:15.417 Stopped the DMR Id lookup reload thread
M: 2020-05-15 07:13:15.418 DMR, Closing DMR Network
|
|
Re: Bridging XLX to BM DMR (New Way 2020)
#mmdvm_bridge
XLX Will be passing its traffic via Tg9.
What I do is MB to MB to Dmrgateway.
In the settings of the Dmrgateway rewrite tg9 to tg on Brandmeister.
This works well on Dmr+ and Brandmeister.
You can also rewrite from slot2 to slot1.
This setup will run all day every day without needing a restart.
From: main@DVSwitch.groups.io <main@DVSwitch.groups.io> on behalf of Steve N4IRS <szingman@...>
Sent: Friday, May 15, 2020 10:40:58 AM To: main@DVSwitch.groups.io <main@DVSwitch.groups.io> Subject: Re: [DVSwitch] Bridging XLX to BM DMR (New Way 2020) #mmdvm_bridge #mmdvm_bridge logs snips? ini snips?
On 5/15/20 3:29 AM, Rudy N6DOZ wrote:
After putting a static TG through BM selfcare, I was able to hear audio coming from someone on the BM TG side.
|
|