IPSC3view
A terminal dashboard client for IPSC3.
Quick install
curl -L -o ipsc3view https://ipsc3.vkdmr.com/downloads/ipsc3view chmod +x ipsc3view ./ipsc3view
Dashboard clients for desktop and terminal use.
A terminal dashboard client for IPSC3.
curl -L -o ipsc3view https://ipsc3.vkdmr.com/downloads/ipsc3view chmod +x ipsc3view ./ipsc3view
A QT based desktop client for IPSC3.
curl -L -o ipsc3qt https://ipsc3.vkdmr.com/downloads/ipsc3qt chmod +x ipsc3qt ./ipsc3qt
Pick the operating system below. IPSC3qt installs its QT dependency automatically on first run.
Install Python 3 from python.org or the Microsoft Store first. If using the python.org installer, enable the option to add Python to PATH.
mkdir $env:USERPROFILE\IPSC3 cd $env:USERPROFILE\IPSC3 Invoke-WebRequest https://ipsc3.vkdmr.com/downloads/ipsc3qt -OutFile ipsc3qt.py py .\ipsc3qt.py
Invoke-WebRequest https://ipsc3.vkdmr.com/downloads/ipsc3view -OutFile ipsc3view.py py .\ipsc3view.py
Install Python 3, curl and venv support. The commands below are for Debian and Ubuntu systems.
sudo apt update sudo apt install -y python3 python3-venv python3-pip curl
curl -L -o ipsc3qt https://ipsc3.vkdmr.com/downloads/ipsc3qt chmod +x ipsc3qt ./ipsc3qt
curl -L -o ipsc3view https://ipsc3.vkdmr.com/downloads/ipsc3view chmod +x ipsc3view ./ipsc3view
Use Python 3 from Homebrew or python.org. Homebrew is the simplest path if it is already installed.
brew install python
curl -L -o ipsc3qt https://ipsc3.vkdmr.com/downloads/ipsc3qt chmod +x ipsc3qt ./ipsc3qt
curl -L -o ipsc3view https://ipsc3.vkdmr.com/downloads/ipsc3view chmod +x ipsc3view ./ipsc3view
Installer helper for Pi-Star hotspot systems.
Adds IPSC3-VKDMR to the Pi-Star DMR Hosts files.
curl -fsSL https://ipsc3.vkdmr.com/downloads/pi-star-ipsc3-vkdmr | sudo sh