You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the effects and presets that you've implemented. Great work!
I want to control and synchronize three different LED strips (2801, 2812, 6812) using a single frontend.
I'm considering usability and decoupling this approach from specific LED strips, allowing for the use of any type of LED strip or controller.
Master Slave, Client-Server, Broadcast
I'm interested in the architecture of controlling LED strips with a frontend, specifically transitioning from a 1:1 model to a server-client model where multiple controllers(1:n) can be controlled by the frontend. Initially, all controllers will run the same effect, but later we may give each instance its own effect or treat the system as a single LED strip.
I propose encapsulating the calculation in a single module, which would only require the arrangement and number of LEDs for the calculation, regardless of the type or controller used.
Lets Discuss
Finally, my question is whether to develop from scratch or fork the project and implement the required changes. I'm asking about the degree of tight coupling between the architecture and controllers/LED strips and whether it's worth building on this architecture.
Before I jump into anything, I'd love to discuss with you and hear your thoughts and opinions. What do you think?
The text was updated successfully, but these errors were encountered:
Why im here?
I really like the effects and presets that you've implemented. Great work!
I want to control and synchronize three different LED strips (2801, 2812, 6812) using a single frontend.
I'm considering usability and decoupling this approach from specific LED strips, allowing for the use of any type of LED strip or controller.
Master Slave, Client-Server, Broadcast
I'm interested in the architecture of controlling LED strips with a frontend, specifically transitioning from a 1:1 model to a server-client model where multiple controllers(1:n) can be controlled by the frontend. Initially, all controllers will run the same effect, but later we may give each instance its own effect or treat the system as a single LED strip.
I propose encapsulating the calculation in a single module, which would only require the arrangement and number of LEDs for the calculation, regardless of the type or controller used.
Lets Discuss
Finally, my question is whether to develop from scratch or fork the project and implement the required changes. I'm asking about the degree of tight coupling between the architecture and controllers/LED strips and whether it's worth building on this architecture.
Before I jump into anything, I'd love to discuss with you and hear your thoughts and opinions. What do you think?
The text was updated successfully, but these errors were encountered: