This version leverages the crossbar.io application framework to allow multiple components to produce patterns (Machines), locate UDP Lights (Devices), and dynamically route patterns to UDP devices (Links). This paradigm allowed for an even more efficient system, where a single instance of the daemon can talk to multiple strips.
This is the first time where color space expansion was implemented in the application as part of a selectable RGB vs GRB configuration process; as well as a device flasher feature, to locate physical devices. The machine service can be scaled horizontally in order to better use available resources.
A Vue+WAMP UI implements dynamic control for linking the previously described components together
A QT + Twisted interface was added for desktop control that implemented all the same features as the existing Web Interface, leveraging the same RPCs implemented by the web UI.
A small Kotlin + Autobahn application was also written to take existing pubsub streams and display them as part of another control interface