Client Server application installer to be used on a Linux machine ( ex. raspberryPi ). Note than you can also use the application on Windows. (https://github.com/QbusKoen/QbusClientServer)
Since the original development of Qbus, it was a closed system. This application makes the CTD controllers 'open' to communicate with other devices/applications.
- The installation script which
- Installs Mono (Client and server are written in .net)
- Downloads Client and Server from github
- Creates services for the Client and Server
Make sure your controller is enabled for use of the DLL.
First make sure you've got git installed:
sudo apt-get install git
Then clone this repository:
git clone https://github.com/QbusKoen/QbusClientServer-Installer
Give executable rights to installer:
chmod +x QbusClientServer-Installer/install.sh
Run the installer:
QbusClientServer-Installer/./install.sh
The installer will then ask for Username, Password, IP address and Serial nr of your controller.