ksIotFrameworkLib - my iot helper framework targeting esp32 and esp8266 (Arduino) #10714
cziter15
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ksIotFrameworkLib is composition oriented internet of things framework that provides simple and extendable architecture, handles device setup (WiFi setup, MQTT and application specific configuration), network connectivity, MQTT telemetry protocol and more...
Currently all my esp based devices are running this on top of this framework:
To build an application, simply create a new class inherited from ksApplication and add your initial components inside the init method. See projects like emon_fw for reference.
🔎 How does it work under the hood?
Example code:
You can grab the library here:
https://github.com/cziter15/ksIotFrameworkLib
Reference projects:
https://github.com/cziter15/raesp_gateway
https://github.com/cziter15/emon_fw
Built-in examples:
https://github.com/cziter15/ksIotFrameworkLib/tree/master/examples
Works best with platformio.
Beta Was this translation helpful? Give feedback.
All reactions