TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
297 stars 64 forks source link

Possible script to add devices #132

Closed bsodergren closed 2 years ago

bsodergren commented 3 years ago

A modification to allow a shell script to add a new connected node device when one connects to the private WiFi.

TobKra96 commented 3 years ago

You can achieve such an "automatic connection" by scanning the network for new devices and add it to mlsc:

At the moment I do not want to implement such a feature inside the default mlsc program. I don't want to scan the network of our users for new devices.

bsodergren commented 3 years ago

the stopping the MLSC writing a new config.json is what im doing, but i was wondering if it's possible to get a more streamline, command line interface to add/remove devices.

But i guess that gives me an excuse to learn python