https://github.com/yussufbiyik/esp8266webserver-creator
🌟 A webserver creator for ESP8266WebServer library.
https://github.com/yussufbiyik/esp8266webserver-creator
arduino esp8266 esp8266-webserver learn nodemcu nodemcu-arduino nodemcu-esp8266 student-vscode webserver
Last synced: 8 months ago
JSON representation
🌟 A webserver creator for ESP8266WebServer library.
- Host: GitHub
- URL: https://github.com/yussufbiyik/esp8266webserver-creator
- Owner: yussufbiyik
- Created: 2020-06-11T17:50:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T16:58:26.000Z (over 3 years ago)
- Last Synced: 2025-04-01T17:58:05.159Z (9 months ago)
- Topics: arduino, esp8266, esp8266-webserver, learn, nodemcu, nodemcu-arduino, nodemcu-esp8266, student-vscode, webserver
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP8266WebServer Creator
You can create your WebServers with ease by using this script.
## How it Works ?
* It takes every HTML file in `pages` folder and adds them into a .cpp file in a proper way.
* Then you can upload it to your Arduino, NodeMCU etc...
* You can see example result from [this page](https://gist.github.com/yussufbiyik/10c04b4c92bc69da3b224e97a80e2bfa)
* Check LEARN.md for more details!
## Before Using !
* Don't use index.html as a file name because it creates a problem, use anything other instead.
* I tested the results with PlatformIO so there might be problems when using Arduino IDE you can report them by using `Issues`.
## How to Use ?
* Put your HTML files in `pages` folder.
* Modify config.json
* Run the script and that's it.
## Config.json
* SSID = Your WiFi Name
* Password = Your WiFi Password
* BaudRate = BaudRate
* Port = Server Port