Page 1 of 1

mesh: use with LwIP + existing WiFi

Posted: Fri May 22, 2020 2:10 pm
by dshil_
Hello everyone,

I read carefully documentation about mesh protocol and how to use it https://docs.espressif.com/projects/esp ... _mesh.html. Also I read general notes https://docs.espressif.com/projects/esp ... notes.html but I still have some doubts.

I have several devices that I want to communicate P2P, these devices already use WiFi stack somehow (send telemetry to the server). I want to use mesh protocol to build private network between these devices. At the end I want to have private network (messages between devices won't go to the outside world) between several devices and at the same time I want each device to be able to communicate with external server.

Is it possible with the current mesh implementation?