I want to make a communication from the end device to coordinator through two router.
I used frames API, I’m using an API cordinador (a), two API routers (b, c), and an end device API (d).
The route is as follows
a-b-c-d.
Cordinador first sends an API frame (AT command) to the end device, what I want is that the response of the final
device to pass each router to get to cordinador
The first question I have is: how should I set the destination addresses of every device?
that is to say I place as the destination address which have more xbee next?
also, I do not what address I put the API frame that cordinador want to send from the end device? should I place
the address of the router that is closer to the cordinador or directly placed the address of the end device?