From 96e952eb5bcbb003fb838c3d196eb9967d1da050 Mon Sep 17 00:00:00 2001 From: Krzysztof Strehlau Date: Sat, 31 Aug 2024 23:27:15 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f3baf6..8067aed 100644 --- a/README.md +++ b/README.md @@ -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://cziter15.github.io](https://github.com/cziter15/ksIotFrameworkLib) - A component oriented IoT framework targeting Arduino ESP32/8266 that provides integrated application/component management feature (with custom RTTI typecasting) and implements common logic on top of this including HTTP based device portal (with integrating OTA, configuration page, 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. From fc1fc8bc16c31376f90eb1190184392cd2833537 Mon Sep 17 00:00:00 2001 From: Krzysztof Strehlau Date: Sat, 31 Aug 2024 23:28:50 +0200 Subject: [PATCH 2/3] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8067aed..e529756 100644 --- a/README.md +++ b/README.md @@ -147,4 +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://cziter15.github.io](https://github.com/cziter15/ksIotFrameworkLib) - A component oriented IoT framework targeting Arduino ESP32/8266 that provides integrated application/component management feature (with custom RTTI typecasting) and implements common logic on top of this including HTTP based device portal (with integrating OTA, configuration page, 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. +- [ksIotFrameworkLib](https://github.com/cziter15/ksIotFrameworkLib) - A component oriented IoT framework targeting Arduino ESP32/8266 that provides integrated application/component management feature (with custom RTTI typecasting) and implements common logic on top of this including HTTP based device portal (with integrating OTA, configuration page, 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. From 0157c56b6370a721348b36ac468f9feabfdc4d19 Mon Sep 17 00:00:00 2001 From: Krzysztof Strehlau Date: Sat, 31 Aug 2024 23:30:39 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e529756..8f368e1 100644 --- a/README.md +++ b/README.md @@ -147,4 +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 targeting Arduino ESP32/8266 that provides integrated application/component management feature (with custom RTTI typecasting) and implements common logic on top of this including HTTP based device portal (with integrating OTA, configuration page, 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. +- [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.