The use of the ESP8266 in the world of IoT

User avatar
By jscottb
#39517 A http io server for the ESP. The server is an Arduino IDE sketch.

https://github.com/jscottb/ESP8266_http_io

Version 0.0001 - Alpha (Very!)

Exposes basic wiring functions: pinMode, digitalRead, digitalWrite, analogRead and analogWrite via a http server. Kind of Rest like, but NOT fully Restful. The returned data is in json format.