-->
Page 1 of 1

can i acces the direct link like in browser by esp 826

PostPosted: Sat Sep 10, 2016 9:13 pm
by Thoem
can I acess the esp8266 like we use the browser chrome for direct link ?
if can show the code pls
TY Master

Re: can i acces the direct link like in browser by esp 826

PostPosted: Tue Sep 13, 2016 10:48 am
by mrburnette
There is more than one way to do this based upon you intent. The Internet uses "DNS" and unless you run your own DNS server, you are probably wanting DDNS, orhttps://en.wikipedia.org/wiki/Dynamic_DNS User Mitmell has an example.

Another way is to use a captive portal and then redirect. A captive server responds to any DNS from the browser and then can forward you to another webpage or server. Example.

There are other ways, too, but most likely DDNS will work for your need.


Ray