Installing the AcLocEm Client application

The AcLocEm Client comes as 2 small applications with all the required dependencies bundled in an AppImage executable. We facilitate the installation by providing a script to download the required files and to setup the required configurations. The script and the client have been tested on Ubuntu 18.04 (and flavours). We detail the minimal required installation steps below. Run the following commands in the Linux terminal

sudo apt-get update
sudo apt-get install dos2unix

wget https://lasegers.duckdns.org/simulator/install/install_client.sh
dos2unix ./install_client.sh
sudo sh ./install_client.sh $USER

Do not forget to add the $USER variable behind the last command. Failing to do so will result in shortcuts and appropriate permissions not being set.

We also prepared a virtual machine with the client application ready. The virtual machine is an Ubuntu 18.04 LTS machine and runs in VMWare Player. The virtual machine can be downloaded here. The username and password are "beamforming" and "azerty".

Removing the AcLocEm Client application

During the installation and usage of the client application several files are created and modified on the system. We provide an automated script to remove all files from the system. Downloading and running the script is shown in code snippet below.

sudo apt-get update
sudo apt-get install dos2unix

wget https://lasegers.duckdns.org/simulator/install/remove_client.sh
dos2unix ./remove_client.sh
sudo sh ./remove_client.sh $USER

Microphone array master files

Downloadable here