ESP32 WiFiMesh sending problem
Posted: Sat Aug 17, 2024 6:14 am
If my current mesh network is like this:
A
|
|
B
/ \
C D
If device C or device D wants to send a message to device A, can they just use the `esp_mesh_send` function and write the address of device A as the first parameter? Then the mesh library will send it to B, and then B will transfer it to A, but this process is opaque and the caller cannot perceive it, right?
A
|
|
B
/ \
C D
If device C or device D wants to send a message to device A, can they just use the `esp_mesh_send` function and write the address of device A as the first parameter? Then the mesh library will send it to B, and then B will transfer it to A, but this process is opaque and the caller cannot perceive it, right?