AllStar and DummyRepeater
I'm looking to build a a gateway between AllStar and D-STAR, and I've seen references to using DummyRepeater and IRCDDBGateway, instead of Analog_Bridge. This has the advantage for me of being able to repurpose a blue DV Dongle to do the DSAMBE conversion, saving a bit of money and postage time (postage is quite slow these days) I am aware there is a modification for DummyRepeater that allows it to use the USRP interface, making it a perfect fit for AllStar, and I have the AllStar side configured. However, from there, documentation seems to be lacking, and I couldn't find the patch (found a dead Guthub link). Anyone have any more info? -- 73 de Tony VK3JED/VK3IRL http://vkradio.com
|
|

Steve N4IRS
Chris,
It sounds like netcheck does not think your internet connection is
coming up fast enough.
Make a backup of mmdvm_bridge.system and edit the file:
[Unit]
Description=MMDVM_Bridge Service
# Description=Place this file in /lib/systemd/system
# Description=N4IRS 04/20/2018
# The device name should point to the
# port the mmdvm is plugged into.
# For USB ports (Arduino Due)
# BindTo=dev-ttyACM0.device
#
# To make the network-online.target available
# systemctl enable systemd-networkd-wait-online.service
After=network-online.target syslog.target # netcheck.service
# Requires=netcheck.service
Wants=network-online.target
[Service]
Type=simple
Restart=always
RestartSec=3
Restart=on-abort
StandardOutput=null
WorkingDirectory=/opt/MMDVM_Bridge
ExecStartPre = /bin/sh -c 'echo "Starting MMDVM_Bridge: [`date
+%%T.%%3N`]" >> $
ExecStart=/opt/MMDVM_Bridge/MMDVM_Bridge
/opt/MMDVM_Bridge/MMDVM_Bridge.ini
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
[Install]
WantedBy=multi-user.target
I bolded the 2 places to comment out netcheck.
reboot and verify mmdvm_bridge is starting.
Steve N4IRS
toggle quoted messageShow quoted text
On 8/1/20 10:53 PM, Chris Whitam wrote:
On Sat, Aug 1, 2020 at 10:11 PM, Steve N4IRS wrote:
mmdvm_bridge.system
Here is what it looks like
[Unit]
Description=MMDVM_Bridge Service
# Description=Place this file in
/lib/systemd/system
# Description=N4IRS 04/20/2018
# The device name should point to the
# port the mmdvm is plugged into.
# For USB ports (Arduino Due)
# BindTo=dev-ttyACM0.device
#
# To make the network-online.target
available
# systemctl enable
systemd-networkd-wait-online.service
After=network-online.target
syslog.target netcheck.service
Requires=netcheck.service
Wants=network-online.target
[Service]
Type=simple
Restart=always
RestartSec=3
Restart=on-abort
StandardOutput=null
WorkingDirectory=/opt/MMDVM_Bridge
ExecStartPre = /bin/sh -c 'echo
"Starting MMDVM_Bridge: [`date +%%T.%%3N`]" >> $
ExecStart=/opt/MMDVM_Bridge/MMDVM_Bridge
/opt/MMDVM_Bridge/MMDVM_Bridge.ini
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
[Install]
WantedBy=multi-user.target
|
|
On Sat, Aug 1, 2020 at 10:11 PM, Steve N4IRS wrote:
mmdvm_bridge.system
Here is what it looks like
[Unit]
Description=MMDVM_Bridge Service
# Description=Place this file in /lib/systemd/system
# Description=N4IRS 04/20/2018
# The device name should point to the
# port the mmdvm is plugged into.
# For USB ports (Arduino Due)
# BindTo=dev-ttyACM0.device
#
# To make the network-online.target available
# systemctl enable systemd-networkd-wait-online.service
After=network-online.target syslog.target netcheck.service
Requires=netcheck.service
Wants=network-online.target
[Service]
Type=simple
Restart=always
RestartSec=3
Restart=on-abort
StandardOutput=null
WorkingDirectory=/opt/MMDVM_Bridge
ExecStartPre = /bin/sh -c 'echo "Starting MMDVM_Bridge: [`date +%%T.%%3N`]" >> $
ExecStart=/opt/MMDVM_Bridge/MMDVM_Bridge /opt/MMDVM_Bridge/MMDVM_Bridge.ini
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
[Install]
WantedBy=multi-user.target
|
|

Steve N4IRS
Show me your /lib/systemd/system/mmdvm_bridge.system
toggle quoted messageShow quoted text
On 8/1/20 9:59 PM, Chris Whitam wrote:
So it appears I have an issue when I do
the status.
mmdvm_bridge.service - MMDVM_Bridge
Service
Loaded:
loaded (/lib/systemd/system/mmdvm_bridge.service; enabled;
vendor preset: enabled)
Active:
inactive (dead)
Jul 31 22:49:49 DVSWITCH systemd[1]: Dependency
failed for MMDVM_Bridge Service.
Jul 31 22:49:49 DVSWITCH systemd[1]: mmdvm_bridge.service:
Job mmdvm_bridge.servic
|
|
So it appears I have an issue when I do the status.
mmdvm_bridge.service - MMDVM_Bridge Service
Loaded: loaded (/lib/systemd/system/mmdvm_bridge.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Jul 31 22:49:49 DVSWITCH systemd[1]: Dependency failed for MMDVM_Bridge Service.
Jul 31 22:49:49 DVSWITCH systemd[1]: mmdvm_bridge.service: Job mmdvm_bridge.servic
|
|
Re: #brandmeister How can I link YSFReflector to BM talkgroup?
#brandmeister
|
|

Steve N4IRS
Chris,
Here is the output of enable disable and status:
root@dvswitch-server:/home/dvswitch# systemctl disable mmdvm_bridge
Removed
/etc/systemd/system/multi-user.target.wants/mmdvm_bridge.service.
root@dvswitch-server:/home/dvswitch# systemctl enable mmdvm_bridge
Created symlink
/etc/systemd/system/multi-user.target.wants/mmdvm_bridge.service →
/lib/systemd/system/mmdvm_bridge.service.
root@dvswitch-server:/home/dvswitch# systemctl status mmdvm_bridge
● mmdvm_bridge.service - MMDVM_Bridge Service
Loaded: loaded (/lib/systemd/system/mmdvm_bridge.service; enabled;
vendor preset: enabled)
Active: active (running) since Fri 2020-07-31 06:42:48 EDT; 24h
ago
Main PID: 3091 (MMDVM_Bridge)
Tasks: 3 (limit: 2068)
CGroup: /system.slice/mmdvm_bridge.service
└─3091 /opt/MMDVM_Bridge/MMDVM_Bridge
/opt/MMDVM_Bridge/MMDVM_Bridge.ini
Jul 31 06:42:48 dvswitch-server systemd[1]: Starting MMDVM_Bridge
Service...
Jul 31 06:42:48 dvswitch-server systemd[1]: Started MMDVM_Bridge
Service.
I bolded the important info for troubleshooting
73, Steve N4IRS
toggle quoted messageShow quoted text
On 7/31/20 11:12 PM, Chris Whitam
wrote:
Good Evening, I have a pi setup with The Quantar bridge suite of
software which has been running with no problem for a year or two
now. (When I turn it on). As there
had been no updates to the os or dvswitch since then, I went ahead
and did a apt-get update and apt-get upgrade. Now the
mmdvm_bridge will no longer automatically start on boot up,
however quantar_bridge, p25gateway, etc all still work fine. If I
do systemctl mmdvm_bridge the mmdvm bridge starts running right
away and then everything works like normal, it just will not
automatically start. I tried a systemctl disable mmdvm_bridge,
then reboot, then systemctl enable mmdvm_bridge and that had no
effect. Anyone have any other ideas so that I do not have to
manually start mmdvm_bridge every time the pi powers up. Thanks!
|
|
Good Evening, I have a pi setup with The Quantar bridge suite of software which has been running with no problem for a year or two now. (When I turn it on). As there had been no updates to the os or dvswitch since then, I went ahead and did a apt-get update and apt-get upgrade. Now the mmdvm_bridge will no longer automatically start on boot up, however quantar_bridge, p25gateway, etc all still work fine. If I do systemctl mmdvm_bridge the mmdvm bridge starts running right away and then everything works like normal, it just will not automatically start. I tried a systemctl disable mmdvm_bridge, then reboot, then systemctl enable mmdvm_bridge and that had no effect. Anyone have any other ideas so that I do not have to manually start mmdvm_bridge every time the pi powers up. Thanks!
|
|
Yes user blocked comes from bm, but not “muted”
toggle quoted messageShow quoted text
On Jul 30, 2020, at 11:06 PM, Brad N8PC <bradn8pc@...> wrote:
if it says user blocked it is brandmeister. you have to wait 1 hr
for it to unlock or switch servers
On 7/30/2020 10:10 AM, Steve N4IRS
wrote:
Well,
Neither AB or MB generate a voice message so...
On 7/30/2020 10:08 AM, Michael Rickey
(AF6FB) wrote:
Thanks for getting back to me. The BrandMeister team assured me
this message was not coming from them...
Michael AF6FB
_.
|
|

Brad N8PC
if it says user blocked it is brandmeister. you have to wait 1 hr
for it to unlock or switch servers
toggle quoted messageShow quoted text
On 7/30/2020 10:10 AM, Steve N4IRS
wrote:
Well,
Neither AB or MB generate a voice message so...
On 7/30/2020 10:08 AM, Michael Rickey
(AF6FB) wrote:
Thanks for getting back to me. The BrandMeister team assured me
this message was not coming from them...
Michael AF6FB
_.
|
|

Steve N4IRS
Well,
Neither AB or MB generate a voice message so...
toggle quoted messageShow quoted text
On 7/30/2020 10:08 AM, Michael Rickey
(AF6FB) wrote:
Thanks for getting back to me. The BrandMeister team assured me
this message was not coming from them...
Michael AF6FB
|
|

Michael Rickey (AF6FB)
Thanks for getting back to me. The BrandMeister team assured me this message was not coming from them...
Michael AF6FB
|
|
Re: P25Reflector install help...
Got it, thanks. I'm using the instructions from 927.org. I'm surprised I've gotten as far as I have, given all the typos (periods instead of forward slashes, mixing cases, etc.) that slowed me down by a couple of hours...
-Bob KK6RQ
toggle quoted messageShow quoted text
On Tue, Jul 28, 2020 at 7:04 PM Steve N4IRS < szingman@...> wrote:
No,
It's just knowing who wrote the software and who created Pi-Star.
(Google MMDVM and Pi-Star would have turned that up) I believe
Pi-Star has a forum and the MMDVM was discussed on Yahoo before they
shut down their mail lists. The P25Reflector is somewhat outside of
the areas we support.
On 7/28/20 7:55 PM, Bob KK6RQ wrote:
OK, thanks. I didn't see any reference to that in any of
the docs or forum discussion. Did I miss it somewhere?
-Bob
KK6RQ
On Tue, Jul 28, 2020 at 6:15
PM Steve N4IRS < szingman@...> wrote:
Yes
On 7/28/20 7:13 PM, Bob KK6RQ wrote:
So....I need to 'submit' my reflector info to one
of them to get included on that version of the file,
then?
-Bob
KK6RQ
On Tue, Jul 28, 2020
at 6:01 PM Steve N4IRS < szingman@...>
wrote:
Bob,
So, that's the issue. If you use Pi-Star, the host
file comes from Andy Taylor MW0MWZ (The author of
Pi-Star) Andy starts with the the host file from
Jonathan G4KLX which is here < https://github.com/g4klx/P25Clients/blob/master/P25Gateway/P25Hosts.txt>
There is nothing sacred about the file. Pi-Star give
the user the ability to add custom entries. If I
dont use Pi-Star I can edit the host file to my
liking.
Pi-Star is a "repackaging" of the software from
G4LKX. That is not to say Andy does not add value.
He certainly does and I would venture to say that
without Pi-Star (or something like it) DV hotspots
would not have taken off like it did.
Steve N4IRS
On 7/28/20 6:51 PM, Bob KK6RQ wrote:
I'm not sure I understand your
answer....maybe if I rephrase--
How do I get my P25 reflector/TG to show up
in the pulldown in the P25 section of the
configuration screen of every Pi-Star hotspot
in existence?
-Bob
KK6RQ
On Tue, Jul
28, 2020 at 4:42 PM Steve N4IRS < szingman@...>
wrote:
That file starts with < https://github.com/g4klx/P25Clients/tree/master/P25Gateway>
Where people get their host file depends on
where they get their software.
Steve
On 7/28/20 4:41 PM, Bob KK6RQ wrote:
Thanks, that clears that up.
Another question is, what
determines whether the TG shows up
automatically in everyone's
P25Hosts.txt (ie. "published"?)
-Bob
KK6RQ
On
Tue, Jul 28, 2020 at 4:39 AM Steve
N4IRS < szingman@...>
wrote:
Bob,
The P25Reflector software does not
actually care what TG it reflects.
When the reflector sees UDP traffic
on the proper port, it reflects it
to all connected users.
The program that determines what TG,
is actually P25Gateway in it's host
file:
# 10200 North America
10200 dvswitch.org
41000
This tells P25Gateway, when you see
traffic on TG 10200 send the traffic
to dvswitch.org
(44.103.34.4) on UDP port 41000.
As to the name, again it's in the
P25Gateway host file.
73, Steve N4IRS
Hi,
I'm having some difficulty while
installing the whole package
(G4-somebody/dvswitch) using the 927.org
instructions (which is riddled
with typos);
I've read everything I've been
able to google, both here and
elsewhere, but I'm stuck on a
concept or two:
What (and WHERE or WHO) determines
what your newly installed P25
reflector's TG ID is?
I probably will choose not to
publish the TG (at first, at
least) but where do I give it its
name? I saw a thread where Steve
says some ppl are using the same #
as their chosen DMR TG (which
already exists; I'm trying to link
them)?
Thanks,
Bob
KK6RQ
|
|
Re: P25Reflector install help...

Steve N4IRS
toggle quoted messageShow quoted text
On 7/28/20 7:55 PM, Bob KK6RQ wrote:
OK, thanks. I didn't see any reference to that in any of
the docs or forum discussion. Did I miss it somewhere?
-Bob
KK6RQ
On Tue, Jul 28, 2020 at 6:15
PM Steve N4IRS < szingman@...> wrote:
Yes
On 7/28/20 7:13 PM, Bob KK6RQ wrote:
So....I need to 'submit' my reflector info to one
of them to get included on that version of the file,
then?
-Bob
KK6RQ
On Tue, Jul 28, 2020
at 6:01 PM Steve N4IRS < szingman@...>
wrote:
Bob,
So, that's the issue. If you use Pi-Star, the host
file comes from Andy Taylor MW0MWZ (The author of
Pi-Star) Andy starts with the the host file from
Jonathan G4KLX which is here < https://github.com/g4klx/P25Clients/blob/master/P25Gateway/P25Hosts.txt>
There is nothing sacred about the file. Pi-Star give
the user the ability to add custom entries. If I
dont use Pi-Star I can edit the host file to my
liking.
Pi-Star is a "repackaging" of the software from
G4LKX. That is not to say Andy does not add value.
He certainly does and I would venture to say that
without Pi-Star (or something like it) DV hotspots
would not have taken off like it did.
Steve N4IRS
On 7/28/20 6:51 PM, Bob KK6RQ wrote:
I'm not sure I understand your
answer....maybe if I rephrase--
How do I get my P25 reflector/TG to show up
in the pulldown in the P25 section of the
configuration screen of every Pi-Star hotspot
in existence?
-Bob
KK6RQ
On Tue, Jul
28, 2020 at 4:42 PM Steve N4IRS < szingman@...>
wrote:
That file starts with < https://github.com/g4klx/P25Clients/tree/master/P25Gateway>
Where people get their host file depends on
where they get their software.
Steve
On 7/28/20 4:41 PM, Bob KK6RQ wrote:
Thanks, that clears that up.
Another question is, what
determines whether the TG shows up
automatically in everyone's
P25Hosts.txt (ie. "published"?)
-Bob
KK6RQ
On
Tue, Jul 28, 2020 at 4:39 AM Steve
N4IRS < szingman@...>
wrote:
Bob,
The P25Reflector software does not
actually care what TG it reflects.
When the reflector sees UDP traffic
on the proper port, it reflects it
to all connected users.
The program that determines what TG,
is actually P25Gateway in it's host
file:
# 10200 North America
10200 dvswitch.org
41000
This tells P25Gateway, when you see
traffic on TG 10200 send the traffic
to dvswitch.org
(44.103.34.4) on UDP port 41000.
As to the name, again it's in the
P25Gateway host file.
73, Steve N4IRS
Hi,
I'm having some difficulty while
installing the whole package
(G4-somebody/dvswitch) using the 927.org
instructions (which is riddled
with typos);
I've read everything I've been
able to google, both here and
elsewhere, but I'm stuck on a
concept or two:
What (and WHERE or WHO) determines
what your newly installed P25
reflector's TG ID is?
I probably will choose not to
publish the TG (at first, at
least) but where do I give it its
name? I saw a thread where Steve
says some ppl are using the same #
as their chosen DMR TG (which
already exists; I'm trying to link
them)?
Thanks,
Bob
KK6RQ
|
|
Re: P25Reflector install help...

Steve N4IRS
No,
It's just knowing who wrote the software and who created Pi-Star.
(Google MMDVM and Pi-Star would have turned that up) I believe
Pi-Star has a forum and the MMDVM was discussed on Yahoo before they
shut down their mail lists. The P25Reflector is somewhat outside of
the areas we support.
toggle quoted messageShow quoted text
On 7/28/20 7:55 PM, Bob KK6RQ wrote:
OK, thanks. I didn't see any reference to that in any of
the docs or forum discussion. Did I miss it somewhere?
-Bob
KK6RQ
On Tue, Jul 28, 2020 at 6:15
PM Steve N4IRS < szingman@...> wrote:
Yes
On 7/28/20 7:13 PM, Bob KK6RQ wrote:
So....I need to 'submit' my reflector info to one
of them to get included on that version of the file,
then?
-Bob
KK6RQ
On Tue, Jul 28, 2020
at 6:01 PM Steve N4IRS < szingman@...>
wrote:
Bob,
So, that's the issue. If you use Pi-Star, the host
file comes from Andy Taylor MW0MWZ (The author of
Pi-Star) Andy starts with the the host file from
Jonathan G4KLX which is here < https://github.com/g4klx/P25Clients/blob/master/P25Gateway/P25Hosts.txt>
There is nothing sacred about the file. Pi-Star give
the user the ability to add custom entries. If I
dont use Pi-Star I can edit the host file to my
liking.
Pi-Star is a "repackaging" of the software from
G4LKX. That is not to say Andy does not add value.
He certainly does and I would venture to say that
without Pi-Star (or something like it) DV hotspots
would not have taken off like it did.
Steve N4IRS
On 7/28/20 6:51 PM, Bob KK6RQ wrote:
I'm not sure I understand your
answer....maybe if I rephrase--
How do I get my P25 reflector/TG to show up
in the pulldown in the P25 section of the
configuration screen of every Pi-Star hotspot
in existence?
-Bob
KK6RQ
On Tue, Jul
28, 2020 at 4:42 PM Steve N4IRS < szingman@...>
wrote:
That file starts with < https://github.com/g4klx/P25Clients/tree/master/P25Gateway>
Where people get their host file depends on
where they get their software.
Steve
On 7/28/20 4:41 PM, Bob KK6RQ wrote:
Thanks, that clears that up.
Another question is, what
determines whether the TG shows up
automatically in everyone's
P25Hosts.txt (ie. "published"?)
-Bob
KK6RQ
On
Tue, Jul 28, 2020 at 4:39 AM Steve
N4IRS < szingman@...>
wrote:
Bob,
The P25Reflector software does not
actually care what TG it reflects.
When the reflector sees UDP traffic
on the proper port, it reflects it
to all connected users.
The program that determines what TG,
is actually P25Gateway in it's host
file:
# 10200 North America
10200 dvswitch.org
41000
This tells P25Gateway, when you see
traffic on TG 10200 send the traffic
to dvswitch.org
(44.103.34.4) on UDP port 41000.
As to the name, again it's in the
P25Gateway host file.
73, Steve N4IRS
Hi,
I'm having some difficulty while
installing the whole package
(G4-somebody/dvswitch) using the 927.org
instructions (which is riddled
with typos);
I've read everything I've been
able to google, both here and
elsewhere, but I'm stuck on a
concept or two:
What (and WHERE or WHO) determines
what your newly installed P25
reflector's TG ID is?
I probably will choose not to
publish the TG (at first, at
least) but where do I give it its
name? I saw a thread where Steve
says some ppl are using the same #
as their chosen DMR TG (which
already exists; I'm trying to link
them)?
Thanks,
Bob
KK6RQ
|
|
Re: P25Reflector install help...
OK, thanks. I didn't see any reference to that in any of the docs or forum discussion. Did I miss it somewhere?
-Bob KK6RQ
toggle quoted messageShow quoted text
On Tue, Jul 28, 2020 at 6:15 PM Steve N4IRS < szingman@...> wrote:
Yes
On 7/28/20 7:13 PM, Bob KK6RQ wrote:
So....I need to 'submit' my reflector info to one of them
to get included on that version of the file, then?
-Bob
KK6RQ
On Tue, Jul 28, 2020 at 6:01
PM Steve N4IRS < szingman@...> wrote:
Bob,
So, that's the issue. If you use Pi-Star, the host file
comes from Andy Taylor MW0MWZ (The author of Pi-Star) Andy
starts with the the host file from Jonathan G4KLX which is
here < https://github.com/g4klx/P25Clients/blob/master/P25Gateway/P25Hosts.txt>
There is nothing sacred about the file. Pi-Star give the
user the ability to add custom entries. If I dont use
Pi-Star I can edit the host file to my liking.
Pi-Star is a "repackaging" of the software from G4LKX. That
is not to say Andy does not add value. He certainly does and
I would venture to say that without Pi-Star (or something
like it) DV hotspots would not have taken off like it did.
Steve N4IRS
On 7/28/20 6:51 PM, Bob KK6RQ wrote:
I'm not sure I understand your answer....maybe if I
rephrase--
How do I get my P25 reflector/TG to show up in the
pulldown in the P25 section of the configuration
screen of every Pi-Star hotspot in existence?
-Bob
KK6RQ
On Tue, Jul 28, 2020
at 4:42 PM Steve N4IRS < szingman@...>
wrote:
That file starts with < https://github.com/g4klx/P25Clients/tree/master/P25Gateway>
Where people get their host file depends on where
they get their software.
Steve
On 7/28/20 4:41 PM, Bob KK6RQ wrote:
Thanks, that clears that up.
Another question is, what determines
whether the TG shows up automatically in
everyone's P25Hosts.txt (ie. "published"?)
-Bob
KK6RQ
On Tue, Jul
28, 2020 at 4:39 AM Steve N4IRS < szingman@...>
wrote:
Bob,
The P25Reflector software does not actually
care what TG it reflects. When the reflector
sees UDP traffic on the proper port, it
reflects it to all connected users.
The program that determines what TG, is
actually P25Gateway in it's host file:
# 10200 North America
10200 dvswitch.org
41000
This tells P25Gateway, when you see traffic
on TG 10200 send the traffic to dvswitch.org
(44.103.34.4) on UDP port 41000.
As to the name, again it's in the P25Gateway
host file.
73, Steve N4IRS
Hi,
I'm having some difficulty while
installing the whole package
(G4-somebody/dvswitch) using the 927.org
instructions (which is riddled with
typos);
I've read everything I've been able to
google, both here and elsewhere, but I'm
stuck on a concept or two:
What (and WHERE or WHO) determines what
your newly installed P25 reflector's TG ID
is?
I probably will choose not to publish the
TG (at first, at least) but where do I
give it its name? I saw a thread where
Steve says some ppl are using the same #
as their chosen DMR TG (which already
exists; I'm trying to link them)?
Thanks,
Bob
KK6RQ
|
|
Re: P25Reflector install help...

Steve N4IRS
Yes
toggle quoted messageShow quoted text
On 7/28/20 7:13 PM, Bob KK6RQ wrote:
So....I need to 'submit' my reflector info to one of them
to get included on that version of the file, then?
-Bob
KK6RQ
On Tue, Jul 28, 2020 at 6:01
PM Steve N4IRS < szingman@...> wrote:
Bob,
So, that's the issue. If you use Pi-Star, the host file
comes from Andy Taylor MW0MWZ (The author of Pi-Star) Andy
starts with the the host file from Jonathan G4KLX which is
here < https://github.com/g4klx/P25Clients/blob/master/P25Gateway/P25Hosts.txt>
There is nothing sacred about the file. Pi-Star give the
user the ability to add custom entries. If I dont use
Pi-Star I can edit the host file to my liking.
Pi-Star is a "repackaging" of the software from G4LKX. That
is not to say Andy does not add value. He certainly does and
I would venture to say that without Pi-Star (or something
like it) DV hotspots would not have taken off like it did.
Steve N4IRS
On 7/28/20 6:51 PM, Bob KK6RQ wrote:
I'm not sure I understand your answer....maybe if I
rephrase--
How do I get my P25 reflector/TG to show up in the
pulldown in the P25 section of the configuration
screen of every Pi-Star hotspot in existence?
-Bob
KK6RQ
On Tue, Jul 28, 2020
at 4:42 PM Steve N4IRS < szingman@...>
wrote:
That file starts with < https://github.com/g4klx/P25Clients/tree/master/P25Gateway>
Where people get their host file depends on where
they get their software.
Steve
On 7/28/20 4:41 PM, Bob KK6RQ wrote:
Thanks, that clears that up.
Another question is, what determines
whether the TG shows up automatically in
everyone's P25Hosts.txt (ie. "published"?)
-Bob
KK6RQ
On Tue, Jul
28, 2020 at 4:39 AM Steve N4IRS < szingman@...>
wrote:
Bob,
The P25Reflector software does not actually
care what TG it reflects. When the reflector
sees UDP traffic on the proper port, it
reflects it to all connected users.
The program that determines what TG, is
actually P25Gateway in it's host file:
# 10200 North America
10200 dvswitch.org
41000
This tells P25Gateway, when you see traffic
on TG 10200 send the traffic to dvswitch.org
(44.103.34.4) on UDP port 41000.
As to the name, again it's in the P25Gateway
host file.
73, Steve N4IRS
Hi,
I'm having some difficulty while
installing the whole package
(G4-somebody/dvswitch) using the 927.org
instructions (which is riddled with
typos);
I've read everything I've been able to
google, both here and elsewhere, but I'm
stuck on a concept or two:
What (and WHERE or WHO) determines what
your newly installed P25 reflector's TG ID
is?
I probably will choose not to publish the
TG (at first, at least) but where do I
give it its name? I saw a thread where
Steve says some ppl are using the same #
as their chosen DMR TG (which already
exists; I'm trying to link them)?
Thanks,
Bob
KK6RQ
|
|
Re: P25Reflector install help...
So....I need to 'submit' my reflector info to one of them to get included on that version of the file, then?
-Bob KK6RQ
toggle quoted messageShow quoted text
On Tue, Jul 28, 2020 at 6:01 PM Steve N4IRS < szingman@...> wrote:
Bob,
So, that's the issue. If you use Pi-Star, the host file comes from
Andy Taylor MW0MWZ (The author of Pi-Star) Andy starts with the the
host file from Jonathan G4KLX which is here < https://github.com/g4klx/P25Clients/blob/master/P25Gateway/P25Hosts.txt>
There is nothing sacred about the file. Pi-Star give the user the
ability to add custom entries. If I dont use Pi-Star I can edit the
host file to my liking.
Pi-Star is a "repackaging" of the software from G4LKX. That is not
to say Andy does not add value. He certainly does and I would
venture to say that without Pi-Star (or something like it) DV
hotspots would not have taken off like it did.
Steve N4IRS
On 7/28/20 6:51 PM, Bob KK6RQ wrote:
I'm not sure I understand your answer....maybe if I
rephrase--
How do I get my P25 reflector/TG to show up in the pulldown
in the P25 section of the configuration screen of every
Pi-Star hotspot in existence?
-Bob
KK6RQ
On Tue, Jul 28, 2020 at 4:42
PM Steve N4IRS < szingman@...> wrote:
That file starts with < https://github.com/g4klx/P25Clients/tree/master/P25Gateway>
Where people get their host file depends on where they get
their software.
Steve
On 7/28/20 4:41 PM, Bob KK6RQ wrote:
Thanks, that clears that up.
Another question is, what determines whether the TG
shows up automatically in everyone's P25Hosts.txt (ie.
"published"?)
-Bob
KK6RQ
On Tue, Jul 28, 2020
at 4:39 AM Steve N4IRS < szingman@...>
wrote:
Bob,
The P25Reflector software does not actually care
what TG it reflects. When the reflector sees UDP
traffic on the proper port, it reflects it to all
connected users.
The program that determines what TG, is actually
P25Gateway in it's host file:
# 10200 North America
10200 dvswitch.org
41000
This tells P25Gateway, when you see traffic on TG
10200 send the traffic to dvswitch.org
(44.103.34.4) on UDP port 41000.
As to the name, again it's in the P25Gateway host
file.
73, Steve N4IRS
Hi,
I'm having some difficulty while installing the
whole package (G4-somebody/dvswitch) using the 927.org instructions
(which is riddled with typos);
I've read everything I've been able to google,
both here and elsewhere, but I'm stuck on a
concept or two:
What (and WHERE or WHO) determines what your newly
installed P25 reflector's TG ID is?
I probably will choose not to publish the TG (at
first, at least) but where do I give it its name?
I saw a thread where Steve says some ppl are using
the same #
as their chosen DMR TG (which already exists; I'm
trying to link them)?
Thanks,
Bob
KK6RQ
|
|
Re: P25Reflector install help...
I'm not talking about me, though; dozens of P25 Reflectors have just appeared in my Pi-Star P25 pulldown (in Configuration) over the last year or so. Every time I look there are more of them. I haven't manually added any of them...
-Bob KK6RQ
toggle quoted messageShow quoted text
On Tue, Jul 28, 2020 at 5:57 PM jacomms < justin@...> wrote:
You edit the
P25Hosts.txt file to reflect the details to the P25 reflector you are wanting to connect to. Save it the do a quick reboot.
You should then be able to select it in Pi-Star
Justin Albury
J Albury Communications
justin@...
0417246791
VK2JUZ
-----------------------------------------------------------------
This email, and any attachments are for the use of the intended
recipient(s) and may contain confidential/privileged information.
If you have received this email in error, please notify the sender
immediately and then delete it. If you are not the intended recipient,
you must not copy, disclose or distribute its contents to any other
person. We do not accept any liability in connection with transmitting,
unauthorised access to, or viruses in this email and its attachments.
This notice should not be removed.
----------------------------------------------------------------------------------
I'm not sure I understand your answer....maybe if I rephrase--
How do I get my P25 reflector/TG to show up in the pulldown in the P25 section of the configuration screen of every Pi-Star hotspot in existence?
On Tue, Jul 28, 2020 at 4:42 PM Steve N4IRS <szingman@...> wrote:
That file starts with <https://github.com/g4klx/P25Clients/tree/master/P25Gateway> Where people get their host file depends
on where they get their software.
Steve
On 7/28/20 4:41 PM, Bob KK6RQ wrote:
Thanks, that clears that up.
Another question is, what determines whether the TG shows up automatically in everyone's P25Hosts.txt (ie. "published"?)
On Tue, Jul 28, 2020 at 4:39 AM Steve N4IRS <szingman@...> wrote:
Bob,
The P25Reflector software does not actually care what TG it reflects. When the reflector sees UDP traffic on the proper port, it reflects it to all connected users.
The program that determines what TG, is actually P25Gateway in it's host file:
# 10200 North America
10200 dvswitch.org 41000
This tells P25Gateway, when you see traffic on TG 10200 send the traffic to
dvswitch.org (44.103.34.4) on UDP port 41000.
As to the name, again it's in the P25Gateway host file.
73, Steve N4IRS
Hi,
I'm having some difficulty while installing the whole package (G4-somebody/dvswitch) using the
927.org instructions (which is riddled with typos);
I've read everything I've been able to google, both here and elsewhere, but I'm stuck on a concept or two:
What (and WHERE or WHO) determines what your newly installed P25 reflector's TG ID is?
I probably will choose not to publish the TG (at first, at least) but where do I give it its name? I saw a thread where Steve says some ppl are using the same #
as their chosen DMR TG (which already exists; I'm trying to link them)?
Thanks,
Bob
KK6RQ
|
|
Re: P25Reflector install help...

Steve N4IRS
Actually, if you do that, Pi-Star will overwrite your changes. There
is a process for adding custom hosts that survive a update.
toggle quoted messageShow quoted text
On 7/28/20 6:35 PM, jacomms wrote:
You
edit the
P25Hosts.txt file to reflect the details to the P25 reflector
you are wanting to connect to. Save it the do a quick reboot.
You should then be able to select it in
Pi-Star
Justin Albury
J Albury
Communications
justin@...
0417246791
VK2JUZ
-----------------------------------------------------------------
This
email, and any attachments are for the use of the intended
recipient(s)
and may contain confidential/privileged information.
If
you have received this email in error, please notify the
sender
immediately
and then delete it. If you are not the intended recipient,
you
must not copy, disclose or distribute its contents to any
other
person.
We do not accept any liability in connection with
transmitting,
unauthorised
access to, or viruses in this email and its attachments.
This
notice should not be removed.
----------------------------------------------------------------------------------
I'm not sure I understand your
answer....maybe if I rephrase--
How do I get my P25 reflector/TG to
show up in the pulldown in the P25 section of the
configuration screen of every Pi-Star hotspot in
existence?
On Tue, Jul 28, 2020 at 4:42 PM Steve
N4IRS <szingman@...>
wrote:
That
file starts with <https://github.com/g4klx/P25Clients/tree/master/P25Gateway>
Where people get their host file depends on where they
get their software.
Steve
On 7/28/20 4:41 PM, Bob KK6RQ
wrote:
Thanks, that clears that up.
Another question is, what
determines whether the TG shows up automatically
in everyone's P25Hosts.txt (ie. "published"?)
On Tue, Jul 28, 2020 at 4:39 AM
Steve N4IRS <szingman@...>
wrote:
Bob,
The P25Reflector software does not actually care
what TG it reflects. When the reflector sees UDP
traffic on the proper port, it reflects it to
all connected users.
The program that determines what TG, is actually
P25Gateway in it's host file:
# 10200 North America
10200 dvswitch.org
41000
This tells P25Gateway, when you see traffic on
TG 10200 send the traffic to
dvswitch.org (44.103.34.4) on UDP port
41000.
As to the name, again it's in the P25Gateway
host file.
73, Steve N4IRS
Hi,
I'm having some difficulty while installing
the whole package (G4-somebody/dvswitch) using
the
927.org
instructions (which is riddled with typos);
I've read everything I've been able to google,
both here and elsewhere, but I'm stuck on a
concept or two:
What (and WHERE or WHO) determines what your
newly installed P25 reflector's TG ID is?
I probably will choose not to publish the TG
(at first, at least) but where do I give it
its name? I saw a thread where Steve says some
ppl are using the same #
as their chosen DMR TG (which already exists;
I'm trying to link them)?
Thanks,
Bob
KK6RQ
|
|