Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Goal: Send a command through a serial port to a mote to make it send a 6P packet.

Requierements: You need a 6TiSCH network up and running. See Kickstart Linux to get started.

Usually, we would get this working by using the command line of OpenVisualizer:

  • set /dev/myAwesomeMote 6pAdd [6,7]

This would send the following bytes over the serial bus towards the mote:

  • [67, 9, 2, 6, 7] in decimal 

Explanation:

...