-->
Page 1 of 4

ESPWebConfig - easy web configurator (AP or Station switch)

PostPosted: Wed Sep 09, 2015 11:40 am
by somkoder
This is my take on web config for the ESP8266, it allows you to setup an admin password, and quickly switch between AP and Station modes. When set as Station, if it fails to connect to the router it automatically falls back to AP mode.

As a simple bonus, I added optional listening to UDP and/or TCP ports (that is useful to me, maybe useful to you as well).

The initial version source-code is available here:

https://github.com/imerso/ESPWebConfig

Re: ESPWebConfig - easy web configurator (AP or Station swit

PostPosted: Thu Sep 10, 2015 2:35 pm
by krzychb
This is nice and slick library. I made it run in no time.
The code inside library is clean, well-organized and well commented. Do you need keywords.txt? No worries – it’s there :shock: Example is super minimalistic and this is great.
I could not resist mentioning the non-ordinary header dividers. They give this nice, small artistic touch to cold programming code that immediately attracted my attention :D
I love such nuggets!
Now I need to figure out a new ESP8266 project where I will use it :D
I am looking forward for more code from somkoder!
Krzysztof

Re: ESPWebConfig - easy web configurator (AP or Station swit

PostPosted: Thu Sep 10, 2015 3:32 pm
by somkoder
Wow, nice reply, many thanks, I'm glad you like it!

Re: ESPWebConfig - easy web configurator (AP or Station swit

PostPosted: Fri Sep 11, 2015 4:13 pm
by Rodrigo_Ricardo
Great was the program could not only use tcp or udp did not understand how to do