I'm searching for an idea or solution to make a mesh-like network but more simple one for long distance where the antenna of single ESP cannot cover.
Scheme:
X---A---B---C---D---E---F---G-------H----J-------K--------L---M---N
I want to send/receive messages between X to A..N nodes, where the N is connected to M, M is connected to L, L is connected to K etc.. A is connected to X.
What if I use the ESP in AP+STA mode and make cascade connections, then broadcast the messages over UDP form X to A, then A to B, then B to C etc.. to deliver the message to A..N?
- Do you know a library realizing this idea?
- What can you suggest to me for this project? is it possible?
Thanks in advance.