LedFx / LedFx

LedFx is a network based LED effect engine designed to deliver advanced real-time audio effects to a wide variety of devices.
https://ledfx.app
GNU General Public License v3.0
1.37k stars 165 forks source link

DDP protocol support #48

Closed mase76 closed 3 years ago

mase76 commented 3 years ago

Hi! Can you add DDP protocol support? It is a lightweight E1.31 alternative. WLED supports it since version 0.11.0, and it is somewhat faster.

shauneccles commented 3 years ago

If you know of a pre-made python library we're all ears but I can't find one.

Without a pre-made library we're unlikely to spend time duplicating functionality.

sACN or UDP both function for WLED.

shauneccles commented 3 years ago

Due to significant performance issues with sACN this is now scheduled for the next major release.

shauneccles commented 3 years ago

This is implemented in the next release. No current ETA.