Skip to content

Commit a27e200

Browse files
authored
Merge pull request #201 from piretek/patch-1
Add another WLED DDP protocol TypeScript implementation
2 parents 0b16c64 + b6b4a55 commit a27e200

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/interfaces/ddp.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ If you are implementing the protocol to send packets to WLED, do not bother impl
2121
## Example implementations
2222

2323
- [ddp-rs](https://github.com/coral/ddp-rs) A Rust library for sending (and even receiving) DDP packets.
24-
- [LedFX/devices/ddp.py](https://github.com/LedFx/LedFx/blob/main/ledfx/devices/ddp.py) LedFX's implementation for sending DDP packets to WLED
25-
- [yeonic/plugins/wled](https://github.com/YeonV/yeonic/blob/main/src/plugins/wled.ts#L51) TypeScript (javascript) implementation - Needs a nodejs like environment
24+
- [LedFX/devices/ddp.py](https://github.com/LedFx/LedFx/blob/main/ledfx/devices/ddp.py) LedFX's implementation for sending DDP packets to WLED.
25+
- [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.
26+
- [TypeScript](https://gist.github.com/piretek/16b2c729135a4a64d60d48a15fb36996) Simple typescript implementation using `dgram` with `wled-client` in clean NodeJS environment.

0 commit comments

Comments
 (0)