Search found 1 match
- Thu Feb 29, 2024 6:45 pm
- Forum: ESP-IDF
- Topic: Running TCP server and WebServer concurrently on ESP32 CAM
- Replies: 0
- Views: 952
Running TCP server and WebServer concurrently on ESP32 CAM
Hello everyone. I am trying to run a TCP server to recieve joystick coordinates in JSON format, and a WebServer that captures frames from the ESP32 camera, which can be accessed by sending HTTP requests to the url of the ESP32 CAM. When running the TCP server on its own on an ESP32 and WebServer on ...