I want to develop a mesh network where I can send/receive data from one device to other devices(sleepy sensors) through relay/router node (always on).
For example
A (Publish address: 0x001, Subscribed address: 0x002)
B and C (Relay node)
D and E (Publish address: 0x002, Subscribed address: 0x001)
In this case, A and is not in the range of D and E, so when it publishes data will it be received by D and E via B or C node?
Is there any specific parameters are there in APIs by which we can set the node as Relay of LPN?