An IoT platform with common set of utilities and services for esp8266
Credits
- Built on https://github.com/esp8266/Arduino
- Contains a slightly modified version of base64 implementation from René Nyffenegger [email protected] (http://www.adp-gmbh.ch/cpp/common/base64.html)
- Developed on PlatformIO IDE (http://platformio.org)
- Time management with TimeLib (https://github.com/PaulStoffregen/Time)
- Contains NTP code written by 'Francesco Potortì' (http://playground.arduino.cc/Code/NTPclient)
Pre-requisites
- PlatformIO (http://platformio.org/)
Build and Run
$ platformio run
$ platformio run --target upload
Not yet ready for production use. Contributions are welcome!