Page 1 of 1

4 DMR Networks on 1 Pistar with 2 TSs best practice?

Posted: Mon Apr 19, 2021 1:42 pm
by G8PY
Hello,

Thanks for reading this post, what I am trying to achieve is DMR+, BM, TGIF & FreeDMR UK servers connected on one PiStar. I have this working and all 4 networks show connected in the Dashboard, the bit I am really struggling with, is figuring out the best re-writes etc and what to put where!

I have two timeslots, I would therefore imagine, it would make sense to put two networks on each timeslot, but beyond that, I have no idea!

Does anyone have any suggestions better still example config they have used?

73s Craig - G8PY

Re: 4 DMR Networks on 1 Pistar with 2 TSs best practice?

Posted: Fri Apr 23, 2021 2:10 pm
by K2IE
I have a duplex hotspot that connects to:

HBlink
XLX
Brandmeister
TGIF
DMR+
DMR2YSF

Network 1 -- Brandmeister
TGRewrite0=1,9,1,9,1
TypeRewrite1=1,9990,1,9990
SrcRewrite1=1,4000,1,9,1001
PassAllTG=1
PassAllPC=1

Network 2 - DMR+
TGRewrite0=2,8,2,9,1
TGRewrite1=2,80505,2,505,1
TGRewrite2=2,80800,2,800,100
TGRewrite3=2,83801,2,3801,8
TGRewrite4=2,89990,2,9990,1
TGRewrite5=2,80001,1,1,9999
TGRewrite6=2,80001,2,1,9999
PCRewrite0=2,84000,2,4000,1001

Network 3 - DMR2YSF
TGRewrite0=2,7000001,2,1,999998
SrcRewrite0=2,1,2,7000001,999998
PCRewrite0=2,7000001,2,1,999998

Network 4 - TGIF
PCRewrite1=1,4009990,1,9990,1
TypeRewrite1=1,4009990,1,9990
TGRewrite1=1,4000001,1,1,999999
SrcRewrite1=1,9990,1,4009990,1
SrcRewrite3=1,1,1,4000001,999999

Network 5 - HBlink (using TGs <100)
TGRewrite=2,2,2,2,98

This works for me, but please don't follow blindly. Read over the rules and make sure they'll work for your use case before implementing.

73,

Dan K2IE

Re: 4 DMR Networks on 1 Pistar with 2 TSs best practice?

Posted: Fri Apr 23, 2021 3:53 pm
by G8PY
Thanks, I'll take a close read over it and take some of the parts out. I really appreciate the reply though.