Other Parts Discussed in Thread: CC2538, Z-STACK
I am working on a project using cc2538 by creating a z stack mesh network. In this project I need to get the address of all neighboring routers and its signal strength (LQI) in end device application. When I checked end device's neighbor table, it has only one entry which is it's parent.
neighborEntry_t neighborTable[]
in nwk_global.c
Is there any chance to get the address of all the neighbor routers. I also tried with ZDP_MgmtLqiReq api, but didn't get the right values. Kindly reply.