This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Z-Stack data message path

Hello all!

I want to create a ZigBee network which is formed of many routers and many mobile end devices. End devices should only transmit messages to coordinator, so I chose ZigBee PRO feature many-to-one.

Now, when the message arrives at the coordinator, I would like to know who is the parent of the end device (without querying end device, because it only transmits data, no active RX). Is there any function call which can help me parse the incoming message and find this piece of information? Or maybe to find out the message path like: ZED -> ZR2 -> ZR1 -> ZR25 -> ZC.

Thank you in advance!