with the recent mote type updates, the simulation config structure changed.

* updated simconfigs
This commit is contained in:
fros4943 2009-03-11 13:25:40 +00:00
parent 71ea1cc56e
commit 82305b3572
20 changed files with 1759 additions and 1520 deletions

View File

@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>Hello World</title>
<title>My simulation</title>
<delaytime>0</delaytime>
<ticktime>1</ticktime>
<randomseed>123456</randomseed>
<motedelay>0</motedelay>
<motedelay>1000</motedelay>
<radiomedium>
se.sics.cooja.radiomediums.UDGM
<transmitting_range>50.0</transmitting_range>
@ -15,21 +18,10 @@
</radiomedium>
<motetype>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype2</identifier>
<description>Contiki Mote #1</description>
<contikibasedir>../../..</contikibasedir>
<contikicoredir>../../../platform/cooja</contikicoredir>
<projectdir>../../../examples/hello-world</projectdir>
<compilefile>../apps/mrm</compilefile>
<compilefile>../apps/mspsim</compilefile>
<compilefile>../../../examples/hello-world</compilefile>
<compilefile>../../../examples/hello-world</compilefile>
<compilefile>../../../examples/hello-world/hello-world.c</compilefile>
<process>hello_world_process</process>
<sensor>button_sensor</sensor>
<sensor>pir_sensor</sensor>
<sensor>radio_sensor</sensor>
<sensor>vib_sensor</sensor>
<identifier>mtype4</identifier>
<description>Contiki Mote Type #1</description>
<contikiapp>../../../examples/hello-world/hello-world.c</contikiapp>
<commands>make hello-world.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface>
@ -44,28 +36,17 @@
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLog</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<coreinterface>cfs_interface</coreinterface>
<coreinterface>beep_interface</coreinterface>
<coreinterface>button_interface</coreinterface>
<coreinterface>radio_interface</coreinterface>
<coreinterface>ip_interface</coreinterface>
<coreinterface>leds_interface</coreinterface>
<coreinterface>moteid_interface</coreinterface>
<coreinterface>pir_interface</coreinterface>
<coreinterface>rs232_interface</coreinterface>
<coreinterface>vib_interface</coreinterface>
<coreinterface>clock_interface</coreinterface>
<coreinterface>simlog_interface</coreinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<symbols>false</symbols>
<commstack>Rime</commstack>
</motetype>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype2</motetype_identifier>
<motetype_identifier>mtype4</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>91.48300003917207</x>
<y>83.5491879028037</y>
<x>69.64867743029201</x>
<y>69.2570131081022</y>
<z>0.0</z>
</interface_config>
<interface_config>
@ -78,26 +59,26 @@
</interface_config>
<interface_config>
se.sics.cooja.contikimote.interfaces.ContikiIPAddress
<ipv4address>10.10.15.14</ipv4address>
<ipv4address>10.10.4.7</ipv4address>
</interface_config>
</mote>
</simulation>
<plugin>
se.sics.cooja.plugins.SimControl
<width>315</width>
<width>248</width>
<z>1</z>
<height>199</height>
<location_x>13</location_x>
<location_y>7</location_y>
<height>200</height>
<location_x>0</location_x>
<location_y>0</location_y>
<minimized>false</minimized>
</plugin>
<plugin>
se.sics.cooja.plugins.VisUDGM
se.sics.cooja.plugins.VisState
<width>300</width>
<z>2</z>
<height>115</height>
<location_x>354</location_x>
<location_y>14</location_y>
<height>300</height>
<location_x>600</location_x>
<location_y>0</location_y>
<minimized>false</minimized>
</plugin>
<plugin>
@ -106,11 +87,11 @@
<filter />
<history>256</history>
</plugin_config>
<width>573</width>
<z>3</z>
<height>200</height>
<location_x>379</location_x>
<location_y>277</location_y>
<width>900</width>
<z>0</z>
<height>209</height>
<location_x>0</location_x>
<location_y>591</location_y>
<minimized>false</minimized>
</plugin>
</simconf>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,32 +21,42 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-abc.c</source>
<command>make example-abc.sky TARGET=sky</command>
<commands>make example-abc.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-abc.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<motetype>
se.sics.cooja.mspmote.ESBMoteType
<identifier>esb1</identifier>
<description>ESB Mote Type #1</description>
<source>../../../examples/rime/example-abc.c</source>
<command>make example-abc.esb TARGET=esb</command>
<commands>make example-abc.esb TARGET=esb</commands>
<firmware>../../../examples/rime/example-abc.esb</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.ESBLog</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.ESBLED</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.ESBButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.TR1001Radio</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
</motetype>
<motetype>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype9</identifier>
<description>Contiki Mote #1</description>
<contikibasedir>../../..</contikibasedir>
<contikicoredir>../../../platform/cooja</contikicoredir>
<projectdir>../../../examples/rime</projectdir>
<compilefile>../apps/mrm</compilefile>
<compilefile>../apps/mspsim</compilefile>
<compilefile>../../../examples/rime</compilefile>
<compilefile>../../../examples/rime</compilefile>
<compilefile>../../../examples/rime/example-abc.c</compilefile>
<process>example_abc_process</process>
<sensor>button_sensor</sensor>
<sensor>pir_sensor</sensor>
<sensor>radio_sensor</sensor>
<sensor>vib_sensor</sensor>
<identifier>mtype5</identifier>
<description>Contiki Mote Type #1</description>
<contikiapp>../../../examples/rime/example-abc.c</contikiapp>
<commands>make example-abc.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface>
@ -58,24 +71,13 @@
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLog</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<coreinterface>cfs_interface</coreinterface>
<coreinterface>beep_interface</coreinterface>
<coreinterface>button_interface</coreinterface>
<coreinterface>radio_interface</coreinterface>
<coreinterface>ip_interface</coreinterface>
<coreinterface>leds_interface</coreinterface>
<coreinterface>moteid_interface</coreinterface>
<coreinterface>pir_interface</coreinterface>
<coreinterface>rs232_interface</coreinterface>
<coreinterface>vib_interface</coreinterface>
<coreinterface>clock_interface</coreinterface>
<coreinterface>simlog_interface</coreinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<symbols>false</symbols>
<commstack>Rime</commstack>
</motetype>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype9</motetype_identifier>
<motetype_identifier>mtype5</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>-562.9265350779835</x>
@ -97,7 +99,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype9</motetype_identifier>
<motetype_identifier>mtype5</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>-569.1395123422226</x>
@ -175,7 +177,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype9</motetype_identifier>
<motetype_identifier>mtype5</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>981.0053840033577</x>
@ -197,7 +199,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype9</motetype_identifier>
<motetype_identifier>mtype5</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>1346.8489601454312</x>
@ -249,7 +251,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>265</width>
<z>1</z>
<z>2</z>
<height>200</height>
<location_x>0</location_x>
<location_y>0</location_y>
@ -258,7 +260,7 @@
<plugin>
se.sics.cooja.plugins.VisState
<width>884</width>
<z>2</z>
<z>1</z>
<height>211</height>
<location_x>277</location_x>
<location_y>0</location_y>
@ -271,7 +273,7 @@
<history>256</history>
</plugin_config>
<width>1161</width>
<z>4</z>
<z>0</z>
<height>370</height>
<location_x>0</location_x>
<location_y>458</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky-ip/sky-telnet-server.c</source>
<command>make sky-telnet-server.sky TARGET=sky</command>
<commands>make sky-telnet-server.sky TARGET=sky</commands>
<firmware>../../../examples/sky-ip/sky-telnet-server.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -42,7 +56,7 @@
<history>256</history>
</plugin_config>
<width>1024</width>
<z>3</z>
<z>1</z>
<height>209</height>
<location_x>0</location_x>
<location_y>446</location_y>
@ -65,7 +79,7 @@
<register_routes>true</register_routes>
</plugin_config>
<width>388</width>
<z>1</z>
<z>0</z>
<height>331</height>
<location_x>265</location_x>
<location_y>16</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell-webserver/sky-shell-webserver.c</source>
<command>make sky-shell-webserver.sky TARGET=sky</command>
<commands>make sky-shell-webserver.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell-webserver/sky-shell-webserver.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -80,7 +94,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>248</width>
<z>1</z>
<z>2</z>
<height>200</height>
<location_x>0</location_x>
<location_y>0</location_y>
@ -89,7 +103,7 @@
<plugin>
se.sics.cooja.plugins.VisUDGM
<width>435</width>
<z>4</z>
<z>0</z>
<height>195</height>
<location_x>255</location_x>
<location_y>6</location_y>
@ -115,7 +129,7 @@
<interface>Serial port</interface>
</plugin_config>
<width>682</width>
<z>2</z>
<z>1</z>
<height>334</height>
<location_x>10</location_x>
<location_y>207</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/multi-threading/multi-threading.c</source>
<command>make multi-threading.sky TARGET=sky</command>
<commands>make multi-threading.sky TARGET=sky</commands>
<firmware>../../../examples/multi-threading/multi-threading.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -47,7 +61,7 @@
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>3</z>
<z>0</z>
<height>300</height>
<location_x>638</location_x>
<location_y>0</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-abc.c</source>
<command>make example-abc.sky TARGET=sky</command>
<commands>make example-abc.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-abc.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -52,7 +66,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>313</width>
<z>1</z>
<z>2</z>
<height>199</height>
<location_x>30</location_x>
<location_y>30</location_y>
@ -61,7 +75,7 @@
<plugin>
se.sics.cooja.plugins.VisUDGM
<width>300</width>
<z>2</z>
<z>1</z>
<height>122</height>
<location_x>367</location_x>
<location_y>23</location_y>
@ -74,7 +88,7 @@
<history>256</history>
</plugin_config>
<width>573</width>
<z>3</z>
<z>0</z>
<height>242</height>
<location_x>23</location_x>
<location_y>235</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>Rime collect test</title>
<delaytime>0</delaytime>
@ -15,21 +18,10 @@
</radiomedium>
<motetype>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype7</identifier>
<description>Contiki Mote #1</description>
<contikibasedir>../../..</contikibasedir>
<contikicoredir>../../../platform/cooja</contikicoredir>
<projectdir>../../../examples/rime</projectdir>
<compilefile>../apps/mrm</compilefile>
<compilefile>../apps/mspsim</compilefile>
<compilefile>../../../examples/rime</compilefile>
<compilefile>../../../examples/rime</compilefile>
<compilefile>../../../examples/rime/example-collect.c</compilefile>
<process>example_collect_process</process>
<sensor>pir_sensor</sensor>
<sensor>vib_sensor</sensor>
<sensor>button_sensor</sensor>
<sensor>radio_sensor</sensor>
<identifier>mtype1</identifier>
<description>Contiki Mote Type #1</description>
<contikiapp>../../../examples/rime/example-collect.c</contikiapp>
<commands>make example-collect.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface>
@ -44,24 +36,13 @@
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLog</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<coreinterface>cfs_interface</coreinterface>
<coreinterface>pir_interface</coreinterface>
<coreinterface>radio_interface</coreinterface>
<coreinterface>vib_interface</coreinterface>
<coreinterface>rs232_interface</coreinterface>
<coreinterface>button_interface</coreinterface>
<coreinterface>beep_interface</coreinterface>
<coreinterface>leds_interface</coreinterface>
<coreinterface>moteid_interface</coreinterface>
<coreinterface>ip_interface</coreinterface>
<coreinterface>clock_interface</coreinterface>
<coreinterface>simlog_interface</coreinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<symbols>false</symbols>
<commstack>Rime</commstack>
</motetype>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>50.829139451170256</x>
@ -83,7 +64,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>66.70779372167401</x>
@ -105,7 +86,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>41.129223698257974</x>
@ -127,7 +108,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>3.896453344832884</x>
@ -149,7 +130,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>66.34456950462831</x>
@ -171,7 +152,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>70.88189625059834</x>
@ -193,7 +174,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>19.09803704982651</x>
@ -215,7 +196,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>89.63745297998314</x>
@ -237,7 +218,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>13.348832186584092</x>
@ -259,7 +240,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>1.674784139064478</x>
@ -281,7 +262,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>47.87142051729898</x>
@ -303,7 +284,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>26.88271893793631</x>
@ -325,7 +306,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>56.02971812708909</x>
@ -347,7 +328,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>95.69470045280002</x>
@ -369,7 +350,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>31.731698652367335</x>
@ -391,7 +372,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>2.8792353689463424</x>
@ -413,7 +394,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>51.07177717821779</x>
@ -435,7 +416,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>43.42318694224158</x>
@ -457,7 +438,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>87.22205782780289</x>
@ -479,7 +460,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype7</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>1.6332448872152683</x>
@ -503,7 +484,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>223</width>
<z>4</z>
<z>1</z>
<height>227</height>
<location_x>0</location_x>
<location_y>0</location_y>
@ -512,7 +493,7 @@
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>3</z>
<z>0</z>
<height>300</height>
<location_x>723</location_x>
<location_y>0</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-collect.c</source>
<command>make example-collect.sky TARGET=sky</command>
<commands>make example-collect.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-collect.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -304,7 +318,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>223</width>
<z>4</z>
<z>1</z>
<height>227</height>
<location_x>0</location_x>
<location_y>0</location_y>
@ -313,7 +327,7 @@
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>3</z>
<z>0</z>
<height>300</height>
<location_x>390</location_x>
<location_y>0</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -15,21 +18,10 @@
</radiomedium>
<motetype>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype16</identifier>
<identifier>mtype1</identifier>
<description>Contiki Mote #1</description>
<contikibasedir>../../..</contikibasedir>
<contikicoredir>../../../platform/cooja</contikicoredir>
<projectdir>../../../examples/rime</projectdir>
<compilefile>../apps/mrm</compilefile>
<compilefile>../apps/mspsim</compilefile>
<compilefile>../../../examples/rime</compilefile>
<compilefile>../../../examples/rime</compilefile>
<compilefile>../../../examples/rime/example-rucb.c</compilefile>
<process>example_rucb_process</process>
<sensor>button_sensor</sensor>
<sensor>pir_sensor</sensor>
<sensor>radio_sensor</sensor>
<sensor>vib_sensor</sensor>
<contikiapp>../../../examples/rime/example-rucb.c</contikiapp>
<commands>make example-rucb.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface>
@ -44,24 +36,13 @@
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLog</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<coreinterface>cfs_interface</coreinterface>
<coreinterface>beep_interface</coreinterface>
<coreinterface>button_interface</coreinterface>
<coreinterface>radio_interface</coreinterface>
<coreinterface>ip_interface</coreinterface>
<coreinterface>leds_interface</coreinterface>
<coreinterface>moteid_interface</coreinterface>
<coreinterface>pir_interface</coreinterface>
<coreinterface>rs232_interface</coreinterface>
<coreinterface>vib_interface</coreinterface>
<coreinterface>clock_interface</coreinterface>
<coreinterface>simlog_interface</coreinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<symbols>false</symbols>
<commstack>Rime</commstack>
</motetype>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype16</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>0.0</x>
@ -83,7 +64,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype16</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>14.102564102564104</x>
@ -105,7 +86,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype16</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>-32.16814655285737</x>
@ -127,7 +108,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype16</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>-1.5917258339289355</x>
@ -149,7 +130,7 @@
</mote>
<mote>
se.sics.cooja.contikimote.ContikiMote
<motetype_identifier>mtype16</motetype_identifier>
<motetype_identifier>mtype1</motetype_identifier>
<interface_config>
se.sics.cooja.interfaces.Position
<x>26.334899854939632</x>
@ -186,7 +167,7 @@
<history>256</history>
</plugin_config>
<width>692</width>
<z>4</z>
<z>2</z>
<height>209</height>
<location_x>0</location_x>
<location_y>434</location_y>
@ -195,7 +176,7 @@
<plugin>
se.sics.cooja.plugins.VisUDGM
<width>216</width>
<z>2</z>
<z>4</z>
<height>197</height>
<location_x>477</location_x>
<location_y>0</location_y>
@ -204,7 +185,7 @@
<plugin>
se.sics.cooja.plugins.VisTraffic
<width>208</width>
<z>5</z>
<z>0</z>
<height>203</height>
<location_x>266</location_x>
<location_y>-2</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-runicast.c</source>
<command>make example-runicast.sky TARGET=sky</command>
<commands>make example-runicast.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-runicast.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -80,7 +94,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>265</width>
<z>1</z>
<z>3</z>
<height>200</height>
<location_x>0</location_x>
<location_y>0</location_y>
@ -102,7 +116,7 @@
<plugin>
se.sics.cooja.plugins.VisUDGM
<width>263</width>
<z>4</z>
<z>1</z>
<height>125</height>
<location_x>1</location_x>
<location_y>200</location_y>
@ -111,7 +125,7 @@
<plugin>
se.sics.cooja.plugins.RadioLogger
<width>427</width>
<z>3</z>
<z>4</z>
<height>432</height>
<location_x>264</location_x>
<location_y>1</location_y>
@ -120,7 +134,7 @@
<plugin>
se.sics.cooja.plugins.VisTraffic
<width>263</width>
<z>5</z>
<z>0</z>
<height>110</height>
<location_x>1</location_x>
<location_y>324</location_y>

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
<ticktime>1</ticktime>
<randomseed>123456</randomseed>
<nrticklists>1</nrticklists>
<motedelay>1000</motedelay>
<radiomedium>
se.sics.cooja.radiomediums.UDGM
@ -19,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/rime/example-trickle.c</source>
<command>make example-trickle.sky TARGET=sky</command>
<commands>make example-trickle.sky TARGET=sky</commands>
<firmware>../../../examples/rime/example-trickle.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -174,7 +187,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>313</width>
<z>3</z>
<z>0</z>
<height>199</height>
<location_x>14</location_x>
<location_y>5</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell/sky-checkpoint.c</source>
<command>make sky-checkpoint.sky TARGET=sky</command>
<commands>make sky-checkpoint.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell/sky-checkpoint.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -38,7 +52,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>248</width>
<z>2</z>
<z>3</z>
<height>200</height>
<location_x>0</location_x>
<location_y>0</location_y>
@ -47,7 +61,7 @@
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>3</z>
<z>2</z>
<height>300</height>
<location_x>724</location_x>
<location_y>0</location_y>
@ -60,7 +74,7 @@
<history>256</history>
</plugin_config>
<width>1024</width>
<z>4</z>
<z>0</z>
<height>209</height>
<location_x>0</location_x>
<location_y>446</location_y>

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>test</title>
<delaytime>0</delaytime>
<ticktime>1</ticktime>
<randomseed>123456</randomseed>
<nrticklists>1</nrticklists>
<motedelay>0</motedelay>
<radiomedium>
se.sics.cooja.radiomediums.UDGM
@ -19,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky/test-coffee.c</source>
<command>make test-coffee.sky TARGET=sky</command>
<commands>make test-coffee.sky TARGET=sky</commands>
<firmware>../../../examples/sky/test-coffee.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -36,5 +49,36 @@
</interface_config>
</mote>
</simulation>
<plugin>
se.sics.cooja.plugins.SimControl
<width>248</width>
<z>2</z>
<height>200</height>
<location_x>0</location_x>
<location_y>0</location_y>
<minimized>false</minimized>
</plugin>
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>1</z>
<height>300</height>
<location_x>1239</location_x>
<location_y>0</location_y>
<minimized>false</minimized>
</plugin>
<plugin>
se.sics.cooja.plugins.LogListener
<plugin_config>
<filter />
<history>256</history>
</plugin_config>
<width>1539</width>
<z>0</z>
<height>209</height>
<location_x>0</location_x>
<location_y>945</location_y>
<minimized>false</minimized>
</plugin>
</simconf>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky/sky-collect.c</source>
<command>make sky-collect.sky TARGET=sky</command>
<commands>make sky-collect.sky TARGET=sky</commands>
<firmware>../../../examples/sky/sky-collect.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -135,7 +149,7 @@
<history>256</history>
</plugin_config>
<width>1168</width>
<z>4</z>
<z>0</z>
<height>240</height>
<location_x>-1</location_x>
<location_y>618</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>Deluge</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky/test-deluge.c</source>
<command>make APPS=deluge test-deluge.sky TARGET=sky</command>
<commands>make APPS=deluge test-deluge.sky TARGET=sky</commands>
<firmware>../../../examples/sky/test-deluge.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -75,7 +89,7 @@
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>3</z>
<z>0</z>
<height>300</height>
<location_x>390</location_x>
<location_y>0</location_y>

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>Hello World (Sky)</title>
<delaytime>0</delaytime>
<ticktime>1</ticktime>
<randomseed>123456</randomseed>
<nrticklists>1</nrticklists>
<motedelay>0</motedelay>
<radiomedium>
se.sics.cooja.radiomediums.UDGM
@ -19,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/hello-world/hello-world.c</source>
<command>make hello-world.sky TARGET=sky</command>
<commands>make hello-world.sky TARGET=sky</commands>
<firmware>../../../examples/hello-world/hello-world.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -36,5 +49,36 @@
</interface_config>
</mote>
</simulation>
<plugin>
se.sics.cooja.plugins.SimControl
<width>248</width>
<z>2</z>
<height>200</height>
<location_x>0</location_x>
<location_y>0</location_y>
<minimized>false</minimized>
</plugin>
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>1</z>
<height>300</height>
<location_x>1239</location_x>
<location_y>0</location_y>
<minimized>false</minimized>
</plugin>
<plugin>
se.sics.cooja.plugins.LogListener
<plugin_config>
<filter />
<history>256</history>
</plugin_config>
<width>1539</width>
<z>0</z>
<height>209</height>
<location_x>0</location_x>
<location_y>945</location_y>
<minimized>false</minimized>
</plugin>
</simconf>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,14 +21,36 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/udp-sender-ipv6/example-udp-sender.c</source>
<command>make example-udp-sender.sky TARGET=sky DEFINES=WITH_UIP6,WITH_NULLMAC,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x0212,UDP_ADDR_F=0x7502,UDP_ADDR_G=0x02,UDP_ADDR_H=0x202</command>
<commands>make example-udp-sender.sky TARGET=sky DEFINES=WITH_UIP6,WITH_NULLMAC,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x0212,UDP_ADDR_F=0x7502,UDP_ADDR_G=0x02,UDP_ADDR_H=0x202</commands>
<firmware>../../../examples/udp-sender-ipv6/example-udp-sender.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<motetype>
se.sics.cooja.mspmote.SkyMoteType
<identifier>sky2</identifier>
<description>Sky Mote Type #2</description>
<source>../../../examples/udp-receiver-ipv6/example-udp-receiver.c</source>
<command>make example-udp-receiver.sky TARGET=sky DEFINES=WITH_UIP6,WITH_NULLMAC,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x0212,UDP_ADDR_F=0x7501,UDP_ADDR_G=0x01,UDP_ADDR_H=0x101</command>
<commands>make example-udp-receiver.sky TARGET=sky DEFINES=WITH_UIP6,WITH_NULLMAC,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x0212,UDP_ADDR_F=0x7501,UDP_ADDR_G=0x01,UDP_ADDR_H=0x101</commands>
<firmware>../../../examples/udp-receiver-ipv6/example-udp-receiver.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -59,7 +84,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>248</width>
<z>1</z>
<z>2</z>
<height>200</height>
<location_x>0</location_x>
<location_y>0</location_y>
@ -72,7 +97,7 @@
<history>256</history>
</plugin_config>
<width>1067</width>
<z>2</z>
<z>1</z>
<height>300</height>
<location_x>0</location_x>
<location_y>523</location_y>
@ -81,7 +106,7 @@
<plugin>
se.sics.cooja.plugins.RadioLogger
<width>1062</width>
<z>4</z>
<z>0</z>
<height>309</height>
<location_x>6</location_x>
<location_y>207</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell/sky-shell.c</source>
<command>make sky-shell.sky TARGET=sky</command>
<commands>make sky-shell.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell/sky-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -47,7 +61,7 @@
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>3</z>
<z>0</z>
<height>300</height>
<location_x>390</location_x>
<location_y>0</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell/sky-shell.c</source>
<command>make sky-shell.sky TARGET=sky</command>
<commands>make sky-shell.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell/sky-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -304,7 +318,7 @@
<plugin>
se.sics.cooja.plugins.SimControl
<width>223</width>
<z>3</z>
<z>1</z>
<height>227</height>
<location_x>0</location_x>
<location_y>0</location_y>
@ -317,7 +331,7 @@
<history>256</history>
</plugin_config>
<width>690</width>
<z>2</z>
<z>0</z>
<height>207</height>
<location_x>0</location_x>
<location_y>439</location_y>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project>../apps/mrm</project>
<project>../apps/mspsim</project>
<project>../apps/native_gateway</project>
<simulation>
<title>My simulation</title>
<delaytime>0</delaytime>
@ -18,7 +21,18 @@
<identifier>sky1</identifier>
<description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell/sky-shell.c</source>
<command>make sky-shell.sky TARGET=sky</command>
<commands>make sky-shell.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell/sky-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspIPAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
<moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
</motetype>
<mote>
se.sics.cooja.mspmote.SkyMote
@ -47,7 +61,7 @@
<plugin>
se.sics.cooja.plugins.VisState
<width>300</width>
<z>3</z>
<z>0</z>
<height>300</height>
<location_x>390</location_x>
<location_y>0</location_y>