Compare commits

...

6 Commits

Author SHA1 Message Date
M0VUB 05d8063885
Update README.md
acknowlege orginal contributors
2022-01-04 22:48:46 +00:00
M0VUB c0c280d978
Update README.md
Change h1 to h2
2022-01-04 22:41:26 +00:00
M0VUB c4e4f176e5
Update README.md
Add title and x86 / ARM support
2022-01-04 22:40:46 +00:00
M0VUB e1d9df14f9
Update README.md
tidy up md
2022-01-04 22:37:05 +00:00
M0VUB fd67c76ed7
Update ambe-debian-installer
Clean up install
2022-01-04 22:19:28 +00:00
M0VUB 63c7ddb62e
Update ambed.service
add the "t" lol
2022-01-04 21:17:47 +00:00
3 changed files with 22 additions and 12 deletions

View File

@ -1,12 +1,22 @@
# ambed-debian-installer # AMBEd Installer for XLXd (Debian 11 Support!)
This is a simple install script to install AMBED, a piece of software that when combined with hardware AMBE vocoder chips and another piece of software, XLXD, can transcode digital voice modes. This script simply runs through the official install instructions found at:
## ambed-debian-installer
This installer was orginally created by N5AMD. The script has been slightly changed with updated dependencies & updated links from FTDI. Thanks to all
the contributors on this script! The original script can be found here https://github.com/n5amd/ambed-debian-installer
To continue to use this fork please follow the instructions below:
This is a simple install script to install AMBEd, a piece of software that when combined with hardware AMBE vocoder chips and another piece of software, XLXD, can transcode digital voice modes. This script simply runs through the official install instructions found at:
https://github.com/LX3JL/xlxd/blob/master/ambed/readme https://github.com/LX3JL/xlxd/blob/master/ambed/readme
### To Install:
1. Have a Debian 9.x computer ready and up to date with a 64bit CPU architecture.
### How To Install:
1. Have a Debian 9, 10 or 11 x86/ARM computer ready and up to date with a 64bit CPU architecture.
2. Plug the AMBE vocoder chips into the server. 2. Plug the AMBE vocoder chips into the server.
3. 3.
```sh ```sh
git clone https://github.com/n5amd/ambed-debian-installer git clone https://github.com/shaymez/ambed-debian-installer
cd ambed-debian-installer cd ambed-debian-installer
./ambed-debian-installer ./ambed-debian-installer
``` ```
@ -35,6 +45,6 @@ chmod 755 /ambed/watchdog
https://github.com/n5amd/Multi-Reflector-Installer https://github.com/n5amd/Multi-Reflector-Installer
**For more information, please visit:** **For more information, please visit N5AMD:**
https://n5amd.com/digital-radio-how-tos/build-digital-voice-transcoding-server/ https://n5amd.com/digital-radio-how-tos/build-digital-voice-transcoding-server/

View File

@ -3,7 +3,7 @@
#A tool to install AMBE server. #A tool to install AMBE server.
#This is essentially a scripted version of: #This is essentially a scripted version of:
#https://github.com/LX3JL/xlxd/blob/master/ambed/readme #https://github.com/LX3JL/xlxd/blob/master/ambed/readme
#Step 1: Install Debian 8, 9 & 10 and make sure it has internet and is up to date. #Step 1: Install Debian 8, 9 10 or 11 and make sure it has internet and is up to date.
#Step 2: Plug AMBE Chip(s) into computer. #Step 2: Plug AMBE Chip(s) into computer.
#Step 3: Run this script on the computer with the ambe chips. #Step 3: Run this script on the computer with the ambe chips.
#Step 4: Reboot after installation. #Step 4: Reboot after installation.
@ -31,7 +31,7 @@ X64=http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-x86_64-1.4.6.tgz
X32=http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-i386-1.4.6.tgz X32=http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-i386-1.4.6.tgz
ARM=https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.22.tgz ARM=https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.22.tgz
AMBINSTDIR=/root/reflector-install-files/ambed AMBINSTDIR=/root/reflector-install-files/ambed
DEP="wget git g++ build-essential figlet" DEP="wget git g++ build-essential figlet nano"
GITREPO=https://github.com/LX3JL/xlxd.git GITREPO=https://github.com/LX3JL/xlxd.git
echo "------------------------------------------------------------------------------" echo "------------------------------------------------------------------------------"
echo " Installing required software..." echo " Installing required software..."
@ -115,7 +115,7 @@ systemctl daemon-reload
sleep 2 sleep 2
clear clear
sleep 2 sleep 2
echo "Starting AMBEd Server....." echo "Enabling AMBEd Server....."
systemctl enable ambed systemctl enable ambed
figlet "AMBEd" figlet "AMBEd"
sleep 3 sleep 3
@ -123,12 +123,12 @@ echo ""
echo "" echo ""
echo "************************************************************************" echo "************************************************************************"
echo "" echo ""
echo " The AMBEd Installation Is Complete! "
echo "" echo ""
echo " The install is complete. "
echo " ******* Now reboot the server. ******* " echo " ******* Now reboot the server. ******* "
echo " Use 'systemctl status ambed' to check the status. " echo " Use 'systemctl status ambed' to check the status. "
echo " ambed logs are part of /var/log/messages. " echo " ambed logs are part of /var/log/messages. "
echo " Just make sure this computer can be accessed over UDP 10100 " echo " Just make sure this computer can be accessed over UDP 10100 "
echo "" echo ""
echo "" echo ""
echo "************************************************************************" echo "************************************************************************"

View File

@ -12,4 +12,4 @@ ExecStart=/ambed/ambed 127.0.0.1
Restart=on-abnormal Restart=on-abnormal
[Install] [Install]
WantedBy=multi-user.targe WantedBy=multi-user.target