Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Neurogami
#32255
CptanPanic wrote:https://github.com/marcoschwartz/aREST

Looks like it makes a super easy REST API. Now I just need to find an easy to build mobile web-app for it.


There doesn't appear to be anything in the code to handle the different HTTP request types (POST, HEAD, GET, PUT, etc.) which are essential to REST.

For example, reading a value would be a GET request; updating a value should be a PUT request.
User avatar
By Barnabybear
#32258
CptanPanic wrote:https://github.com/marcoschwartz/aREST

Looks like it makes a super easy REST API. Now I just need to find an easy to build mobile web-app for it.


https://github.com/marcoschwartz/aREST_UI goes nicely with it.

Hangs at times - I'm just trying to work out why.

http://iot-playground.com/2-uncategorised/40-esp8266-wifi-relay-switch-arduino-ide is simple if you just want to do some switching.