hi all
i m using zstack 1.4.3 form my zigbee project ..
i have set up the network which includes one zigbee co-ordinator and 10 end devices .
now i need to do the device discovery so that i can get the n/w address of the each end devices ..
i reffered some the zstack APIs like
afStatus_t ZDP_NwkAddrReq ( byte *IEEEAddress, byte ReqType,
byte StartIndex, byte SecuritySuite );
but this requires IEEE address of the end device which i dont know..
can u suggest me what is correct way to do the device discovery ?