This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

zigbee coordinator getting payload data

Hello. i testing zigbee coordinaator example with zigbeee device. Device was joined to Zigbee coord/ network.

Couldn't i get device payload data in coordinator source code (as sniffer)?

Parents
  • I don't think the coordinator has the feature to sniff Zigbee packet, at least in our implementation. 

    If you don't have any encryption on the application, any node in the network can decrypt messages, however, it won't notify application on every packet unless it's the broadcast packet or it's the unicast packet to itself. 

    I would suggest you to use a dedicated Zigbee sniffer instead, could be as low as $10. 

     

Reply
  • I don't think the coordinator has the feature to sniff Zigbee packet, at least in our implementation. 

    If you don't have any encryption on the application, any node in the network can decrypt messages, however, it won't notify application on every packet unless it's the broadcast packet or it's the unicast packet to itself. 

    I would suggest you to use a dedicated Zigbee sniffer instead, could be as low as $10. 

     

Children
Related