C++ library for IoT Sensors/Actors with ESP8266 (or NodeMCU etc.) made with Arduino
There are no results by looking for base classes (or a framework) to easy implement IoT-Devices with sensors and actors with an ESP8622 (NodeMCU) on Arduino (C++). All examples/systems I can found are not object orientated, therefor is many copy and paste needed by implementing more than one device and/or they are connected to special servers via special protocols. In most cases the homeserver do all the managment/controlling of the devices. The better way is, that there is decentralized knowledge in each device. Therefore I dont want to use a homeserver system, but implementing my own small web based dashboard. Web-Server and devices are connectd via http / json.
Download as submodule into your project repository and install in your Arduino library folder
There are no automatic tests right now
compile it for your iot device
- Andreas Tengicki - Initial work - DeckardRick
See also the list of contributors who participated in this project.
Copyright Andreas Tengicki 2018, Germany, 64347 Griesheim ([email protected]) Licence CC-BY-NC-SA 4.0, NO COMMERCIAL USE (https://creativecommons.org/licenses/by-nc-sa/4.0/)