OPEnSLab-OSU / Nanolux

Cymaspace AudioLux Opensource code
GNU General Public License v3.0
5 stars 9 forks source link

LED Strip Simulator V2 #59

Closed shillinc-osu closed 9 months ago

shillinc-osu commented 10 months ago

Background

The current LED strip simulator is difficult to use and not resistant to disconnects. For example:

The current code is actually pretty solid, and just needs some exception handling and a good UI to be a good development tool. The communication protocol is also very simple and has a lot of room to send additional data should we want it.

We will continue to develop in Python due to portability and the interest to reuse code whenever possible.

This feature is out-of-scope, so development should not hinder the development of other more essential features.

Task List

Acceptance Criteria

shillinc-osu commented 9 months ago

Issue completed, looking to merge.