|
Re: C-Bridge to P25 Reflector Bridge
Can't that be controlled at the c-Bridge?
Can't that be controlled at the c-Bridge?
|
By
Steve N4IRS
·
#2803
·
|
|
Re: C-Bridge to P25 Reflector Bridge
Still looking for some help or a point in the right direction.
I am wanting to only allow only certain timeslot/group IDs, etc. to pass between the cbridge and analog_bridge
Still looking for some help or a point in the right direction.
I am wanting to only allow only certain timeslot/group IDs, etc. to pass between the cbridge and analog_bridge
|
By
Michael KD5DFB
·
#2802
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
Bad idea. Get the whole repo(s)
git clone -b IPSC_Bridge https://github.com/n0mjs710/DMRlink.git
git clone -b HB_Bridge https://github.com/n0mjs710/HBlink
Bad idea. Get the whole repo(s)
git clone -b IPSC_Bridge https://github.com/n0mjs710/DMRlink.git
git clone -b HB_Bridge https://github.com/n0mjs710/HBlink
|
By
Steve N4IRS
·
#2801
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
I understood Steve's comments and ran that command, which worked. /var/log did exist, but the dmrlink dir underneath it didn't. I have successfully connected it to my cbridge now by running the
I understood Steve's comments and ran that command, which worked. /var/log did exist, but the dmrlink dir underneath it didn't. I have successfully connected it to my cbridge now by running the
|
By
Jason Johnston
·
#2800
·
|
|
Re: Potential Openbridge usage
Uh... openbridge still requires upstream admins to configure things, similar to setting up the cc-cc connections.
Uh... openbridge still requires upstream admins to configure things, similar to setting up the cc-cc connections.
|
By
Cort N0MJS <n0mjs@...>
·
#2799
·
|
|
Re: Potential Openbridge usage
Thanks for the reply's. I was thinking of it strictly from an upstream administration perspective. Setup/Changes would only have to be made once on the provider side limiting the administration they
Thanks for the reply's. I was thinking of it strictly from an upstream administration perspective. Setup/Changes would only have to be made once on the provider side limiting the administration they
|
By
Bill N2WNS
·
#2798
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
I probably should have used mkdir -p but it's a good bet that /var/log already exists.
I probably should have used mkdir -p but it's a good bet that /var/log already exists.
|
By
Steve N4IRS
·
#2797
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
I think what Steve was trying to convey was if the directory does not exist, create it.
And
If the log file does not exist, create it > touch /var/log/dmrlink/dmrlink.log
set
I think what Steve was trying to convey was if the directory does not exist, create it.
And
If the log file does not exist, create it > touch /var/log/dmrlink/dmrlink.log
set
|
By
Mike KB8JNM
·
#2796
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
Yes that did it. I'm working on the next part now
--
73 de
Jason - KC5HWB
www.LiveFromTheHamshack.tv
Yes that did it. I'm working on the next part now
--
73 de
Jason - KC5HWB
www.LiveFromTheHamshack.tv
|
By
Jason Johnston
·
#2795
·
|
|
Re: Potential Openbridge usage
If you have c-Bridges you should just use the CC-CC protocol between them and MARC’s c-Bridges and to BM’s servers (which also speak c-Bridge). Stuffing my software in the middle of a setup like
If you have c-Bridges you should just use the CC-CC protocol between them and MARC’s c-Bridges and to BM’s servers (which also speak c-Bridge). Stuffing my software in the middle of a setup like
|
By
Cort N0MJS <n0mjs@...>
·
#2794
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
So it is telling you that it can’t wrote the log file.
'/var/log/dmrlink/dmrlink.log
So it is telling you that it can’t wrote the log file.
'/var/log/dmrlink/dmrlink.log
|
By
Corey Dean N3FE <n3fe@...>
·
#2793
·
|
|
Re: Potential Openbridge usage
I am using the minimal single core and 1 gig of ram with 3 different OB connections and many talkgroups at that, some repeaters, and a cbridge ipsc connection and The virtual machine is pretty much
I am using the minimal single core and 1 gig of ram with 3 different OB connections and many talkgroups at that, some repeaters, and a cbridge ipsc connection and The virtual machine is pretty much
|
By
Corey Dean N3FE <n3fe@...>
·
#2792
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
mkdir /var/log/dmrlink
By
Steve N4IRS
·
#2791
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
Reinstalled OS - I am actually running Debian 9 now.
I ran the python install instructions above, then started on the instructions in Reply #2727
When running the DMRlink.py command, I get the
Reinstalled OS - I am actually running Debian 9 now.
I ran the python install instructions above, then started on the instructions in Reply #2727
When running the DMRlink.py command, I get the
|
By
Jason Johnston
·
#2790
·
|
|
Potential Openbridge usage
I'm looking to spin up 2 C-Bridges in two different geographic areas that will have different traffic needs. To ease administration on the upstream the BM/MARC providers, should I implement OB to get
I'm looking to spin up 2 C-Bridges in two different geographic areas that will have different traffic needs. To ease administration on the upstream the BM/MARC providers, should I implement OB to get
|
By
Bill N2WNS
·
#2789
·
|
|
Re: scheduled nightly YSF/NXDN/P25 reflector restarts?
Ahh great, thanks Mike, I'll give it a shot!
Ahh great, thanks Mike, I'll give it a shot!
|
By
Russell, KV4S
·
#2788
·
|
|
Re: scheduled nightly YSF/NXDN/P25 reflector restarts?
Edit your etc/contab
and place a line similar to this
25 17 * * * root /path/to/reflector.sh restart
remember to restart cron
If you know little of crontab, google info so you know how to
Edit your etc/contab
and place a line similar to this
25 17 * * * root /path/to/reflector.sh restart
remember to restart cron
If you know little of crontab, google info so you know how to
|
By
Mike KB8JNM
·
#2787
·
Edited
|
|
scheduled nightly YSF/NXDN/P25 reflector restarts?
at little off topic for DVSwitch but I was trying to get some help on a way to schedule restarts of YSF/NXDN/P25 reflectors without restarting the whole server?
73,
Russell, KV4S
at little off topic for DVSwitch but I was trying to get some help on a way to schedule restarts of YSF/NXDN/P25 reflectors without restarting the whole server?
73,
Russell, KV4S
|
By
Russell, KV4S
·
#2786
·
|
|
Re: Hblink passwords
Jean,
I’m not sure what you’re asking.
My main production system currently has 4 masters and all four use different passwords – no problem. The only thing I can think of is to look at each
Jean,
I’m not sure what you’re asking.
My main production system currently has 4 masters and all four use different passwords – no problem. The only thing I can think of is to look at each
|
By
Cort N0MJS <n0mjs@...>
·
#2785
·
|
|
Hblink passwords
Hi from France, and first of all happy new year 2019 to all members of the group, and thanks for all the job done here !
I run an hblink server here with three different Masters and everything is
Hi from France, and first of all happy new year 2019 to all members of the group, and thanks for all the job done here !
I run an hblink server here with three different Masters and everything is
|
By
Jean Darmont
·
#2784
·
|