Add files via upload

This commit is contained in:
Esteban Mackay Q 2023-02-11 12:35:42 -05:00 committed by GitHub
parent cc8004c44b
commit d271d9fa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 59 additions and 59 deletions

View File

@ -1,7 +1,7 @@
# emq-TE1ws
# Nota importante, scrip no oficial de auto instalacion de diferentes aplicaciones , consulte abajo los link para para utilizar los modos oficiales de instalacion y soporte de las diferentes aplicaciones
![alt text](https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/emq-TE1.png)
![alt text](https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/emq-TE1.png)
hp3icc Proyecto Todo en uno , MMDVMHost ,Direwolf , Multimon-ng , Ionosphere , Dvswitch, YSFReflector , YSF2DMR , HBLink3 , FreeDMR , NoIP , Dashboard Websock
@ -9,7 +9,7 @@ Dashboard html sobre websock , soporte GPSD , CM108 .
Continuamente todo el contenido publicado aqui, es actualizado , si esta observando atravez de un link compartido , dirijase al link principal :
https://gitlab.com/hp3icc/emq-TE1ws
https://github.com/hp3icc/emq-TE1ws
* Ultima revision: emq-TE1ws-Rev21 08/01/2023
@ -97,7 +97,7 @@ Puede instalar en su sistema operativo (Ubuntu , raspberry , Debian ) utilizando
apt-get install curl sudo -y
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/emq-TE1x.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/emq-TE1x.sh)"
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/shell-aprs/main/shell.sh)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu.sh)"

View File

@ -86,7 +86,7 @@ case $OPTION in
01\ *)sudo ${DVS}init_config.sh ;;
02\ *)sudo ${DVS}adv_config_menu.sh ;;
03\ *)sudo ${DVS}tools_menu.sh ;;
04\ *)sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/dv-list-tg.sh)" ;;
04\ *)sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/dv-list-tg.sh)" ;;
05\ *)sudo ${DVS}credits.sh ;;
06\ *)exit 0
esac

View File

@ -84,7 +84,7 @@ sudo cat > /opt/emq-ver <<- "EOF"
EMQ-VER: 21
EOF
#########
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu.sh)"
########################
if [ -f "/opt/obp.txt" ]
@ -198,7 +198,7 @@ EOF
sudo gpsd /dev/ttyACM0 -F /var/run/gpsd.sock
####################
echo iniciando instalacion
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/rm.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/rm.sh)"
cd /opt
git clone https://github.com/iu5jae/pYSFReflector3.git
cd pYSFReflector3/
@ -255,7 +255,7 @@ sudo chmod +x /opt/YSF2DMRGW/*
sudo apt-get install zip gzip tar -y
cd /opt/
wget https://gitlab.com/hp3icc/emq-TE1ws/raw/main/rtl-sdr-te1ws.zip
wget https://github.com/hp3icc/emq-TE1ws/raw/main/rtl-sdr-te1ws.zip
sudo unzip rtl-sdr-te1ws.zip
sudo rm rtl-sdr-te1ws.zip
cd rtl-sdr/
@ -442,7 +442,7 @@ WantedBy=multi-user.target
EOF
#
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/TG_List.csv -O /opt/MMDVMHost-Websocketboard/html/data/TG_List.csv
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/TG_List.csv -O /opt/MMDVMHost-Websocketboard/html/data/TG_List.csv
#
cat > /lib/systemd/system/rebooter1.service <<- "EOF"
[Unit]
@ -875,7 +875,7 @@ Longitude=0.0
Height=0
Location=Panama
Description=emq-TE1ws-MMDVM
URL=https://gitlab.com/hp3icc/emq-TE1ws
URL=https://github.com/hp3icc/emq-TE1ws
[Log]
# Logging levels, 0=No logging
@ -1298,7 +1298,7 @@ Longitude=0.0
Height=0
Location=DMR Gateway
Description=Multi-Mode DMRGateway
URL=https://gitlab.com/hp3icc/emq-TE1ws
URL=https://github.com/hp3icc/emq-TE1ws
[XLX Network]
#DMRID 7 DIGIT ONLY
@ -1686,7 +1686,7 @@ sudo chmod +x buster
apt-get update -y
apt-get install dvswitch-server -y
#############
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/dvs-config.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/dvs-config.sh)"
########
sudo cat > /usr/local/dvs/dvs <<- "EOF"
#!/bin/bash
@ -1775,7 +1775,7 @@ case $OPTION in
01\ *)sudo ${DVS}init_config.sh ;;
02\ *)sudo ${DVS}adv_config_menu.sh ;;
03\ *)sudo ${DVS}tools_menu.sh ;;
04\ *)sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/dv-list-tg.sh)" ;;
04\ *)sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/dv-list-tg.sh)" ;;
05\ *)sudo ${DVS}credits.sh ;;
06\ *)exit 0
esac
@ -1812,17 +1812,17 @@ sudo sed -i 's/www\/html/www\/dvs/g' /var/lib/dpkg/info/dvswitch*
sudo sed -i "s/Language=en_US/Language=es_ES/g" /opt/NXDNGateway/NXDNGateway.ini
sudo sed -i "s/Language=en_US/Language=es_ES/g" /opt/P25Gateway/P25Gateway.ini
####
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/analog_bridge.service -O /lib/systemd/system/analog_bridge.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/mmdvm_bridge.service -O /lib/systemd/system/mmdvm_bridge.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/ysfgateway.service -O /lib/systemd/system/ysfgateway.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/ysfparrot.service -O /lib/systemd/system/ysfparrot.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/nxdngateway.service -O /lib/systemd/system/nxdngateway.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/nxdnparrot.service -O /lib/systemd/system/nxdnparrot.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/p25gateway.service -O /lib/systemd/system/p25gateway.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/p25parrot.service -O /lib/systemd/system/p25parrot.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/quantar_bridge.service -O /lib/systemd/system/quantar_bridge.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/ircddbgatewayd.service -O /lib/systemd/system/ircddbgatewayd.service
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/service/md380-emu.service -O /lib/systemd/system/md380-emu.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/analog_bridge.service -O /lib/systemd/system/analog_bridge.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/mmdvm_bridge.service -O /lib/systemd/system/mmdvm_bridge.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/ysfgateway.service -O /lib/systemd/system/ysfgateway.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/ysfparrot.service -O /lib/systemd/system/ysfparrot.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/nxdngateway.service -O /lib/systemd/system/nxdngateway.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/nxdnparrot.service -O /lib/systemd/system/nxdnparrot.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/p25gateway.service -O /lib/systemd/system/p25gateway.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/p25parrot.service -O /lib/systemd/system/p25parrot.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/quantar_bridge.service -O /lib/systemd/system/quantar_bridge.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/ircddbgatewayd.service -O /lib/systemd/system/ircddbgatewayd.service
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/md380-emu.service -O /lib/systemd/system/md380-emu.service
#
cat > /opt/MMDVM_Bridge/MMDVM_Bridge.ini <<- "EOF"
[General]
@ -1935,7 +1935,7 @@ GatewayPort=14020
EOF
####
cd /opt/
git clone https://gitlab.com/hp3icc/D-APRS.git
git clone https://github.com/hp3icc/D-APRS.git
#
sudo cat > /lib/systemd/system/daprs.service <<- "EOF"
@ -2681,7 +2681,7 @@ sed '63 a TGID_URL = https://freedmr.cymru/talkgroups/talkgroup_ids_json.php' -i
sed '64 a #TGID_URL = https://freedmr.cymru/talkgroups/talkgroup_ids_flags_json.php' -i /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg
cd /opt/FDMR-Monitor/
sudo rm /opt/FDMR-Monitor/install.sh
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/self/install.sh
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/self/install.sh
chmod +x /opt/FDMR-Monitor/install.sh
#
sh /opt/FDMR-Monitor/install.sh
@ -2796,7 +2796,7 @@ make install-conf
sudo cp /usr/local/bin/direwolf /opt/direwolf/direwolf2
cd /opt/direwolf
wget https://gitlab.com/hp3icc/emq-TE1ws/raw/main/direwolf1
wget https://github.com/hp3icc/emq-TE1ws/raw/main/direwolf1
#############
sudo cat > /opt/direwolf/service1 <<- "EOF"
[Unit]
@ -3035,10 +3035,10 @@ IGTXLIMIT 6 10
EOF
##############
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/shell-aprs/main/shell.sh)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/self/data-id-update.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/self/data-id-update.sh)"
###########
cd /tmp/
sudo bash -c "$(wget -O - https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/gotty.sh)"
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/gotty.sh)"
#
sudo cat > /lib/systemd/system/gotty.service <<- "EOF"
[Unit]

View File

@ -162,8 +162,8 @@ WantedBy=multi-user.target
EOF
##
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-fdmr)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/self/data-id-update.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-fdmr)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/self/data-id-update.sh)"
data-id
sudo chmod +x /opt/FreeDMR/*.py
sudo chmod +x /opt/FreeDMR/config/*.py

View File

@ -1 +1 @@
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/update.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/update.sh)"

34
menu.sh
View File

@ -1,19 +1,19 @@
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-aprs)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-bcon)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-dvs)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-dw-analogo)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-dw-rtl)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-fdmr)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-igate)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-ionos)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-mm-rtl)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-mmdvm)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-noip)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-reboot)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-web)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-wifi)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-ysf)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-ysf2dmr)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-aprs)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-bcon)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-dvs)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-dw-analogo)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-dw-rtl)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-fdmr)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-igate)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-ionos)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-mm-rtl)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-mmdvm)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-noip)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-reboot)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-web)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-wifi)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-ysf)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-ysf2dmr)"

View File

@ -161,7 +161,7 @@ sed '63 a TGID_URL = https://freedmr.cymru/talkgroups/talkgroup_ids_json.php' -i
sed '64 a #TGID_URL = https://freedmr.cymru/talkgroups/talkgroup_ids_flags_json.php' -i /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg
cd /opt/FDMR-Monitor/
sudo rm /opt/FDMR-Monitor/install.sh
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/self/install.sh
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/self/install.sh
chmod +x /opt/FDMR-Monitor/install.sh
#
sh /opt/FDMR-Monitor/install.sh
@ -196,8 +196,8 @@ sh /opt/FDMR-Monitor/sysinfo/rrd-db.sh
#sed '35 a -->' -i /var/www/html/sysinfo.php
#cp -r /opt/FDMR-Monitor/sysinfo/ /var/www/html/sysinfo/
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/menu/menu-fdmr)"
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/self/data-id-update.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu/menu-fdmr)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/self/data-id-update.sh)"
data-id
#sudo python3 mon_db.py
sudo systemctl daemon-reload

View File

@ -1,5 +1,5 @@
cd /opt/
wget https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/setup-network.sh
wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/setup-network.sh
chmod +x setup-network.sh
sudo ./setup-network.sh --install --ap-ssid="emq-TE1-AP" --ap-password="Panama507" --ap-password-encrypt
--ap-country-code="PA" --ap-ip-address="192.168.50.1" --wifi-interface="wlan0"

View File

@ -55,15 +55,15 @@ fi
# case : action en fonction du choix
case $choix in
1)
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/te1ap.sh)" ;;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/te1ap.sh)" ;;
2)
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/lamp.sh)" ;;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/lamp.sh)" ;;
3)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/DVSMU/main/emq-dvsmu.sh)" ;;
4)
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/dvsTGupdate.sh)" ;;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/dvsTGupdate.sh)" ;;
5)
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/beacon-update.sh)" ;;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/beacon-update.sh)" ;;
6)
break;
esac
@ -99,7 +99,7 @@ sudo nano /opt/rules.txt ;;
3)
sudo nano /opt/extra-1.sh && chmod +x /opt/extra* ;;
4)
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/fdmr-update.sh)" ;;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/fdmr-update.sh)" ;;
5)
break;
esac
@ -130,7 +130,7 @@ case $choix in
1)
sudo nano /opt/extra-2.sh && chmod +x /opt/extra* ;;
2)
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1ws/-/raw/main/selfservice-update.sh)" ;;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/selfservice-update.sh)" ;;
3)
break;
esac