https://github.com/wokwi/esp32-http-server
ESP32 HTTP Server Example for Wokwi
https://github.com/wokwi/esp32-http-server
Last synced: 5 months ago
JSON representation
ESP32 HTTP Server Example for Wokwi
- Host: GitHub
- URL: https://github.com/wokwi/esp32-http-server
- Owner: wokwi
- License: mit
- Created: 2022-12-14T17:55:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T20:21:46.000Z (over 1 year ago)
- Last Synced: 2024-11-16T01:11:59.131Z (7 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 16
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 HTTP Server Example
ESP32 web server example: control 2 LEDs from a web page hosted on the ESP32.
Use [Wokwi for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode) to simulate this project.
## Building
This is a [PlatformIO](https://platformio.org) project. To build it, [install PlatformIO](https://docs.platformio.org/en/latest/core/installation/index.html), and then run the following command:
```
pio run
```## Simulating
To simulate this project, install [Wokwi for VS Code](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode). Open the project directory in Visual Studio Code, press **F1** and select "Wokwi: Start Simulator".
Once the simulation is running, open http://localhost:8180 in your web browser to interact with the simulated HTTP server.