ESPWebServer | HTTP server library for ESP8266/ESP32 Arduino cores
kandi X-RAY | ESPWebServer Summary
kandi X-RAY | ESPWebServer Summary
HTTP server library for ESP8266/ESP32 Arduino cores (previously ESP8266WebServer)
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ESPWebServer
ESPWebServer Key Features
ESPWebServer Examples and Code Snippets
Community Discussions
Trending Discussions on ESPWebServer
QUESTION
I'm using an ESP8266 web server. I'm creating a Wifi AP and I use a web server to host a website that I want to access from my mobile phone's browser:
...ANSWER
Answered 2018-May-24 at 08:01Your ESP creates its own little LAN, and you can access it when you're part of this LAN. But when you're connected to mobile network you are part of global internet which doesn't know anything about your ESP's LAN.
So, you need to connect them somehow.
For example - you have your home internet provider and, let's say, you have a wireless router D-Link. It means that you can make your home LAN visible to the internet via D-Link Dynamic DNS service. So, you can run your ESP as a client of the home LAN (not as AP) and you can map ESP's local IP to some globally available address.
Yes, you will loose nice domain 'my_wifi_config.com', but you will be able to access ESP's functionality, whatever it is (webpage with thermotemeter values or a button to turn on the lights).
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ESPWebServer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page