-
Notifications
You must be signed in to change notification settings - Fork 1
Software installation
Matthieu Falce edited this page Sep 22, 2017
·
2 revisions
The software works on Linux / MacOs / Windows.
It is organized in 2 separate groups:
- master: performs all the game logic updates and play the sounds
- slave: performs all the communication between the master and the arduinos
Note: the master computer is also a slave to reduce the number of devices...
Follow the ansible playbooks. It is not expected to be at the last version, so check everything is working...
The slave and master software are registered as systemd deamons
.
You should have nothing to do to start them, they should autostart. Otherwise, use regular systemd
commands to see logs / restart...
Note: If you launch the program by yourself, you won't be able to run it if it is already running in deamon mode, you won't have explicit errors, only serial
issues.