explicit make clean before compiling firmwares

This commit is contained in:
fros4943 2010-02-03 21:16:13 +00:00
parent 5be78ce843
commit a13b6697df
25 changed files with 482 additions and 454 deletions

View File

@ -23,7 +23,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>[CONTIKI_DIR]/examples/rime/example-abc.c</source> <source>[CONTIKI_DIR]/examples/rime/example-abc.c</source>
<commands>make example-abc.sky TARGET=sky DEFINES=MAC_DRIVER=nullmac_driver</commands> <commands>make clean TARGET=sky
make example-abc.sky TARGET=sky DEFINES=MAC_DRIVER=nullmac_driver</commands>
<firmware>[CONTIKI_DIR]/examples/rime/example-abc.sky</firmware> <firmware>[CONTIKI_DIR]/examples/rime/example-abc.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>
@ -44,7 +45,8 @@
<identifier>esb1</identifier> <identifier>esb1</identifier>
<description>ESB Mote Type #1</description> <description>ESB Mote Type #1</description>
<source>[CONTIKI_DIR]/examples/rime/example-abc.c</source> <source>[CONTIKI_DIR]/examples/rime/example-abc.c</source>
<commands>make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver</commands> <commands>make clean TARGET=esb
make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver</commands>
<firmware>[CONTIKI_DIR]/examples/rime/example-abc.esb</firmware> <firmware>[CONTIKI_DIR]/examples/rime/example-abc.esb</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -23,7 +23,8 @@
<identifier>esb1</identifier> <identifier>esb1</identifier>
<description>ESB Mote Type #esb1</description> <description>ESB Mote Type #esb1</description>
<source>[CONTIKI_DIR]/examples/hello-world/hello-world.c</source> <source>[CONTIKI_DIR]/examples/hello-world/hello-world.c</source>
<commands>make hello-world.esb TARGET=esb</commands> <commands>make clean TARGET=esb
make hello-world.esb TARGET=esb</commands>
<firmware>[CONTIKI_DIR]/examples/hello-world/hello-world.esb</firmware> <firmware>[CONTIKI_DIR]/examples/hello-world/hello-world.esb</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky-ip/sky-telnet-server.c</source> <source>../../../examples/sky-ip/sky-telnet-server.c</source>
<commands>make sky-telnet-server.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-telnet-server.sky TARGET=sky</commands>
<firmware>../../../examples/sky-ip/sky-telnet-server.sky</firmware> <firmware>../../../examples/sky-ip/sky-telnet-server.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell-webserver/sky-shell-webserver.c</source> <source>../../../examples/sky-shell-webserver/sky-shell-webserver.c</source>
<commands>make sky-shell-webserver.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-shell-webserver.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell-webserver/sky-shell-webserver.sky</firmware> <firmware>../../../examples/sky-shell-webserver/sky-shell-webserver.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -23,7 +23,8 @@
<identifier>micaz1</identifier> <identifier>micaz1</identifier>
<description>MicaZ Mote Type #micaz1</description> <description>MicaZ Mote Type #micaz1</description>
<source>../../../examples/hello-world/hello-world.c</source> <source>../../../examples/hello-world/hello-world.c</source>
<commands>make hello-world.elf TARGET=micaz</commands> <commands>make clean TARGET=micaz
make hello-world.elf TARGET=micaz</commands>
<firmware>../../../examples/hello-world/hello-world.elf</firmware> <firmware>../../../examples/hello-world/hello-world.elf</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.avrmote.interfaces.MicaZID</moteinterface> <moteinterface>se.sics.cooja.avrmote.interfaces.MicaZID</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/multi-threading/multi-threading.c</source> <source>../../../examples/multi-threading/multi-threading.c</source>
<commands>make multi-threading.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make multi-threading.sky TARGET=sky</commands>
<firmware>../../../examples/multi-threading/multi-threading.sky</firmware> <firmware>../../../examples/multi-threading/multi-threading.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -1,143 +1,144 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<simconf> <simconf>
<project>[CONTIKI_DIR]/tools/cooja/apps/mrm</project> <project>[CONTIKI_DIR]/tools/cooja/apps/mrm</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/mspsim</project> <project>[CONTIKI_DIR]/tools/cooja/apps/mspsim</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/avrora</project> <project>[CONTIKI_DIR]/tools/cooja/apps/avrora</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/native_gateway</project> <project>[CONTIKI_DIR]/tools/cooja/apps/native_gateway</project>
<simulation> <simulation>
<title>My simulation</title> <title>My simulation</title>
<delaytime>0</delaytime> <delaytime>0</delaytime>
<randomseed>generated</randomseed> <randomseed>generated</randomseed>
<motedelay_us>1000000</motedelay_us> <motedelay_us>1000000</motedelay_us>
<radiomedium> <radiomedium>
se.sics.cooja.radiomediums.UDGM se.sics.cooja.radiomediums.UDGM
<transmitting_range>50.0</transmitting_range> <transmitting_range>50.0</transmitting_range>
<interference_range>100.0</interference_range> <interference_range>100.0</interference_range>
<success_ratio_tx>1.0</success_ratio_tx> <success_ratio_tx>1.0</success_ratio_tx>
<success_ratio_rx>1.0</success_ratio_rx> <success_ratio_rx>1.0</success_ratio_rx>
</radiomedium> </radiomedium>
<events> <events>
<logoutput>40000</logoutput> <logoutput>40000</logoutput>
</events> </events>
<motetype> <motetype>
se.sics.cooja.mspmote.SkyMoteType se.sics.cooja.mspmote.SkyMoteType
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>netperf shell</description> <description>netperf shell</description>
<source>[CONTIKI_DIR]/examples/netperf/netperf-shell.c</source> <source>[CONTIKI_DIR]/examples/netperf/netperf-shell.c</source>
<commands>make MAC_DRIVER=cxmac_driver netperf-shell.sky TARGET=sky</commands> <commands>make clean TARGET=sky
<firmware>[CONTIKI_DIR]/examples/netperf/netperf-shell.sky</firmware> make MAC_DRIVER=cxmac_driver netperf-shell.sky TARGET=sky</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <firmware>[CONTIKI_DIR]/examples/netperf/netperf-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface> <moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyCoffeeFilesystem</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyCoffeeFilesystem</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
</motetype> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
<mote> </motetype>
se.sics.cooja.mspmote.SkyMote <mote>
<motetype_identifier>sky1</motetype_identifier> se.sics.cooja.mspmote.SkyMote
<breakpoints /> <motetype_identifier>sky1</motetype_identifier>
<interface_config> <breakpoints />
se.sics.cooja.interfaces.Position <interface_config>
<x>49.48292285385544</x> se.sics.cooja.interfaces.Position
<y>97.67000744426045</y> <x>49.48292285385544</x>
<z>0.0</z> <y>97.67000744426045</y>
</interface_config> <z>0.0</z>
<interface_config> </interface_config>
se.sics.cooja.mspmote.interfaces.MspMoteID <interface_config>
<id>1</id> se.sics.cooja.mspmote.interfaces.MspMoteID
</interface_config> <id>1</id>
</mote> </interface_config>
<mote> </mote>
se.sics.cooja.mspmote.SkyMote <mote>
<motetype_identifier>sky1</motetype_identifier> se.sics.cooja.mspmote.SkyMote
<breakpoints /> <motetype_identifier>sky1</motetype_identifier>
<interface_config> <breakpoints />
se.sics.cooja.interfaces.Position <interface_config>
<x>80.21380569499377</x> se.sics.cooja.interfaces.Position
<y>98.51039574575084</y> <x>80.21380569499377</x>
<z>0.0</z> <y>98.51039574575084</y>
</interface_config> <z>0.0</z>
<interface_config> </interface_config>
se.sics.cooja.mspmote.interfaces.MspMoteID <interface_config>
<id>2</id> se.sics.cooja.mspmote.interfaces.MspMoteID
</interface_config> <id>2</id>
</mote> </interface_config>
</simulation> </mote>
<plugin> </simulation>
se.sics.cooja.plugins.SimControl <plugin>
<width>290</width> se.sics.cooja.plugins.SimControl
<z>2</z> <width>290</width>
<height>172</height> <z>2</z>
<location_x>0</location_x> <height>172</height>
<location_y>0</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>0</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.LogListener <plugin>
<plugin_config> se.sics.cooja.plugins.LogListener
<filter /> <plugin_config>
</plugin_config> <filter />
<width>1024</width> </plugin_config>
<z>0</z> <width>1024</width>
<height>377</height> <z>0</z>
<location_x>0</location_x> <height>377</height>
<location_y>171</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>171</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.TimeLine <plugin>
<plugin_config> se.sics.cooja.plugins.TimeLine
<mote>0</mote> <plugin_config>
<mote>1</mote> <mote>0</mote>
<showRadioRXTX /> <mote>1</mote>
<showRadioHW /> <showRadioRXTX />
<showLEDs /> <showRadioHW />
<split>118</split> <showLEDs />
<zoom>9</zoom> <split>118</split>
</plugin_config> <zoom>9</zoom>
<width>1024</width> </plugin_config>
<z>1</z> <width>1024</width>
<height>150</height> <z>1</z>
<location_x>0</location_x> <height>150</height>
<location_y>548</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>548</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.ScriptRunner <plugin>
<plugin_config> se.sics.cooja.plugins.ScriptRunner
<script>TIMEOUT(100000); <plugin_config>
started = 0; <script>TIMEOUT(100000);
while(true) { started = 0;
YIELD(); /* wait for another mote output */ while(true) {
log.log(time + " " + id + " " + msg + "\n"); YIELD(); /* wait for another mote output */
if(msg.startsWith("Done")) { log.log(time + " " + id + " " + msg + "\n");
log.testOK(); if(msg.startsWith("Done")) {
} log.testOK();
if(msg.startsWith("netperf control connection failed")) { }
log.testFailed(); if(msg.startsWith("netperf control connection failed")) {
} log.testFailed();
if(id == 1 &amp;&amp; msg.startsWith("1.0: Contiki") &amp;&amp; started == 0) { }
write(mote, "netperf -bups 2.0 20\n"); /* Write to mote serial port */ if(id == 1 &amp;&amp; msg.startsWith("1.0: Contiki") &amp;&amp; started == 0) {
started = 1; write(mote, "netperf -bups 2.0 20\n"); /* Write to mote serial port */
} started = 1;
} }
//log.testOK(); /* Report test success and quit */ }
//log.testFailed(); /* Report test failure and quit */</script> //log.testOK(); /* Report test success and quit */
<active>true</active> //log.testFailed(); /* Report test failure and quit */</script>
</plugin_config> <active>true</active>
<width>600</width> </plugin_config>
<z>-1</z> <width>600</width>
<height>476</height> <z>-1</z>
<location_x>399</location_x> <height>476</height>
<location_y>154</location_y> <location_x>399</location_x>
<minimized>true</minimized> <location_y>154</location_y>
</plugin> <minimized>true</minimized>
</simconf> </plugin>
</simconf>

View File

@ -1,143 +1,144 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<simconf> <simconf>
<project>[CONTIKI_DIR]/tools/cooja/apps/mrm</project> <project>[CONTIKI_DIR]/tools/cooja/apps/mrm</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/mspsim</project> <project>[CONTIKI_DIR]/tools/cooja/apps/mspsim</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/avrora</project> <project>[CONTIKI_DIR]/tools/cooja/apps/avrora</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/native_gateway</project> <project>[CONTIKI_DIR]/tools/cooja/apps/native_gateway</project>
<simulation> <simulation>
<title>My simulation</title> <title>My simulation</title>
<delaytime>0</delaytime> <delaytime>0</delaytime>
<randomseed>generated</randomseed> <randomseed>generated</randomseed>
<motedelay_us>1000000</motedelay_us> <motedelay_us>1000000</motedelay_us>
<radiomedium> <radiomedium>
se.sics.cooja.radiomediums.UDGM se.sics.cooja.radiomediums.UDGM
<transmitting_range>50.0</transmitting_range> <transmitting_range>50.0</transmitting_range>
<interference_range>100.0</interference_range> <interference_range>100.0</interference_range>
<success_ratio_tx>1.0</success_ratio_tx> <success_ratio_tx>1.0</success_ratio_tx>
<success_ratio_rx>1.0</success_ratio_rx> <success_ratio_rx>1.0</success_ratio_rx>
</radiomedium> </radiomedium>
<events> <events>
<logoutput>40000</logoutput> <logoutput>40000</logoutput>
</events> </events>
<motetype> <motetype>
se.sics.cooja.mspmote.SkyMoteType se.sics.cooja.mspmote.SkyMoteType
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>netperf shell</description> <description>netperf shell</description>
<source>[CONTIKI_DIR]/examples/netperf/netperf-shell.c</source> <source>[CONTIKI_DIR]/examples/netperf/netperf-shell.c</source>
<commands>make MAC_DRIVER=lpp_driver netperf-shell.sky TARGET=sky</commands> <commands>make clean TARGET=sky
<firmware>[CONTIKI_DIR]/examples/netperf/netperf-shell.sky</firmware> make MAC_DRIVER=lpp_driver netperf-shell.sky TARGET=sky</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <firmware>[CONTIKI_DIR]/examples/netperf/netperf-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface> <moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyCoffeeFilesystem</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyCoffeeFilesystem</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
</motetype> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
<mote> </motetype>
se.sics.cooja.mspmote.SkyMote <mote>
<motetype_identifier>sky1</motetype_identifier> se.sics.cooja.mspmote.SkyMote
<breakpoints /> <motetype_identifier>sky1</motetype_identifier>
<interface_config> <breakpoints />
se.sics.cooja.interfaces.Position <interface_config>
<x>49.48292285385544</x> se.sics.cooja.interfaces.Position
<y>97.67000744426045</y> <x>49.48292285385544</x>
<z>0.0</z> <y>97.67000744426045</y>
</interface_config> <z>0.0</z>
<interface_config> </interface_config>
se.sics.cooja.mspmote.interfaces.MspMoteID <interface_config>
<id>1</id> se.sics.cooja.mspmote.interfaces.MspMoteID
</interface_config> <id>1</id>
</mote> </interface_config>
<mote> </mote>
se.sics.cooja.mspmote.SkyMote <mote>
<motetype_identifier>sky1</motetype_identifier> se.sics.cooja.mspmote.SkyMote
<breakpoints /> <motetype_identifier>sky1</motetype_identifier>
<interface_config> <breakpoints />
se.sics.cooja.interfaces.Position <interface_config>
<x>80.21380569499377</x> se.sics.cooja.interfaces.Position
<y>98.51039574575084</y> <x>80.21380569499377</x>
<z>0.0</z> <y>98.51039574575084</y>
</interface_config> <z>0.0</z>
<interface_config> </interface_config>
se.sics.cooja.mspmote.interfaces.MspMoteID <interface_config>
<id>2</id> se.sics.cooja.mspmote.interfaces.MspMoteID
</interface_config> <id>2</id>
</mote> </interface_config>
</simulation> </mote>
<plugin> </simulation>
se.sics.cooja.plugins.SimControl <plugin>
<width>290</width> se.sics.cooja.plugins.SimControl
<z>2</z> <width>290</width>
<height>172</height> <z>2</z>
<location_x>0</location_x> <height>172</height>
<location_y>0</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>0</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.LogListener <plugin>
<plugin_config> se.sics.cooja.plugins.LogListener
<filter /> <plugin_config>
</plugin_config> <filter />
<width>1024</width> </plugin_config>
<z>0</z> <width>1024</width>
<height>377</height> <z>0</z>
<location_x>0</location_x> <height>377</height>
<location_y>171</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>171</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.TimeLine <plugin>
<plugin_config> se.sics.cooja.plugins.TimeLine
<mote>0</mote> <plugin_config>
<mote>1</mote> <mote>0</mote>
<showRadioRXTX /> <mote>1</mote>
<showRadioHW /> <showRadioRXTX />
<showLEDs /> <showRadioHW />
<split>118</split> <showLEDs />
<zoom>9</zoom> <split>118</split>
</plugin_config> <zoom>9</zoom>
<width>1024</width> </plugin_config>
<z>1</z> <width>1024</width>
<height>150</height> <z>1</z>
<location_x>0</location_x> <height>150</height>
<location_y>548</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>548</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.ScriptRunner <plugin>
<plugin_config> se.sics.cooja.plugins.ScriptRunner
<script>TIMEOUT(100000); <plugin_config>
started = 0; <script>TIMEOUT(100000);
while(true) { started = 0;
YIELD(); /* wait for another mote output */ while(true) {
log.log(time + " " + id + " " + msg + "\n"); YIELD(); /* wait for another mote output */
if(msg.startsWith("Done")) { log.log(time + " " + id + " " + msg + "\n");
log.testOK(); if(msg.startsWith("Done")) {
} log.testOK();
if(msg.startsWith("netperf control connection failed")) { }
log.testFailed(); if(msg.startsWith("netperf control connection failed")) {
} log.testFailed();
if(id == 1 &amp;&amp; msg.startsWith("1.0: Contiki") &amp;&amp; started == 0) { }
write(mote, "netperf -bups 2.0 20\n"); /* Write to mote serial port */ if(id == 1 &amp;&amp; msg.startsWith("1.0: Contiki") &amp;&amp; started == 0) {
started = 1; write(mote, "netperf -bups 2.0 20\n"); /* Write to mote serial port */
} started = 1;
} }
//log.testOK(); /* Report test success and quit */ }
//log.testFailed(); /* Report test failure and quit */</script> //log.testOK(); /* Report test success and quit */
<active>true</active> //log.testFailed(); /* Report test failure and quit */</script>
</plugin_config> <active>true</active>
<width>600</width> </plugin_config>
<z>-1</z> <width>600</width>
<height>476</height> <z>-1</z>
<location_x>399</location_x> <height>476</height>
<location_y>154</location_y> <location_x>399</location_x>
<minimized>true</minimized> <location_y>154</location_y>
</plugin> <minimized>true</minimized>
</simconf> </plugin>
</simconf>

View File

@ -1,143 +1,144 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<simconf> <simconf>
<project>[CONTIKI_DIR]/tools/cooja/apps/mrm</project> <project>[CONTIKI_DIR]/tools/cooja/apps/mrm</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/mspsim</project> <project>[CONTIKI_DIR]/tools/cooja/apps/mspsim</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/avrora</project> <project>[CONTIKI_DIR]/tools/cooja/apps/avrora</project>
<project>[CONTIKI_DIR]/tools/cooja/apps/native_gateway</project> <project>[CONTIKI_DIR]/tools/cooja/apps/native_gateway</project>
<simulation> <simulation>
<title>My simulation</title> <title>My simulation</title>
<delaytime>0</delaytime> <delaytime>0</delaytime>
<randomseed>generated</randomseed> <randomseed>generated</randomseed>
<motedelay_us>1000000</motedelay_us> <motedelay_us>1000000</motedelay_us>
<radiomedium> <radiomedium>
se.sics.cooja.radiomediums.UDGM se.sics.cooja.radiomediums.UDGM
<transmitting_range>50.0</transmitting_range> <transmitting_range>50.0</transmitting_range>
<interference_range>100.0</interference_range> <interference_range>100.0</interference_range>
<success_ratio_tx>1.0</success_ratio_tx> <success_ratio_tx>1.0</success_ratio_tx>
<success_ratio_rx>1.0</success_ratio_rx> <success_ratio_rx>1.0</success_ratio_rx>
</radiomedium> </radiomedium>
<events> <events>
<logoutput>40000</logoutput> <logoutput>40000</logoutput>
</events> </events>
<motetype> <motetype>
se.sics.cooja.mspmote.SkyMoteType se.sics.cooja.mspmote.SkyMoteType
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>netperf shell</description> <description>netperf shell</description>
<source>[CONTIKI_DIR]/examples/netperf/netperf-shell.c</source> <source>[CONTIKI_DIR]/examples/netperf/netperf-shell.c</source>
<commands>make netperf-shell.sky TARGET=sky</commands> <commands>make clean TARGET=sky
<firmware>[CONTIKI_DIR]/examples/netperf/netperf-shell.sky</firmware> make netperf-shell.sky TARGET=sky</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <firmware>[CONTIKI_DIR]/examples/netperf/netperf-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface> <moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyCoffeeFilesystem</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyCoffeeFilesystem</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface> <moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
</motetype> <moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
<mote> </motetype>
se.sics.cooja.mspmote.SkyMote <mote>
<motetype_identifier>sky1</motetype_identifier> se.sics.cooja.mspmote.SkyMote
<breakpoints /> <motetype_identifier>sky1</motetype_identifier>
<interface_config> <breakpoints />
se.sics.cooja.interfaces.Position <interface_config>
<x>49.48292285385544</x> se.sics.cooja.interfaces.Position
<y>97.67000744426045</y> <x>49.48292285385544</x>
<z>0.0</z> <y>97.67000744426045</y>
</interface_config> <z>0.0</z>
<interface_config> </interface_config>
se.sics.cooja.mspmote.interfaces.MspMoteID <interface_config>
<id>1</id> se.sics.cooja.mspmote.interfaces.MspMoteID
</interface_config> <id>1</id>
</mote> </interface_config>
<mote> </mote>
se.sics.cooja.mspmote.SkyMote <mote>
<motetype_identifier>sky1</motetype_identifier> se.sics.cooja.mspmote.SkyMote
<breakpoints /> <motetype_identifier>sky1</motetype_identifier>
<interface_config> <breakpoints />
se.sics.cooja.interfaces.Position <interface_config>
<x>80.21380569499377</x> se.sics.cooja.interfaces.Position
<y>98.51039574575084</y> <x>80.21380569499377</x>
<z>0.0</z> <y>98.51039574575084</y>
</interface_config> <z>0.0</z>
<interface_config> </interface_config>
se.sics.cooja.mspmote.interfaces.MspMoteID <interface_config>
<id>2</id> se.sics.cooja.mspmote.interfaces.MspMoteID
</interface_config> <id>2</id>
</mote> </interface_config>
</simulation> </mote>
<plugin> </simulation>
se.sics.cooja.plugins.SimControl <plugin>
<width>290</width> se.sics.cooja.plugins.SimControl
<z>2</z> <width>290</width>
<height>172</height> <z>2</z>
<location_x>0</location_x> <height>172</height>
<location_y>0</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>0</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.LogListener <plugin>
<plugin_config> se.sics.cooja.plugins.LogListener
<filter /> <plugin_config>
</plugin_config> <filter />
<width>1024</width> </plugin_config>
<z>0</z> <width>1024</width>
<height>377</height> <z>0</z>
<location_x>0</location_x> <height>377</height>
<location_y>171</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>171</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.TimeLine <plugin>
<plugin_config> se.sics.cooja.plugins.TimeLine
<mote>0</mote> <plugin_config>
<mote>1</mote> <mote>0</mote>
<showRadioRXTX /> <mote>1</mote>
<showRadioHW /> <showRadioRXTX />
<showLEDs /> <showRadioHW />
<split>118</split> <showLEDs />
<zoom>9</zoom> <split>118</split>
</plugin_config> <zoom>9</zoom>
<width>1024</width> </plugin_config>
<z>1</z> <width>1024</width>
<height>150</height> <z>1</z>
<location_x>0</location_x> <height>150</height>
<location_y>548</location_y> <location_x>0</location_x>
<minimized>false</minimized> <location_y>548</location_y>
</plugin> <minimized>false</minimized>
<plugin> </plugin>
se.sics.cooja.plugins.ScriptRunner <plugin>
<plugin_config> se.sics.cooja.plugins.ScriptRunner
<script>TIMEOUT(100000); <plugin_config>
started = 0; <script>TIMEOUT(100000);
while(true) { started = 0;
YIELD(); /* wait for another mote output */ while(true) {
log.log(time + " " + id + " " + msg + "\n"); YIELD(); /* wait for another mote output */
if(msg.startsWith("Done")) { log.log(time + " " + id + " " + msg + "\n");
log.testOK(); if(msg.startsWith("Done")) {
} log.testOK();
if(msg.startsWith("netperf control connection failed")) { }
log.testFailed(); if(msg.startsWith("netperf control connection failed")) {
} log.testFailed();
if(id == 1 &amp;&amp; msg.startsWith("1.0: Contiki") &amp;&amp; started == 0) { }
write(mote, "netperf -bups 2.0 20\n"); /* Write to mote serial port */ if(id == 1 &amp;&amp; msg.startsWith("1.0: Contiki") &amp;&amp; started == 0) {
started = 1; write(mote, "netperf -bups 2.0 20\n"); /* Write to mote serial port */
} started = 1;
} }
//log.testOK(); /* Report test success and quit */ }
//log.testFailed(); /* Report test failure and quit */</script> //log.testOK(); /* Report test success and quit */
<active>true</active> //log.testFailed(); /* Report test failure and quit */</script>
</plugin_config> <active>true</active>
<width>600</width> </plugin_config>
<z>-1</z> <width>600</width>
<height>476</height> <z>-1</z>
<location_x>399</location_x> <height>476</height>
<location_y>154</location_y> <location_x>399</location_x>
<minimized>true</minimized> <location_y>154</location_y>
</plugin> <minimized>true</minimized>
</simconf> </plugin>
</simconf>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-abc.c</source> <source>../../../examples/rime/example-abc.c</source>
<commands>make example-abc.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make example-abc.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-abc.sky</firmware> <firmware>../../../examples/rime/example-abc.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-collect.c</source> <source>../../../examples/rime/example-collect.c</source>
<commands>make example-collect.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make example-collect.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-collect.sky</firmware> <firmware>../../../examples/rime/example-collect.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-runicast.c</source> <source>../../../examples/rime/example-runicast.c</source>
<commands>make example-runicast.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make example-runicast.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-runicast.sky</firmware> <firmware>../../../examples/rime/example-runicast.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-trickle.c</source> <source>../../../examples/rime/example-trickle.c</source>
<commands>make example-trickle.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make example-trickle.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-trickle.sky</firmware> <firmware>../../../examples/rime/example-trickle.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell/sky-checkpoint.c</source> <source>../../../examples/sky-shell/sky-checkpoint.c</source>
<commands>make sky-checkpoint.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-checkpoint.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell/sky-checkpoint.sky</firmware> <firmware>../../../examples/sky-shell/sky-checkpoint.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky/test-coffee.c</source> <source>../../../examples/sky/test-coffee.c</source>
<commands>make test-coffee.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make test-coffee.sky TARGET=sky</commands>
<firmware>../../../examples/sky/test-coffee.sky</firmware> <firmware>../../../examples/sky/test-coffee.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky/sky-collect.c</source> <source>../../../examples/sky/sky-collect.c</source>
<commands>make sky-collect.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-collect.sky TARGET=sky</commands>
<firmware>../../../examples/sky/sky-collect.sky</firmware> <firmware>../../../examples/sky/sky-collect.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky/test-deluge.c</source> <source>../../../examples/sky/test-deluge.c</source>
<commands>make APPS=deluge test-deluge.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make APPS=deluge test-deluge.sky TARGET=sky</commands>
<firmware>../../../examples/sky/test-deluge.sky</firmware> <firmware>../../../examples/sky/test-deluge.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/hello-world/hello-world.c</source> <source>../../../examples/hello-world/hello-world.c</source>
<commands>make hello-world.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make hello-world.sky TARGET=sky</commands>
<firmware>../../../examples/hello-world/hello-world.sky</firmware> <firmware>../../../examples/hello-world/hello-world.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #server</description> <description>Sky Mote Type #server</description>
<source>../../../examples/udp-ipv6/udp-server.c</source> <source>../../../examples/udp-ipv6/udp-server.c</source>
<commands>make udp-server.sky TARGET=sky DEFINES=UIP_CONF_ROUTER=1</commands> <commands>make clean TARGET=sky
make udp-server.sky TARGET=sky DEFINES=UIP_CONF_ROUTER=1</commands>
<firmware>../../../examples/udp-ipv6/udp-server.sky</firmware> <firmware>../../../examples/udp-ipv6/udp-server.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>
@ -39,7 +40,8 @@
<identifier>sky2</identifier> <identifier>sky2</identifier>
<description>Sky Mote Type #client</description> <description>Sky Mote Type #client</description>
<source>../../../examples/udp-ipv6/udp-client.c</source> <source>../../../examples/udp-ipv6/udp-client.c</source>
<commands>make udp-client.sky TARGET=sky DEFINES=UIP_CONF_ROUTER=1</commands> <commands>make clean TARGET=sky
make udp-client.sky TARGET=sky DEFINES=UIP_CONF_ROUTER=1</commands>
<firmware>../../../examples/udp-ipv6/udp-client.sky</firmware> <firmware>../../../examples/udp-ipv6/udp-client.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/udp-sender-ipv6/example-udp-sender.c</source> <source>../../../examples/udp-sender-ipv6/example-udp-sender.c</source>
<commands>make example-udp-sender.sky TARGET=sky DEFINES=WITH_UIP6,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x0212,UDP_ADDR_F=0x7402,UDP_ADDR_G=0x02,UDP_ADDR_H=0x202</commands> <commands>make clean TARGET=sky
make example-udp-sender.sky TARGET=sky DEFINES=WITH_UIP6,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x0212,UDP_ADDR_F=0x7402,UDP_ADDR_G=0x02,UDP_ADDR_H=0x202</commands>
<firmware>../../../examples/udp-sender-ipv6/example-udp-sender.sky</firmware> <firmware>../../../examples/udp-sender-ipv6/example-udp-sender.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>
@ -39,7 +40,8 @@
<identifier>sky2</identifier> <identifier>sky2</identifier>
<description>Sky Mote Type #2</description> <description>Sky Mote Type #2</description>
<source>../../../examples/udp-receiver-ipv6/example-udp-receiver.c</source> <source>../../../examples/udp-receiver-ipv6/example-udp-receiver.c</source>
<commands>make example-udp-receiver.sky TARGET=sky DEFINES=WITH_UIP6,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x0212,UDP_ADDR_F=0x7401,UDP_ADDR_G=0x01,UDP_ADDR_H=0x101</commands> <commands>make clean TARGET=sky
make example-udp-receiver.sky TARGET=sky DEFINES=WITH_UIP6,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x0212,UDP_ADDR_F=0x7401,UDP_ADDR_G=0x01,UDP_ADDR_H=0x101</commands>
<firmware>../../../examples/udp-receiver-ipv6/example-udp-receiver.sky</firmware> <firmware>../../../examples/udp-receiver-ipv6/example-udp-receiver.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell/sky-shell.c</source> <source>../../../examples/sky-shell/sky-shell.c</source>
<commands>make sky-shell.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-shell.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell/sky-shell.sky</firmware> <firmware>../../../examples/sky-shell/sky-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell/sky-shell.c</source> <source>../../../examples/sky-shell/sky-shell.c</source>
<commands>make sky-shell.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-shell.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell/sky-shell.sky</firmware> <firmware>../../../examples/sky-shell/sky-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -21,7 +21,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell/sky-shell.c</source> <source>../../../examples/sky-shell/sky-shell.c</source>
<commands>make sky-shell.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-shell.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell/sky-shell.sky</firmware> <firmware>../../../examples/sky-shell/sky-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -23,7 +23,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #sky1</description> <description>Sky Mote Type #sky1</description>
<source>[CONTIKI_DIR]/examples/sky-shell/sky-checkpoint.c</source> <source>[CONTIKI_DIR]/examples/sky-shell/sky-checkpoint.c</source>
<commands>make sky-checkpoint.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-checkpoint.sky TARGET=sky</commands>
<firmware>[CONTIKI_DIR]/examples/sky-shell/sky-checkpoint.sky</firmware> <firmware>[CONTIKI_DIR]/examples/sky-shell/sky-checkpoint.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>

View File

@ -23,7 +23,8 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #sky1</description> <description>Sky Mote Type #sky1</description>
<source>[CONTIKI_DIR]/examples/sky-shell/sky-checkpoint.c</source> <source>[CONTIKI_DIR]/examples/sky-shell/sky-checkpoint.c</source>
<commands>make sky-checkpoint.sky TARGET=sky</commands> <commands>make clean TARGET=sky
make sky-checkpoint.sky TARGET=sky</commands>
<firmware>[CONTIKI_DIR]/examples/sky-shell/sky-checkpoint.sky</firmware> <firmware>[CONTIKI_DIR]/examples/sky-shell/sky-checkpoint.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>