folny82 wrote:Thanks for the advice I tried iot_demo but I just do not understand exactly how ...
I only presented the iot_demo as an example of how to add this code to some other code ... feel free to try it out with anything else ... following the method presented here ...
folny82 wrote:I just do not understand exactly how a iot_demo function can configure ESP through the web interface ?.
I am currently working on a custom version of the iot_demo that will handle the get/set functions using json calls (exactly how the iot_demo works now) ... then using a single html (js, css, images, sounds, etc ... all embedded within) file acting as a javascript app to interface/manipulate the device using json calls ... similar to the android (iot.apk) demo app floating around out there ... but from a crossplatform web app instead
My ideal firmware would not only be able to handle the json calls ... but also to be able to serve up (maybe gzipped) this single html file ... to clients that don't already have it but I'm not there yet ...