From 21865efebd97e46fa1eba5716165edb5756f5941 Mon Sep 17 00:00:00 2001 From: alexmkt Date: Tue, 13 Jan 2026 12:26:26 -0600 Subject: [PATCH] Add a link to ddp-lighting-java to the implementations list in ddp.md --- docs/interfaces/ddp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/interfaces/ddp.md b/docs/interfaces/ddp.md index cb108389a..1c84ed943 100644 --- a/docs/interfaces/ddp.md +++ b/docs/interfaces/ddp.md @@ -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. \ No newline at end of file + - [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.