Search code examples
zigbeetinyos

Zigbee packet analysis using Killerbee


I am working on Tiny OS using Micaz sensors on Zigbee platform. I am also using Killerbee to analyze the data packets. Can anyone suggest how to read those hexadecimal values?

Because the node-ID I am assigning while burning the nodes are not seen in the data packets at all.


Solution

  • The best tool I've found for analyzing ZigBee / 802.15.4 packets is Wireshark. You just need to figure a way of getting the raw packets into pcap format. I've got a blog post on adapting the Microchip ZENA analyzer to output pcap format here: http://jdesbonnet.blogspot.com/2011/02/using-microchip-zena-zigbee802154.html