MoteAttributes used to store mote attributes for debugging and statistics The interface is write-only: the simulated Contiki has no knowledge of current attributes with other motes. The Contiki application can, however, add and remove attributes. A Contiki application adds/removes a relation by outputting a simple messages on its log interface, typically via printf()'s of the serial port. Mote attributes are visualized by {@link AttributeVisualizerSkin}. Syntax: "#A
=" "#A =;" Example, add an attribute 'sent' with value 41: "#A sent=41" Example, add an attribute 'sent' with value 41, visualized in red: "#A sent=41;RED" Example, remove attribute 'sent' (if any): "#A sent" Special attribute example, visualizes mote in red: "#A color=RED"
@see AttributeVisualizerSkin
@author Joakim Eriksson