Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LowLevel MQTT Endpoint #31

Open
domiko96 opened this issue Nov 14, 2020 · 0 comments
Open

Add LowLevel MQTT Endpoint #31

domiko96 opened this issue Nov 14, 2020 · 0 comments

Comments

@domiko96
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant