Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 767 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 767 Bytes

libesp8266

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

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 Arduino IDE for Eclipse (http://eclipse.baeyens.it/)
  4. Time management with TimeLib (https://github.com/PaulStoffregen/Time)
  5. Contains NTP code written by 'Francesco Potortì' (http://playground.arduino.cc/Code/NTPclient)
  6. Contains slightly modified make file originally created by 'Peter Lerup' (https://github.com/plerup/makeEspArduino)

Not yet ready for production use. Contributions are welcome!