HomeKidd / Homekit-WS2812B-controller

ESP8266 based  Homekit controller for WS2812B lightstrips with WS2812FX support🌈
237 stars 35 forks source link

Where is the source code ? #33

Closed toome123 closed 3 years ago

toome123 commented 3 years ago

Thanks, for great wiki and this repo at all. But where I can find source code of this bin?

HomeKidd commented 3 years ago

Theres no source code due to the complexity of my custom version of esp-open-rtos, custom libraries etc. 99% of people was unable to compile the code when it was public.

But the source of the project is available in the readme.md, my code is based on that and its public:

This project uses the Apple HomeKit accessory server library ESP-HomeKit from @MaximKulkin for ESP-OPEN-RTOS.

dsully commented 3 years ago

Seems like it'd be worth the time to ensure that the source is able to be compiled with proper setup and/or Docker image with cross-compilers.