eidoom / GaltonBoard

The Galton Board exhibit at the Royal Society Summer Exhibition
GNU General Public License v3.0
1 stars 3 forks source link

Fix control from server #12

Open eidoom opened 4 years ago

eidoom commented 4 years ago

The remote control scripts, start-all-sim.sh etc, do not work because the remote Pis are not using the custom IP addresses the script expects them to.

The script also points to the directory of the old files. I intend to install the updated code at a new location and keep the old code as a fallback.

eidoom commented 4 years ago

Updating the Pi from Jessie to Stretch changed how the network configuration files work. For the server to broadcast a wifi network (as it did before, to remotely control the other Pis), we'll need to reconfigure it. It may be as simple as just moving stuff from /etc/network/interface to /etc/dhcpcd.conf - maybe.