Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/interfaces/ddp.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ If you are implementing the protocol to send packets to WLED, do not bother impl
- [LedFX/devices/ddp.py](https://github.com/LedFx/LedFx/blob/main/ledfx/devices/ddp.py) LedFX's implementation for sending DDP packets to WLED.
- [yeonic/plugins/wled](https://github.com/YeonV/yeonic/blob/main/src/plugins/wled.ts#L51) TypeScript (javascript) implementation - Needs a nodejs like environment on Chromium engine.
- [TypeScript](https://gist.github.com/piretek/16b2c729135a4a64d60d48a15fb36996) Simple typescript implementation using `dgram` with `wled-client` in clean NodeJS environment.
- [Distributed Display Protocol (DDP) in Go](https://github.com/coral/ddp) Small Go library to send DDP packets to WLED.
- [Distributed Display Protocol (DDP) in Go](https://github.com/coral/ddp) Small Go library to send DDP packets to WLED.
- [ddp-lighting-java](https://github.com/llled/ddp-lighting-java) A pure Java implementation of DDP.