Hi All
I will try to explain my problem. I need to join a ZigBee Network, and once joined, I need a way to know how many devices are there on the network, what kind of devices they are, profiles, descriptors, and so on.
I thought that "ZDP_MgmtNwkDiscReq" would do this, because of the name (network Discovery), but this command checks for the presence of any network, and gives you some info about PAN ID, channel, stack profile, zigbee version, if is it possible to join or not.... this is not what I need.
Do you know if there is an "automatic" way of doing this? I have been reading the ZigBee standard and didn't found anything, but the truth is that this is a big standard, maybe I missed something usefull!
If there is no "automatic" way of doing this.... how do you think I should proceed? Maybe a System_Server_Discovery_req to find Primary Discovery Cache Devices, and then asking for Cache entries?
Thanks in advance!