Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 880 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 880 Bytes

An IoT platform with common set of utilities and services for esp8266

Build Status

Credits

  1. Built on https://github.com/esp8266/Arduino
  2. Contains a slightly modified version of base64 implementation from René Nyffenegger [email protected] (http://www.adp-gmbh.ch/cpp/common/base64.html)
  3. Developed on PlatformIO IDE (http://platformio.org)
  4. Time management with TimeLib (https://github.com/PaulStoffregen/Time)
  5. Contains NTP code written by 'Francesco Potortì' (http://playground.arduino.cc/Code/NTPclient)

Pre-requisites

Build and Run
$ platformio run
$ platformio run --target upload

Not yet ready for production use. Contributions are welcome!