This type also contains information about which processes, sensors and core interfaces a mote of this type has, as well as where the Contiki OS, COOJA core files and optional mote type specific project directories are located.
All core communication with the Contiki mote should be via this class. When a mote type is created it allocates a CoreComm to be used with this type, and loads the variable and segments addresses.
When a new mote type is created an initialization function is run on the Contiki system in order to create the initial memory. When a new mote is created the createInitialMemory() method should be called to get this initial memory for the mote. @author Fredrik Osterlind
|
|
|
|