abhijithvijayan / esp8266-web-server

Run a web server within a NodeMCU ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 esp8266-web-server

Run a web server within a NodeMCU ESP8266

🙋‍♂️ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee


demo

Station (STA) Mode

The ESP8266 that connects to an existing WiFi network (one created by your wireless router) is called Station (STA)

In STA mode ESP8266 gets IP from wireless router to which it is connected. With this IP address, it can set up a web server and deliver web pages to all connected devices under existing WiFi network.

Show your support

Give a ⭐️ if this project helped you!

Licence

Code released under the MIT License.

About

Run a web server within a NodeMCU ESP8266

License:MIT License


Languages

Language:C++ 100.0%