-->
Page 1 of 1

ESP8266 http io server

PostPosted: Sat Jan 23, 2016 2:59 pm
by jscottb
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.