ESP32 NETWORK
Posted: Sat Oct 26, 2019 11:17 pm
Hello !
I want to make a WIFI network with up to ten ESP32 OR ESP8266 microcontrollers.
Assigned IP Addresses : 192.168.1.10-192.168.1.10 .
Please tell me how can I send a text message from
one ESP module to another one based on IP addresses ?
My command should look like this :
SEND "text message" TO 192.168.1.10
I don't want to use the UDP protocol to broadcast the
message to all the network because of the data loss...
Can you help me, please ?
Thank You !
I want to make a WIFI network with up to ten ESP32 OR ESP8266 microcontrollers.
Assigned IP Addresses : 192.168.1.10-192.168.1.10 .
Please tell me how can I send a text message from
one ESP module to another one based on IP addresses ?
My command should look like this :
SEND "text message" TO 192.168.1.10
I don't want to use the UDP protocol to broadcast the
message to all the network because of the data loss...
Can you help me, please ?
Thank You !