2023-03-02 DVSwitch : 필요한 Module만 설치 방법
DVSwitch Server를 일반적으로 설치하면 모든 Module이 같이 설치된다
wget http://dvswitch.org/buster
chmod +x buster
sudo ./buster
sudo apt-get install -y dvswitch-server
그런데 DMR만 사용한다면 굳이 모두 설치할 필요가 없다
이럴 경우 필요한 것만 설치하면 된다
wget http://dvswitch.org/buster
chmod +x buster
sudo ./buster
sudo apt update
- DMR Module만 설치 방법 (analog-bridge, md380-emu, mmdvm-bridge)
sudo apt install analog-bridge -y
sudo apt install md380-emu
sudo apt install mmdvm-bridge
- 대시보드 추가 설치하고 싶으면
sudo apt-get install -y dvswitch-dashboard
- Menu 설치하고 싶으면
sudo apt-get install -y dvswitch-menu
이상입니다
DS5QDR 73!
[참고] https://dvswitch.groups.io/g/main/topic/97031930
main@DVSwitch.groups.io | Install analog-bridge md380-emu mmdvm-bridge ?
hello to all, I'm playing with a fresh install of svxlink and would like to use analog-bridge md380-emu and mmdvm-bridge, but it seems that the sources are not present ? wget http://dvswitch.org/DVSwitch_Repository/install-dvswitch-repo chmod +x install-dv
dvswitch.groups.io