Is there a simple way to obtain a list of connected nodes to a coordinator? I've checked the documents but I've been unable to find how to do that...
Solved! Go to Solution.
Hello David,
Have you tried to use the ZTC command NMLE-GET.Request with the parameter nwkNeighborTable, this command will cause a NMLE-GET.Confirm that includes the neighbors information in an structure like this:
Please let me know if this is helpful for you.
Best regards,
Earl.
commented to get attention.
Hello David,
Have you tried to use the ZTC command NMLE-GET.Request with the parameter nwkNeighborTable, this command will cause a NMLE-GET.Confirm that includes the neighbors information in an structure like this:
Please let me know if this is helpful for you.
Best regards,
Earl.
Hi earlorlandoramirez-sanchez,
What about apsAddressMap (id = 0xC0) in APSME-GET.request? Would that still work? And what's the difference of the two?
Also, wouldn't nwkNeighborTable parameter give all the devices in the PAN or just its connecting devices to itself? That's where I think apsAddressMap (id = 0xC0) in APSME-GET.request gives better results.
Thanks
The Neighbor Table contains only those devices that are in range, without end devices that have other parents than the current device. The Address Map contains information of devices from the whole network, but not necessarily all the devices. The devices present in the Address Map depend on the functionality being used. For example, if the current device has an APS Link Key with another device, that device should be in the Address Map.
Thanks Earl! I've just tried it and works fine.