Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ksIotFrameworkLib #28

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,4 @@ A curated list of awesome ESP8266/32 projects and code.
- [CanAirIO SensorLib](https://github.com/kike-canaries/canairio_sensorlib#canairio-air-quality-sensors-library) - ESP32/8266 library with auto-configuration of multiple PM2.5, CO2 and environment sensors.
- [Dhyara](https://github.com/neel/dhyara) - A C/C++ library for making a Mobile Ad hoc Network (MANET) using ESP Now.
- [LedFx](https://github.com/LedFx/LedFx) - A library for using audio input to create realtime light shows. LedFx can control multiple devices and works great with cheap ESP8266 nodes.
- [ksIotFrameworkLib](https://github.com/cziter15/ksIotFrameworkLib) - A component oriented IoT framework for Arduino ESP32/8266 that implements integrated application/component architecture (with custom RTTI typecasting) and commonly used logic on top of this architecture, including HTTP based device portal (with integrated OTA firmware update, configuration page, command terminal and statistics), MQTT client, LED manager. User code is meant to share same architecture, which allows to easily incorporate component oriented patterns into the application code.