ESP8266 http io server
Posted: Sat Jan 23, 2016 2:59 pm
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.
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.