Wifi-mesh. Can I send parallel message to different nodes?
Wifi-mesh. Can I send parallel message to different nodes?
I want to have several threads, each in charge of esp_mesh_send() to a different node. Will there be a problem if there are multiple instances trying to send messages? I want to do this, because if a node disconnected, i want to keep sending data to other nodes, without waiting for timeout.
Re: Wifi-mesh. Can I send parallel message to different nodes?
According to the API documentation esp_mesh_send() is not reentrant. You can use it in multiple tasks, with e.g. mutex, but then it will still be sequential. So, I would say the answer is 'no'.
Who is online
Users browsing this forum: Google [Bot] and 64 guests