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
Idea:
Add a lowlevel dircet access MQTT Topic per espled board, where one could send raw bytes for individual leds (not as json). So we can send a full strip state from a Python/Go Application.
We definitely should evaluate the performance and latency along with qos capabilities of mqtt.
To ensure high performance:
Write directly to Fastled buffer (or PWM Outputs) without copying
Use raw bytes insead of json -> no parsing and buffer needs
The text was updated successfully, but these errors were encountered:
Idea:
Add a lowlevel dircet access MQTT Topic per espled board, where one could send raw bytes for individual leds (not as json). So we can send a full strip state from a Python/Go Application.
We definitely should evaluate the performance and latency along with qos capabilities of mqtt.
To ensure high performance:
The text was updated successfully, but these errors were encountered: