mirror of https://gitlab.com/hp3icc/emq-TE1.git
257 lines
4.8 KiB
Bash
257 lines
4.8 KiB
Bash
#!/bin/bash
|
|
# Nombre del script
|
|
SCRIPT_NAME="ysf2dmr.sh"
|
|
|
|
# Registra el inicio en /opt/curl.txt
|
|
echo "Inicio: $SCRIPT_NAME" >> /opt/curl.txt
|
|
mkdir /opt/YSF2DMR
|
|
mkdir /var/log/ysf2dmr
|
|
if [ -d "/var/log/mmdvm" ]
|
|
then
|
|
echo "found dir"
|
|
else
|
|
mkdir /var/log/mmdvm
|
|
fi
|
|
|
|
cd /opt/
|
|
git clone https://github.com/juribeparada/MMDVM_CM.git
|
|
sudo cp -r /opt/MMDVM_CM/YSF2DMR /opt/
|
|
cd YSF2DMR
|
|
sudo make
|
|
sudo make install
|
|
sudo cp -r /opt/YSF2DMR/ /opt/YSF2DMRGW
|
|
sudo chmod +x /opt/YSF2DMRGW/*
|
|
sudo chmod +x /opt/YSF2DMR/*
|
|
|
|
#########
|
|
sudo cat > /lib/systemd/system/ysf2dmr.service <<- "EOF"
|
|
[Unit]
|
|
Description=YSF2DMR Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
#User=root
|
|
#Type=simple
|
|
#Restart=always
|
|
#RestartSec=3
|
|
#StandardOutput=null
|
|
WorkingDirectory=/opt/YSF2DMR
|
|
#ExecStartPre=/bin/sleep 15
|
|
ExecStart=/opt/YSF2DMR/YSF2DMR /opt/YSF2DMR/YSF2DMR.ini
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
EOF
|
|
###########################
|
|
sudo cat > /lib/systemd/system/ysf2dmrgw.service <<- "EOF"
|
|
[Unit]
|
|
Description=YSF2DMRGW Service
|
|
After=syslog.target network.target
|
|
After=ysfgw.service
|
|
|
|
[Service]
|
|
#User=root
|
|
#Type=simple
|
|
#Restart=always
|
|
#RestartSec=3
|
|
#StandardOutput=null
|
|
WorkingDirectory=/opt/YSF2DMRGW
|
|
#ExecStartPre=/bin/sleep 15
|
|
ExecStart=/opt/YSF2DMRGW/YSF2DMR /opt/YSF2DMRGW/YSF2DMR.ini
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
EOF
|
|
###########################
|
|
sudo cat > /opt/YSF2DMR/YSF2DMR.ini <<- "EOF"
|
|
[Info]
|
|
RXFrequency=0
|
|
TXFrequency=0
|
|
Power=1
|
|
Latitude=0.0
|
|
Longitude=0.0
|
|
Height=0
|
|
Location=YSF2DMR Link
|
|
Description=Multi-Mode
|
|
URL=www.google.co.uk
|
|
|
|
[YSF Network]
|
|
Callsign=HP3ICC
|
|
Suffix=ND
|
|
#Suffix=RPT
|
|
DstAddress=127.0.0.1
|
|
DstPort=42000
|
|
LocalAddress=127.0.0.1
|
|
#LocalPort=42013
|
|
EnableWiresX=0
|
|
RemoteGateway=0
|
|
HangTime=1000
|
|
WiresXMakeUpper=0
|
|
# RadioID=*****
|
|
# FICHCallsign=2
|
|
# FICHCallMode=0
|
|
# FICHBlockTotal=0
|
|
# FICHFrameTotal=6
|
|
# FICHMessageRoute=0
|
|
# FICHVOIP=0
|
|
# FICHDataType=2
|
|
# FICHSQLType=0
|
|
# FICHSQLCode=0
|
|
DT1=1,34,97,95,43,3,17,0,0,0
|
|
DT2=0,0,0,0,108,32,28,32,3,8
|
|
Daemon=0
|
|
|
|
[DMR Network]
|
|
Id=714000000
|
|
#XLXFile=/opt/data-files/XLXHosts.txt
|
|
#XLXReflector=744
|
|
#XLXModule=A
|
|
StartupDstId=9
|
|
# For TG call: StartupPC=0
|
|
StartupPC=0
|
|
Address=127.0.0.1
|
|
Port=62031
|
|
Jitter=240
|
|
EnableUnlink=0
|
|
TGUnlink=4000
|
|
PCUnlink=0
|
|
# Local=62032
|
|
Password=passw0rd
|
|
|
|
# No active linea de Option para TG estaticos, si utiliza BM,TGIF,DMR-Central
|
|
# Puede activar linea de option de selfcare FDMR-Mon y colocar su propia contraseña o
|
|
# utilizar linea de options con opciones de tg estaticos
|
|
#Options=PASS=abc123
|
|
#Options=TS2=714;DIAL=0;VOICE=0;LANG=es_ES;SINGLE=0;TIMER=10;
|
|
|
|
TGListFile=/opt/data-files/TGList-DMR.txt
|
|
Debug=0
|
|
|
|
[DMR Id Lookup]
|
|
File=/opt/data-files/DMRIds.dat
|
|
Time=24
|
|
DropUnknown=0
|
|
|
|
[Log]
|
|
# Logging levels, 0=No logging
|
|
DisplayLevel=1
|
|
FileLevel=1
|
|
FilePath=/var/log/ysf2dmr/
|
|
FileRoot=YSF2DMR
|
|
|
|
[aprs.fi]
|
|
Enable=0
|
|
AprsCallsign=HP3ICC
|
|
Server=noam.aprs2.net
|
|
#Server=euro.aprs2.net
|
|
Port=14580
|
|
Password=12345
|
|
APIKey=APIKey
|
|
Refresh=240
|
|
Description=APRS Description
|
|
|
|
|
|
EOF
|
|
###################
|
|
sudo cat > /opt/YSF2DMRGW/YSF2DMR.ini <<- "EOF"
|
|
[Service]
|
|
ServiceStart=0
|
|
|
|
[Info]
|
|
RXFrequency=433400000
|
|
TXFrequency=433400000
|
|
Power=1
|
|
Latitude=0.0
|
|
Longitude=0.0
|
|
Height=0
|
|
Location=YSF2DMRGW
|
|
Description=Multi-Mode
|
|
URL=www.google.co.uk
|
|
|
|
[YSF Network]
|
|
Callsign=HP3ICC
|
|
Suffix=ND
|
|
#Suffix=RPT
|
|
DstAddress=127.0.0.1
|
|
DstPort=42400
|
|
LocalAddress=127.0.0.1
|
|
LocalPort=42018
|
|
EnableWiresX=1
|
|
RemoteGateway=0
|
|
HangTime=1000
|
|
WiresXMakeUpper=0
|
|
# RadioID=*****
|
|
# FICHCallsign=2
|
|
# FICHCallMode=0
|
|
# FICHBlockTotal=0
|
|
# FICHFrameTotal=6
|
|
# FICHMessageRoute=0
|
|
# FICHVOIP=0
|
|
# FICHDataType=2
|
|
# FICHSQLType=0
|
|
# FICHSQLCode=0
|
|
DT1=1,34,97,95,43,3,17,0,0,0
|
|
DT2=0,0,0,0,108,32,28,32,3,8
|
|
Daemon=0
|
|
|
|
[DMR Network]
|
|
Id=000000000
|
|
#XLXFile=/opt/data-files/XLXHosts.txt
|
|
#XLXReflector=744
|
|
#XLXModule=A
|
|
StartupDstId=9
|
|
# For TG call: StartupPC=0
|
|
StartupPC=0
|
|
Address=7141.adn.systems
|
|
Port=62031
|
|
Jitter=240
|
|
EnableUnlink=0
|
|
TGUnlink=4000
|
|
PCUnlink=0
|
|
# Local=62032
|
|
Password=passw0rd
|
|
|
|
# No active linea de Option para TG estaticos, si utiliza BM,TGIF,DMR-Central
|
|
# Puede activar linea de option de selfcare FDMR-Mon y colocar su propia contraseña o
|
|
# utilizar linea de options con opciones de tg estaticos
|
|
Options=PASS=abc123
|
|
#Options=TS2=714;DIAL=0;VOICE=0;LANG=es_ES;SINGLE=0;TIMER=10;
|
|
|
|
TGListFile=/opt/data-files/TGList-DMR.txt
|
|
Debug=0
|
|
|
|
[DMR Id Lookup]
|
|
File=/opt/data-files/DMRIds.dat
|
|
Time=24
|
|
DropUnknown=0
|
|
|
|
[Log]
|
|
# Logging levels, 0=No logging
|
|
DisplayLevel=1
|
|
FileLevel=1
|
|
FilePath=/var/log/mmdvm/
|
|
FileRoot=YSF2DMRGW
|
|
|
|
[aprs.fi]
|
|
Enable=0
|
|
AprsCallsign=HP3ICC
|
|
Server=noam.aprs2.net
|
|
#Server=euro.aprs2.net
|
|
Port=14580
|
|
Password=12345
|
|
APIKey=APIKey
|
|
Refresh=240
|
|
Description=APRS Description
|
|
|
|
|
|
|
|
EOF
|
|
#######################################################################################################################
|
|
systemctl daemon-reload
|
|
# Registra el final en /opt/curl.txt
|
|
echo "Finalizado: $SCRIPT_NAME" >> /opt/curl.txt
|