ESP8266 AP webserver non linrary example
Posted:
Sun Jul 02, 2017 8:39 am
by MartynC
Hi,
can anybody point me in the direction of AP web server example that does not use a library.
Thanks
Re: ESP8266 AP webserver non linrary example
Posted:
Sun Jul 02, 2017 9:21 am
by martinayotte
Why do you wish to have WebServer without any libraries ?
Libraries are there to avoid re-inventing the wheel !
Writing your own WebServer could become a tedious task ...
Re: ESP8266 AP webserver non linrary example
Posted:
Wed Jul 05, 2017 6:55 am
by MartynC
I've just come back to the ESP8266 after a long break and wanted a sketch I could study.
I sometimes find it difficult understanding libraries and thought a sketch would be more understandable to me.
Re: ESP8266 AP webserver non linrary example
Posted:
Wed Jul 05, 2017 8:49 am
by martinayotte
Simply check this sketch which is using ESP8266WebServer library :
https://github.com/esp8266/Arduino/blob ... Server.ino