Versions Compared

Key

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

...

JSON provides a convenient and widely accepted mechanism for implementation of the structured messages we must pass between LBR and GUI host.

Messages include:

MessageDescription
mote-inventoryA list An array of the connected motes. Sent just after establishing the connection to the GUI host.
mote-statusA dictionary of An object with the elements of a Mote Status report. Like OpenVisualizer, these reports are generated at some defined rate.
event-countA dictionary of An object with the current count of eventseach event.

Messaging Between Processes

...