Hello.
I have AI thinker esp32-cam and use a standard example CameraWebServer. I want to add one more port for text data transferring in parallel to the video stream. I want the board to send GPS coordinates, direction, statuses etc., and receives some text commands. What is the best and simplest way to open one more port (if the web server already started for video) with some standard protocol for data transferring?
thanks!
AI thinker esp32-cam. web-server for video + port for data
-
- Posts: 826
- Joined: Mon Jul 22, 2019 3:20 pm
Re: AI thinker esp32-cam. web-server for video + port for data
WebServer textServer(8080);
Use json to transfer your data
Use json to transfer your data
Who is online
Users browsing this forum: No registered users and 36 guests