Fork of the Pi-Star Digital Voice Dashboard with SVXLink support for FM mode.
This adds SVXLink as a network gateway for FM, allowing FM repeaters to connect to SVXReflectors — the same way YSFGateway, P25Gateway, or M17Gateway handle their respective digital modes.
Audio flows via UDP between MMDVMHost and SVXLink — no sound card needed:
Radio RF <-> MMDVM modem <-> MMDVMHost [FM Network] <-> UDP (3810/4810) <-> SVXLink <-> SVXReflector
Dashboard integration:
- FM Network status indicator in the network status table
- SVXLink info panel in the sidebar (reflector host, callsign, process status)
- SVXLink config editor at
/admin/expert/edit_svxlink.php
Deployment tooling (deploy/):
pistar-svxlink-installer.sh— installs everything on an existing Pi-Starsvxlink_ctrl— helper script for reflector connect/disconnect
Your MMDVM board must support FM mode. If FM doesn't work on your hardware (modem firmware too old, board doesn't support analog FM), SVXLink won't work either — it depends on MMDVMHost's FM Network for audio.
SSH into your Pi-Star and run:
rpi-rw
cd /tmp
git clone https://github.com/audric/Pi-Star_DV_Dash.git
cd Pi-Star_DV_Dash/deploy
sudo ./pistar-svxlink-installer.sh --dashboard-repo https://github.com/audric/Pi-Star_DV_DashThe installer will:
- Install the
svxlink-serverpackage - Update the dashboard to this fork (future updates via
/admin/update.php) - Deploy
svxlink_ctrlto/usr/local/sbin/ - Create a default SVXLink config at
/etc/svxlink/svxlink.confwith UDP audio (auto-reads callsign from MMDVMHost) - Enable
[FM]and[FM Network]in/etc/mmdvmhost - Configure sudoers for web-based control
- Restart MMDVMHost and start SVXLink
- Open
/admin/expert/edit_svxlink.phpin your browser - Set
AUTH_KEYand reflectorHOSTin the[ReflectorLogic]section
sudo /tmp/Pi-Star_DV_Dash/deploy/pistar-svxlink-installer.sh --uninstallThis restores the original upstream dashboard and removes the helper scripts.
Based on Pi-Star DV Dashboard by Andy Taylor (MW0MWZ), Hans-J. Barthen (DL5DI), and Kim Huebel (DG9VH).
- Upstream repo: https://github.com/AndyTaylorTweet/Pi-Star_DV_Dash
- Pi-Star project: https://www.pistar.uk
- SVXLink project: https://github.com/sm0svx/svxlink