https://github.com/jensostertag/iot-leds-web
Webinterface to control IoT WS2812B-LEDs
https://github.com/jensostertag/iot-leds-web
Last synced: 21 days ago
JSON representation
Webinterface to control IoT WS2812B-LEDs
- Host: GitHub
- URL: https://github.com/jensostertag/iot-leds-web
- Owner: JensOstertag
- License: mit
- Created: 2025-01-29T22:59:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T22:55:26.000Z (3 months ago)
- Last Synced: 2025-02-10T04:33:06.929Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 52.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# IoT-LEDs
### Web application
Webinterface to control IoT WS2812B-LEDs
[About](#about) • [Dependencies](#dependencies) • [License](#license)
Title image generated by [deepai.org](https://deepai.org/machine-learning-model/text2img)
## About
This web application allows to control WS2812B LED strips over WiFi.
Other controls often fail to allow customization of animations and often have proprietary controls.
In this application, every user can create his own animations.The counterpart to this application, the device, consists of an ESP8266 microcontroller which then controls the LED strip.
The animation is fetched from the REST API.
The device's code is however still in development.## Dependencies
The following tools and libraries are used:
- **BladeOne** - GitHub: [EFTEC/BladeOne](https://github.com/EFTEC/BladeOne), licensed under [MIT license](https://github.com/EFTEC/BladeOne/blob/master/LICENSE)
- **TailwindCSS** - GitHub: [tailwindlabs/tailwindcss](https://github.com/tailwindlabs/tailwindcss), licensed under [MIT license](https://github.com/tailwindlabs/tailwindcss/blob/next/LICENSE)
- **pest** - GitHub: [pestphp/pest](https://github.com/pestphp/pest), licensed under [MIT license](https://github.com/pestphp/pest/blob/2.x/LICENSE.md)
- **PHPMailer** - GitHub: [PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer), licensed under [LGPL-2.1 license](https://github.com/PHPMailer/PHPMailer/blob/master/LICENSE)
- **chokidar** - GitHub: [paulmillr/chokidar](https://github.com/paulmillr/chokidar), licensed under [MIT license](https://github.com/paulmillr/chokidar/blob/main/LICENSE)
- **ws** - GitHub: [websockets/ws](https://github.com/websockets/ws), licensed under [MIT license](https://github.com/websockets/ws/blob/master/LICENSE)## License
This software is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.