Date
1 - 11 of 11
DVSwitch Server instructions refresh
All, I don't have the source PDF to update but here is what I did to accomplish updating my DVSwitch Server in the cloud to use the new dvswitch.sh script instead of all the individual ini's and scripts. Keep in mind since my install is cloud (no usb or spare ambe device) I have not setup Dstar and I don't really use NXDN and P25. I'm am, however, using EA5GVK's image on a PI at my house to play with those modes. All I use in the cloud is DMR and YSF. Good luck I hope you find it helpful: DVSwitch Mobile Installation & Initial Setup Ubuntu 19.4 1. Install Ubuntu 19.4 in cloud or computer Note: It is recommended that the server have a static IP address. 2. Login to the server open Terminal and obtain root priviliges. Run: sudo -s 3. Install DVSwitch programs: Run: cd /tmp wget http://dvswitch.org/install-dvswitch-repo chmod +x install-dvswitch-repo ./install-dvswitch-repo apt-get update apt-get install dvswitch 4. Download new binaries from Github: Run: cd /opt/MMDVM_Bridge wget -O MMDVM_Bridge https://github.com/DVSwitch/MMDVM_Bridge/raw/master/bin/MMDVM_Bridge.amd64 chmod +x MMDVM_Bridge cd /opt/Analog_Bridge/ wget -O Analog_Bridge https://github.com/DVSwitch/Analog_Bridge/raw/master/bin/Analog_Bridge.amd64 chmod +x Analog_Bridge 5. Run: mv Analog_Bridge.ini Analog_Bridge_ini.save wget https://github.com/DVSwitch/Analog_Bridge/raw/master/Analog_Bridge.ini wget https://github.com/DVSwitch/Analog_Bridge/raw/master/dvsm.macro chmod +x dvsm.macro wget https://github.com/DVSwitch/Analog_Bridge/raw/master/dvswitch.sh chmod +x dvswitch.sh 6. Install Python: apt-get install python3 apt-get install python from here you can continue the steps from the pdf:
|
|
all the scripts found in https://dvswitch.groups.io/g/Mobile/files/Mobile%20DVSwitch%200725.pdf "404 error cant be found" They are probably incorporated in newer versions now?
Alec N1AJW
|
|
Joe is reworking the pdf as we speak. Just about all the scripting
has been replaced with dvswitch.sh
toggle quoted messageShow quoted text
On 1/5/20 12:49 PM, Alec-N1AJW wrote:
all the scripts found in https://dvswitch.groups.io/g/Mobile/files/Mobile%20DVSwitch%200725.pdf "404 error cant be found" They are probably incorporated in newer versions now?
|
|
Any idea when the updated pdf for
(https://dvswitch.groups.io/g/Mobile/files/Mobile%20DVSwitch%200725.pdf) with dvswitch.sh will be available? Thanks, Ken Smith K6EFJ
|
|
Ken,
toggle quoted messageShow quoted text
Best I can say right now is soon. Joe is working on it. Steve N4IRS
On 1/22/20 10:05 PM, Ken, K6EFJ wrote:
Any idea when the updated pdf for
|
|
give this a try in the mean time: https://docs.google.com/document/d/1aFIHNFfJ58mW1psD1Wnp-cSkaEc28A2o1sPE7ZVrQfI/edit?usp=sharing
On Wed, Jan 22, 2020 at 9:05 PM Ken, K6EFJ <ken@...> wrote: Any idea when the updated pdf for
|
|
francois xavier. humetz <francoisxavier.humetz@...>
Bonjours je recherche un coup de mais pour installer dvswitch sur mon tel portable ..j ai TeamViewer pour le faire....cordialement
|
|
Jean Ricklin <jyricklin@...>
Bonjour cher HAM F4IMV, un Om déjà à commencer à vous aider (F1J**). Vous avez besoin à priori d'un serveur DVSWITCh avant tout. F1IZL@...
|
|
R. H.
Under 5.
the Entry wget https://github.com/DVSwitch/Analog_Bridge/raw/master/dvswitch.sh wont work, 404 :(
|
|
toggle quoted messageShow quoted text
On 12/11/2020 1:04 PM,
ruediger.h@... wrote:
Under 5.
|
|
As I said, this is old. To get everything without going to github:
cd /tmp wget http://dvswitch.org/buster chmod +x buster ./buster apt-get update -y apt-get install dvswitch-server -y
|
|