Hi,
I am trying to use an Xbee gateway as a coordinator node to measure RSSI or link quality between two nodes within the network. For example, if I have nodes A, B, and C, I want to measure RSSI from A to B, B to C, and A to C.
So far, I haven't been able to figure out how to do this from one controlling node. I could get A to send a packet to B and then measure B's RSSI, but with the mesh network there doesn't seem to be a way to tell A to directly send a packet to B.
Does anyone know of a possible solution for this? I know it is possible as XCTU can do it.