Tuesday, October 20, 2009

Packet Format to decipher previous post

  • Destination address (2 bytes)
  • Link source address (2 bytes)
  • Message length (1 byte)
  • Group ID (1 byte)
  • Active Message handler type (1 byte)
  • Payload (up to 28 bytes):
    • source mote ID (2 bytes)
    • sample counter (2 bytes)

So we can interpret the data packet as follows:

dest addr link source addr msg len groupID handlerID source addr counter
ff ff 00 00 04 22 06 00 02 00 0B

No comments:

Post a Comment