Files
EMS-ESP32/mock-api/README.md
2025-05-18 15:53:38 +02:00

583 B

When developing and testing the web interface, it's handy not to bother with re-flashing an ESP32 each time. The idea is to mimic the ESP using a mock/stub server that responds to the REST (HTTP POST & GET) and WebSocket calls.

prerequisites

To run