So I'm home sick from work, can't do much but sit on the couch. I decided to start loading software. I'm writting DIAL to my microsd card. Do I need to assign it a node number? N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086
Yes, but it can be a public (assigned from ASL) or private (node number < 2000). Depends on your needs. On Fri, Dec 11, 2015 at 10:53 AM, Robert Newberry <N1XBM@amsat.org> wrote:
So I'm home sick from work, can't do much but sit on the couch. I decided to start loading software. I'm writting DIAL to my microsd card.
Do I need to assign it a node number?
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
Usually keep a node number in stand by because I never remember ahead. I usually grab the stand by number and just get a new one. I'd prefer to keep my node public. Thanks I might have questions over the next few days. N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086
Ok I downloaded dmr _ install and everything appears OK. Now I need to start editing files on dmrlink so I can get parrot mode working. N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
Is the "readme.md" the documentation I should be reading for setting up DMRlink? I've also been scanning dmrlink_SAMPLE.cfg for how to setup a parrot tg. Thank you N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
Hello Robert, If you find out how to configure the Chan_USRP and asterisk please let me know. David On Fri, Dec 11, 2015 at 9:28 AM, Robert Newberry <N1XBM@amsat.org> wrote:
Is the "readme.md" the documentation I should be reading for setting up DMRlink?
I've also been scanning dmrlink_SAMPLE.cfg for how to setup a parrot tg.
Thank you
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
Ha! I just got the software installed this morning. I'm a ways off. Do you have the DMRlink working with your repeater? Also do you have parrot working? If so maybe you could help me. N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
1) in /etc/asterisk/modules.conf enable usrp as load => chan_usrp.so 2) in rpt.conf create a stanza like: [1999] rxchannel = usrp/192.168.1.182:34001:32001 duplex = 2 scheduler=scheduler functions = functions-repeater hangtime=0 authlevel = 0 Where the address and ports are configured to your network. 3) in rpt.conf add your node [nodes] 1999 = radio@127.0.0.1:4570/1999,NONE Now chan_usrp is ready to go. On Fri, Dec 11, 2015 at 12:56 PM, David KE6UPI <dshaw@ke6upi.com> wrote:
Hello Robert, If you find out how to configure the Chan_USRP and asterisk please let me know.
David
On Fri, Dec 11, 2015 at 9:28 AM, Robert Newberry <N1XBM@amsat.org> wrote:
Is the "readme.md" the documentation I should be reading for setting up DMRlink?
I've also been scanning dmrlink_SAMPLE.cfg for how to setup a parrot tg.
Thank you
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
Thanks Mike On Fri, Dec 11, 2015 at 10:03 AM, Mike Zingman <mike.zingman@gmail.com> wrote:
1) in /etc/asterisk/modules.conf enable usrp as
load => chan_usrp.so
2) in rpt.conf create a stanza like:
[1999]
rxchannel = usrp/192.168.1.182:34001:32001
duplex = 2
scheduler=scheduler
functions = functions-repeater
hangtime=0
authlevel = 0
Where the address and ports are configured to your network.
3) in rpt.conf add your node
[nodes]
1999 = radio@127.0.0.1:4570/1999,NONE
Now chan_usrp is ready to go.
On Fri, Dec 11, 2015 at 12:56 PM, David KE6UPI <dshaw@ke6upi.com> wrote:
Hello Robert, If you find out how to configure the Chan_USRP and asterisk please let me know.
David
On Fri, Dec 11, 2015 at 9:28 AM, Robert Newberry <N1XBM@amsat.org> wrote:
Is the "readme.md" the documentation I should be reading for setting up DMRlink?
I've also been scanning dmrlink_SAMPLE.cfg for how to setup a parrot tg.
Thank you
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
Mike, In your rxchannel stanza, is 192.168.1.182:34001:32001 the IP address of your RPi? is 34001 and 32001 the tx and rx ports going to the DV3000 dongle? Also, I notice when I run help in asterisk, usrp show is there. Here is what mine shows. 192.168.1.182:34001 txkey no rxkey 0 read 0 write 0 Waiting on DV3000 to show up. Last, in the rpt.conf is that the minimum or the only statements you need? Michael KD5DFB On Fri, Dec 11, 2015 at 12:03 PM, Mike Zingman <mike.zingman@gmail.com> wrote:
1) in /etc/asterisk/modules.conf enable usrp as
load => chan_usrp.so
2) in rpt.conf create a stanza like:
[1999]
rxchannel = usrp/192.168.1.182:34001:32001
duplex = 2
scheduler=scheduler
functions = functions-repeater
hangtime=0
authlevel = 0
Where the address and ports are configured to your network.
3) in rpt.conf add your node
[nodes]
1999 = radio@127.0.0.1:4570/1999,NONE
Now chan_usrp is ready to go.
On Fri, Dec 11, 2015 at 12:56 PM, David KE6UPI <dshaw@ke6upi.com> wrote:
Hello Robert, If you find out how to configure the Chan_USRP and asterisk please let me know.
David
On Fri, Dec 11, 2015 at 9:28 AM, Robert Newberry <N1XBM@amsat.org> wrote:
Is the "readme.md" the documentation I should be reading for setting up DMRlink?
I've also been scanning dmrlink_SAMPLE.cfg for how to setup a parrot tg.
Thank you
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
DMRlink: <https://github.com/n0mjs710/DMRlink> DMRGateway: <https://github.com/n0mjs710/DMRlink> DIAL scripts: <https://github.com/N4IRS/AllStar> BrandMeister: <https://bm.pd0zry.nl/index.php/Main_Page> BrandMeister Dashboard: <http://brandmeister.network/> DV4Mini Software: <http://dv4m.ham-dmr.ch/> General info: <http://lmgtfy.com/> For INAD, 73 Steve N4IRS -- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
Michael, Sorry for the lack of comments in the file (it was taken from my Allstar node). You should find this diagram useful: https://github.com/N4IRS/DMRGateway/blob/master/DMRGateway.pdf *ambe_audio.cfg:* _gateway ; IP address of DMRGateway application _gateway_port ; UDP port of DMRGateway listener _remote_control_port ; UDP command port (will be used to adjust ambe_audio.py parameters from ASL) *DMRGateway.ini:* [AMBE_AUDIO] server and port ; UDP address of ambe_audio.py [USRP] server and port ; UDP address of USRP (asterisk server address) *rpt.conf :* rxchannel = usrp/XX.XX.XX.XX:YYYY:ZZZZ Where XX.XX.XX.XX is the UDP address of DMRGateway application YYYY is the transmit port (USRP ---->>>> DMRGateway) ZZZZ is the receive port (DMRGateway ------->>>> USRP) Hope this helps Mike On Sat, Dec 12, 2015 at 12:08 AM, Michael Hebert <mhebert1975@gmail.com> wrote:
Mike,
In your rxchannel stanza, is 192.168.1.182:34001:32001 the IP address of your RPi? is 34001 and 32001 the tx and rx ports going to the DV3000 dongle?
Also, I notice when I run help in asterisk, usrp show is there.
Here is what mine shows.
192.168.1.182:34001 txkey no rxkey 0 read 0 write 0
Waiting on DV3000 to show up.
Last, in the rpt.conf is that the minimum or the only statements you need?
Michael KD5DFB
On Fri, Dec 11, 2015 at 12:03 PM, Mike Zingman <mike.zingman@gmail.com> wrote:
1) in /etc/asterisk/modules.conf enable usrp as
load => chan_usrp.so
2) in rpt.conf create a stanza like:
[1999]
rxchannel = usrp/192.168.1.182:34001:32001
duplex = 2
scheduler=scheduler
functions = functions-repeater
hangtime=0
authlevel = 0
Where the address and ports are configured to your network.
3) in rpt.conf add your node
[nodes]
1999 = radio@127.0.0.1:4570/1999,NONE
Now chan_usrp is ready to go.
On Fri, Dec 11, 2015 at 12:56 PM, David KE6UPI <dshaw@ke6upi.com> wrote:
Hello Robert, If you find out how to configure the Chan_USRP and asterisk please let me know.
David
On Fri, Dec 11, 2015 at 9:28 AM, Robert Newberry <N1XBM@amsat.org> wrote:
Is the "readme.md" the documentation I should be reading for setting up DMRlink?
I've also been scanning dmrlink_SAMPLE.cfg for how to setup a parrot tg.
Thank you
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
Thanks Mike! I am planning to run everything on 1 RPi. So I am assuming that I would use 127.0.0.1 for the ip addresses?? Michael KD5DFB On Sat, Dec 12, 2015 at 9:47 AM, Mike Zingman <mike.zingman@gmail.com> wrote:
Michael,
Sorry for the lack of comments in the file (it was taken from my Allstar node).
You should find this diagram useful: https://github.com/N4IRS/DMRGateway/blob/master/DMRGateway.pdf
*ambe_audio.cfg:* _gateway ; IP address of DMRGateway application _gateway_port ; UDP port of DMRGateway listener _remote_control_port ; UDP command port (will be used to adjust ambe_audio.py parameters from ASL)
*DMRGateway.ini:* [AMBE_AUDIO] server and port ; UDP address of ambe_audio.py [USRP] server and port ; UDP address of USRP (asterisk server address)
*rpt.conf :*
rxchannel = usrp/XX.XX.XX.XX:YYYY:ZZZZ
Where XX.XX.XX.XX is the UDP address of DMRGateway application
YYYY is the transmit port (USRP ---->>>> DMRGateway)
ZZZZ is the receive port (DMRGateway ------->>>> USRP)
Hope this helps
Mike
On Sat, Dec 12, 2015 at 12:08 AM, Michael Hebert <mhebert1975@gmail.com> wrote:
Mike,
In your rxchannel stanza, is 192.168.1.182:34001:32001 the IP address of your RPi? is 34001 and 32001 the tx and rx ports going to the DV3000 dongle?
Also, I notice when I run help in asterisk, usrp show is there.
Here is what mine shows.
192.168.1.182:34001 txkey no rxkey 0 read 0 write 0
Waiting on DV3000 to show up.
Last, in the rpt.conf is that the minimum or the only statements you need?
Michael KD5DFB
On Fri, Dec 11, 2015 at 12:03 PM, Mike Zingman <mike.zingman@gmail.com> wrote:
1) in /etc/asterisk/modules.conf enable usrp as
load => chan_usrp.so
2) in rpt.conf create a stanza like:
[1999]
rxchannel = usrp/192.168.1.182:34001:32001
duplex = 2
scheduler=scheduler
functions = functions-repeater
hangtime=0
authlevel = 0
Where the address and ports are configured to your network.
3) in rpt.conf add your node
[nodes]
1999 = radio@127.0.0.1:4570/1999,NONE
Now chan_usrp is ready to go.
On Fri, Dec 11, 2015 at 12:56 PM, David KE6UPI <dshaw@ke6upi.com> wrote:
Hello Robert, If you find out how to configure the Chan_USRP and asterisk please let me know.
David
On Fri, Dec 11, 2015 at 9:28 AM, Robert Newberry <N1XBM@amsat.org> wrote:
Is the "readme.md" the documentation I should be reading for setting up DMRlink?
I've also been scanning dmrlink_SAMPLE.cfg for how to setup a parrot tg.
Thank you
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
Yes, that will work fine (and what we do). My development has things broken up so I can debug easier, but the running code should be best on one machine. On Sat, Dec 12, 2015 at 4:25 PM, Michael Hebert <mhebert1975@gmail.com> wrote:
Thanks Mike!
I am planning to run everything on 1 RPi. So I am assuming that I would use 127.0.0.1 for the ip addresses??
Michael KD5DFB
On Sat, Dec 12, 2015 at 9:47 AM, Mike Zingman <mike.zingman@gmail.com> wrote:
Michael,
Sorry for the lack of comments in the file (it was taken from my Allstar node).
You should find this diagram useful: https://github.com/N4IRS/DMRGateway/blob/master/DMRGateway.pdf
*ambe_audio.cfg:* _gateway ; IP address of DMRGateway application _gateway_port ; UDP port of DMRGateway listener _remote_control_port ; UDP command port (will be used to adjust ambe_audio.py parameters from ASL)
*DMRGateway.ini:* [AMBE_AUDIO] server and port ; UDP address of ambe_audio.py [USRP] server and port ; UDP address of USRP (asterisk server address)
*rpt.conf :*
rxchannel = usrp/XX.XX.XX.XX:YYYY:ZZZZ
Where XX.XX.XX.XX is the UDP address of DMRGateway application
YYYY is the transmit port (USRP ---->>>> DMRGateway)
ZZZZ is the receive port (DMRGateway ------->>>> USRP)
Hope this helps
Mike
On Sat, Dec 12, 2015 at 12:08 AM, Michael Hebert <mhebert1975@gmail.com> wrote:
Mike,
In your rxchannel stanza, is 192.168.1.182:34001:32001 the IP address of your RPi? is 34001 and 32001 the tx and rx ports going to the DV3000 dongle?
Also, I notice when I run help in asterisk, usrp show is there.
Here is what mine shows.
192.168.1.182:34001 txkey no rxkey 0 read 0 write 0
Waiting on DV3000 to show up.
Last, in the rpt.conf is that the minimum or the only statements you need?
Michael KD5DFB
On Fri, Dec 11, 2015 at 12:03 PM, Mike Zingman <mike.zingman@gmail.com> wrote:
1) in /etc/asterisk/modules.conf enable usrp as
load => chan_usrp.so
2) in rpt.conf create a stanza like:
[1999]
rxchannel = usrp/192.168.1.182:34001:32001
duplex = 2
scheduler=scheduler
functions = functions-repeater
hangtime=0
authlevel = 0
Where the address and ports are configured to your network.
3) in rpt.conf add your node
[nodes]
1999 = radio@127.0.0.1:4570/1999,NONE
Now chan_usrp is ready to go.
On Fri, Dec 11, 2015 at 12:56 PM, David KE6UPI <dshaw@ke6upi.com> wrote:
Hello Robert, If you find out how to configure the Chan_USRP and asterisk please let me know.
David
On Fri, Dec 11, 2015 at 9:28 AM, Robert Newberry <N1XBM@amsat.org> wrote:
Is the "readme.md" the documentation I should be reading for setting up DMRlink?
I've also been scanning dmrlink_SAMPLE.cfg for how to setup a parrot tg.
Thank you
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
participants (5)
-
David KE6UPI -
Michael Hebert -
Mike Zingman -
Robert Newberry -
Steve Zingman