Hi,
Is there a way to get all devices connected to a network? a sort of network scan.
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.
Hi,
Is there a way to get all devices connected to a network? a sort of network scan.
Tried that, but given an already formed network is there any way to scan the network?
Try to broadcast ZDP_MgmtLqiReq to collect neighbor routers from ZDP_MgmtLqiRsp and send ZDP_IEEEAddrReq to all routers to collect association device table from ZDP_IEEEAddrRsp.
what does You must subscribe to “ZDO IEEE Address Response” to receive the data response to this message written under ZDO_IEEE_ADDR_REQ mean? How do you subscribe?
I remember you don’t have to subscribe this. Can’t you receive ZDP_IEEEAddrRsp from your ZNP?
The Monitor and Test API is referring to having MT_ZDO_CB_FUNC defined, which is enabled by default in ZNP projects. This is clear if the ZNP receives and displays a ZDO_IEEE_ADDR_RSP from the ZDO_IEEE_ADDR_REQ.
Regards,
Ryan
I have a device that is connected to a router with address: 25538 ( in decimal) but when I send the IEEEAddrReq i get that the number of associated devices is 0, why of this?
You should make sure that your ZDO_IEEE_ADDR_REQ ReqType is set to 0x01, and check ZDO_MGMT_LQI_REQ as well.
Regards,
Ryan