I am looking for a example to transmit from ESP32 to browser page via WiFi for a local
address various data, all strings.
I have a working example in WebSerial, but this is a one off, and cost to get
version I can control prohibitive.
I looked around web, there are examples using JSON, Python, but I prefer it
only be a C/C++ lib, Arduino IDE tool to be used.
I did find an example using Telenet, but thats to a serial terminal, like Putty,
again not what I want.
Note this application uses multitasking, and data rates low, but doing a full up
server with all its latency would/may compromise the Freetos handler keeping
tasks serviced. So protocol must be minimal. WebSerial uses websockets.
Anyone know of a WebSerial knockoff ?
Regards, Dana.