Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Protocol (metadata) Requirements:

  • time

  • CRC

  • payload type (could stick this in xbee protocol as well, but less organized I guess?)

Protocol Definition:

  • time [uint32]

  • payload type

    • 01 for gps/imu data

    • 02 for adding waypoints

    • 03 for motor outputs

    • etc

  • payload

  • CRC

    • xbees use basic summing to do crc, THAT CANNOT BE DISABLED, so we must do it regardless

    • Suggest CRC methods that we would prefer over this built in basic summing

  • No labels