Hi everybody,
I am using successfully ESP8266 /ESP32 to exchange data using the ESP-NOW-protocol.
once you have a basic code pretty easy to use.
Now I have a new project where my existing ESP8266s are too far away from the existing other ESPs
to use ESP-NOW. But a re very close to WLAN-repeaters which build a mesh (AVM-Fritz!box and AVMFritz!-repeater; Mesh means seemless change from one repeater to the next if signal-strength changes)
So to avoid setting up two or even more ESP-NOW-relay-stations,
I want to exchange a small number of bytes 10 to 50 bytes based on a connection that uses the existing WLAN-router and the repeaters. I'm explicitly not interested in setting up something like MQTT etc.
If the code is able to send/receive 10 to 50 bytes between two ESP8266 I'm totally happy.
I have done some experiments with small "webserver-codes" like showing two buttons if you click on them switch On/ OFF LED1/LED2. But these codes included medium-big strings with all the html-stuff. I don't need html and a GUI.
I don't need a visible GUI. Just exchanging some byte over WLAN the way you would exchange some bytes over a serial connection. Ready-finished-done.
What would you recommend for this purpose ?
- a tinyest "webserver" ?
- UDP?
- something else?
best regards Stefan