So, I did the following:
- Setup an rpi2 with DIAL and a DV3000
- SSH'd to the rpi2 as debian:debian, su'd, went through the allstar setup; got the node live
- wget --no-check-certificate https://raw.githubusercontent.com/N4IRS/DMRGateway/master/dmr_install.sh
- restarted
- /etc/DMRGateway.ini looked fine unchanged
- /opt/dmrlink/ambe_audio/ambe_audio.cfg looked fine unchanged
- /opt/dmrlink/ambe_audio/dmrlink.cfg updated the following in order to peer with my ipsc net:
- radio ID
- port
- ip
- auth_key
- master_ip
- master_port
Now, the question is, what do I do? Apparently I missed some discussion covering the initial setup/use of this tool, and this is as far as I've been able to piece together from reviewing the archives. Any help would be appreciated!On Thu, Mar 3, 2016 at 9:13 PM, Ryan Turner, K0RET <ryan.turner@memhamwan.org> wrote:Yep, i've already got an account and a few nodes. Just wanted to make sure that that was what your scripts expected.Thanks, will get rolling on it now.On Thu, Mar 3, 2016 at 8:50 PM, Robert Newberry <N1XBM@amsat.org> wrote:If you go to www.allstarlink.org you'll see the image for the RPI2. You can also setup an account to get a node number if you don't have one already.
N1XBM
Apparare Scientor
Paratus Communicare
Allstar Node # 27086, 41540, 41812, 42086, 42658
On Mar 3, 2016 9:41 PM, "Ryan Turner, K0RET" <ryan.turner@memhamwan.org> wrote:Hey Steve,Assuming I have an RPi, whats the preferred image to use? Based on reading the .rtf file and viewing the scripts, I need to have Asterisk running already setup for an allstar server and node, right?Sorry for the stupid questions. Finally got my hands on a DV3000 and I want to get this up and running.On Wed, Feb 24, 2016 at 12:10 PM, Steve Zingman <szingman@msgstor.com> wrote:Assuming existing install
cd /srv
mv DMRGateway DMRGateway.old
git clone https://github.com/N4IRS/DMRGateway.git
cd DMRGateway
mv /etc/DMRGateway.ini /etc/DMRGateway.old
Assuming you are running a RPi2
cp DMRGateway.armv7 DMRGateway
./install.sh
cd /srv
mv ambe_audio_2way ambe_audio_2way.old
git clone -b ambe_audio_2way https://github.com/n0mjs710/DMRlink.git
cd /srv/DMRlink
cp ambe_audio.cfg /opt/DMRlink/ambe_audio
cp ambe_audio.py /opt/DMRlink/ambe_audio
cp dmrlink.cfg /opt/DMRlink/ambe_audio
cp dmrlink.py /opt/DMRlink/ambe_audio
cp template.bin /opt/DMRlink/ambe_audio
Edit /etc/DMRGateway.ini to taste
Edit /opt/DMRlink/ambe_audio/ambe_audio.cfg to taste
Edit /opt/DMRlink/ambe_audio/dmrlink.cfg to taste
Read the comments in the config files
See:
<https://github.com/N4IRS/DMRGateway/raw/master/DMRGatewayDiagram.pdf>
<https://github.com/N4IRS/DMRGateway/raw/master/DMRGateway.rtf>
<https://github.com/N4IRS/DMRGateway/raw/master/DMRGatewayTechOverview.pdf>
_______________________________________________
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
----