Update regression sims to org.contikios

This commit is contained in:
George Oikonomou 2014-02-24 12:59:46 +00:00
parent 54b55e96c4
commit cc41efaadd
2 changed files with 256 additions and 256 deletions

View file

@ -11,7 +11,7 @@
<randomseed>123456</randomseed> <randomseed>123456</randomseed>
<motedelay_us>1000000</motedelay_us> <motedelay_us>1000000</motedelay_us>
<radiomedium> <radiomedium>
se.sics.cooja.radiomediums.UDGM org.contikios.cooja.radiomediums.UDGM
<transmitting_range>15.0</transmitting_range> <transmitting_range>15.0</transmitting_range>
<interference_range>0.0</interference_range> <interference_range>0.0</interference_range>
<success_ratio_tx>1.0</success_ratio_tx> <success_ratio_tx>1.0</success_ratio_tx>
@ -21,284 +21,284 @@
<logoutput>40000</logoutput> <logoutput>40000</logoutput>
</events> </events>
<motetype> <motetype>
se.sics.cooja.contikimote.ContikiMoteType org.contikios.cooja.contikimote.ContikiMoteType
<identifier>mtype612</identifier> <identifier>mtype612</identifier>
<description>Root/sender</description> <description>Root/sender</description>
<source>[CONTIKI_DIR]/examples/ipv6/multicast/root.c</source> <source>[CONTIKI_DIR]/examples/ipv6/multicast/root.c</source>
<commands>make root.cooja TARGET=cooja</commands> <commands>make root.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiMoteID</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiMoteID</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRS232</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRS232</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiBeeper</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiBeeper</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRadio</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRadio</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiButton</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiButton</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiPIR</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiPIR</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiClock</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiClock</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.interfaces.MoteAttributes</moteinterface> <moteinterface>org.contikios.cooja.interfaces.MoteAttributes</moteinterface>
<symbols>false</symbols> <symbols>false</symbols>
</motetype> </motetype>
<motetype> <motetype>
se.sics.cooja.contikimote.ContikiMoteType org.contikios.cooja.contikimote.ContikiMoteType
<identifier>mtype890</identifier> <identifier>mtype890</identifier>
<description>Intermediate</description> <description>Intermediate</description>
<source>[CONTIKI_DIR]/examples/ipv6/multicast/intermediate.c</source> <source>[CONTIKI_DIR]/examples/ipv6/multicast/intermediate.c</source>
<commands>make intermediate.cooja TARGET=cooja</commands> <commands>make intermediate.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiMoteID</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiMoteID</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRS232</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRS232</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiBeeper</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiBeeper</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRadio</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRadio</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiButton</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiButton</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiPIR</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiPIR</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiClock</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiClock</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.interfaces.MoteAttributes</moteinterface> <moteinterface>org.contikios.cooja.interfaces.MoteAttributes</moteinterface>
<symbols>false</symbols> <symbols>false</symbols>
</motetype> </motetype>
<motetype> <motetype>
se.sics.cooja.contikimote.ContikiMoteType org.contikios.cooja.contikimote.ContikiMoteType
<identifier>mtype956</identifier> <identifier>mtype956</identifier>
<description>Receiver</description> <description>Receiver</description>
<source>[CONTIKI_DIR]/examples/ipv6/multicast/sink.c</source> <source>[CONTIKI_DIR]/examples/ipv6/multicast/sink.c</source>
<commands>make sink.cooja TARGET=cooja</commands> <commands>make sink.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiMoteID</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiMoteID</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRS232</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRS232</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiBeeper</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiBeeper</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRadio</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRadio</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiButton</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiButton</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiPIR</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiPIR</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiClock</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiClock</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.interfaces.MoteAttributes</moteinterface> <moteinterface>org.contikios.cooja.interfaces.MoteAttributes</moteinterface>
<symbols>false</symbols> <symbols>false</symbols>
</motetype> </motetype>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>-7.983976888750106</x> <x>-7.983976888750106</x>
<y>0.37523218201044733</y> <y>0.37523218201044733</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>1</id> <id>1</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype612</motetype_identifier> <motetype_identifier>mtype612</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>0.0</x> <x>0.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>2</id> <id>2</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>10.0</x> <x>10.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>3</id> <id>3</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>20.0</x> <x>20.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>4</id> <id>4</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>30.0</x> <x>30.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>5</id> <id>5</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>40.0</x> <x>40.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>6</id> <id>6</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>50.0</x> <x>50.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>7</id> <id>7</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>60.0</x> <x>60.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>8</id> <id>8</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>70.0</x> <x>70.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>9</id> <id>9</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>79.93950307524713</x> <x>79.93950307524713</x>
<y>-0.043451055913349</y> <y>-0.043451055913349</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>10</id> <id>10</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>90.0</x> <x>90.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>11</id> <id>11</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype890</motetype_identifier> <motetype_identifier>mtype890</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>99.61761525766555</x> <x>99.61761525766555</x>
<y>0.37523218201044733</y> <y>0.37523218201044733</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>12</id> <id>12</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype956</motetype_identifier> <motetype_identifier>mtype956</motetype_identifier>
</mote> </mote>
</simulation> </simulation>
<plugin> <plugin>
se.sics.cooja.plugins.SimControl org.contikios.cooja.plugins.SimControl
<width>280</width> <width>280</width>
<z>1</z> <z>1</z>
<height>160</height> <height>160</height>
@ -306,14 +306,14 @@
<location_y>0</location_y> <location_y>0</location_y>
</plugin> </plugin>
<plugin> <plugin>
se.sics.cooja.plugins.Visualizer org.contikios.cooja.plugins.Visualizer
<plugin_config> <plugin_config>
<moterelations>true</moterelations> <moterelations>true</moterelations>
<skin>se.sics.cooja.plugins.skins.IDVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.IDVisualizerSkin</skin>
<skin>se.sics.cooja.plugins.skins.GridVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.GridVisualizerSkin</skin>
<skin>se.sics.cooja.plugins.skins.TrafficVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.TrafficVisualizerSkin</skin>
<skin>se.sics.cooja.plugins.skins.UDGMVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.UDGMVisualizerSkin</skin>
<skin>se.sics.cooja.plugins.skins.MoteTypeVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.MoteTypeVisualizerSkin</skin>
<viewport>2.388440494916608 0.0 0.0 2.388440494916608 109.06925371156906 149.10378026149033</viewport> <viewport>2.388440494916608 0.0 0.0 2.388440494916608 109.06925371156906 149.10378026149033</viewport>
</plugin_config> </plugin_config>
<width>400</width> <width>400</width>
@ -323,7 +323,7 @@
<location_y>1</location_y> <location_y>1</location_y>
</plugin> </plugin>
<plugin> <plugin>
se.sics.cooja.plugins.LogListener org.contikios.cooja.plugins.LogListener
<plugin_config> <plugin_config>
<filter /> <filter />
<formatted_time /> <formatted_time />
@ -336,7 +336,7 @@
<location_y>160</location_y> <location_y>160</location_y>
</plugin> </plugin>
<plugin> <plugin>
se.sics.cooja.plugins.Notes org.contikios.cooja.plugins.Notes
<plugin_config> <plugin_config>
<notes>Enter notes here</notes> <notes>Enter notes here</notes>
<decorations>true</decorations> <decorations>true</decorations>
@ -348,7 +348,7 @@
<location_y>0</location_y> <location_y>0</location_y>
</plugin> </plugin>
<plugin> <plugin>
se.sics.cooja.plugins.ScriptRunner org.contikios.cooja.plugins.ScriptRunner
<plugin_config> <plugin_config>
<script>TIMEOUT(300000);&#xD; <script>TIMEOUT(300000);&#xD;
&#xD; &#xD;

View file

@ -11,7 +11,7 @@
<randomseed>123456</randomseed> <randomseed>123456</randomseed>
<motedelay_us>1000000</motedelay_us> <motedelay_us>1000000</motedelay_us>
<radiomedium> <radiomedium>
se.sics.cooja.radiomediums.UDGM org.contikios.cooja.radiomediums.UDGM
<transmitting_range>15.0</transmitting_range> <transmitting_range>15.0</transmitting_range>
<interference_range>0.0</interference_range> <interference_range>0.0</interference_range>
<success_ratio_tx>1.0</success_ratio_tx> <success_ratio_tx>1.0</success_ratio_tx>
@ -21,624 +21,624 @@
<logoutput>40000</logoutput> <logoutput>40000</logoutput>
</events> </events>
<motetype> <motetype>
se.sics.cooja.contikimote.ContikiMoteType org.contikios.cooja.contikimote.ContikiMoteType
<identifier>mtype816</identifier> <identifier>mtype816</identifier>
<description>Root/sender</description> <description>Root/sender</description>
<source>[CONTIKI_DIR]/examples/ipv6/multicast/root.c</source> <source>[CONTIKI_DIR]/examples/ipv6/multicast/root.c</source>
<commands>make root.cooja TARGET=cooja</commands> <commands>make root.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiMoteID</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiMoteID</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRS232</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRS232</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiBeeper</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiBeeper</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRadio</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRadio</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiButton</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiButton</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiPIR</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiPIR</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiClock</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiClock</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.interfaces.MoteAttributes</moteinterface> <moteinterface>org.contikios.cooja.interfaces.MoteAttributes</moteinterface>
<symbols>false</symbols> <symbols>false</symbols>
</motetype> </motetype>
<motetype> <motetype>
se.sics.cooja.contikimote.ContikiMoteType org.contikios.cooja.contikimote.ContikiMoteType
<identifier>mtype53</identifier> <identifier>mtype53</identifier>
<description>Intermediate</description> <description>Intermediate</description>
<source>[CONTIKI_DIR]/examples/ipv6/multicast/intermediate.c</source> <source>[CONTIKI_DIR]/examples/ipv6/multicast/intermediate.c</source>
<commands>make intermediate.cooja TARGET=cooja</commands> <commands>make intermediate.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiMoteID</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiMoteID</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRS232</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRS232</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiBeeper</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiBeeper</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRadio</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRadio</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiButton</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiButton</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiPIR</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiPIR</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiClock</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiClock</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.interfaces.MoteAttributes</moteinterface> <moteinterface>org.contikios.cooja.interfaces.MoteAttributes</moteinterface>
<symbols>false</symbols> <symbols>false</symbols>
</motetype> </motetype>
<motetype> <motetype>
se.sics.cooja.contikimote.ContikiMoteType org.contikios.cooja.contikimote.ContikiMoteType
<identifier>mtype191</identifier> <identifier>mtype191</identifier>
<description>Receiver</description> <description>Receiver</description>
<source>[CONTIKI_DIR]/examples/ipv6/multicast/sink.c</source> <source>[CONTIKI_DIR]/examples/ipv6/multicast/sink.c</source>
<commands>make sink.cooja TARGET=cooja</commands> <commands>make sink.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiMoteID</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiMoteID</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRS232</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRS232</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiBeeper</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiBeeper</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRadio</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiRadio</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiButton</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiButton</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiPIR</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiPIR</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiClock</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiClock</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiLED</moteinterface>
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>se.sics.cooja.interfaces.MoteAttributes</moteinterface> <moteinterface>org.contikios.cooja.interfaces.MoteAttributes</moteinterface>
<symbols>false</symbols> <symbols>false</symbols>
</motetype> </motetype>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>-7.983976888750106</x> <x>-7.983976888750106</x>
<y>0.37523218201044733</y> <y>0.37523218201044733</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>1</id> <id>1</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype816</motetype_identifier> <motetype_identifier>mtype816</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>0.0</x> <x>0.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>2</id> <id>2</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>10.0</x> <x>10.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>3</id> <id>3</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>20.0</x> <x>20.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>4</id> <id>4</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>30.0</x> <x>30.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>5</id> <id>5</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>40.0</x> <x>40.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>6</id> <id>6</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>50.0</x> <x>50.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>7</id> <id>7</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>60.0</x> <x>60.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>8</id> <id>8</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>70.0</x> <x>70.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>9</id> <id>9</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>79.93950307524713</x> <x>79.93950307524713</x>
<y>-0.043451055913349</y> <y>-0.043451055913349</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>10</id> <id>10</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>90.0</x> <x>90.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>11</id> <id>11</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>299.830399237567</x> <x>299.830399237567</x>
<y>0.21169609213234786</y> <y>0.21169609213234786</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>12</id> <id>12</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype191</motetype_identifier> <motetype_identifier>mtype191</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>100.0</x> <x>100.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>13</id> <id>13</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>110.0</x> <x>110.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>14</id> <id>14</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>120.0</x> <x>120.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>15</id> <id>15</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>130.0</x> <x>130.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>16</id> <id>16</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>140.0</x> <x>140.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>17</id> <id>17</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>150.0</x> <x>150.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>18</id> <id>18</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>160.0</x> <x>160.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>19</id> <id>19</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>170.0</x> <x>170.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>20</id> <id>20</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>180.0</x> <x>180.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>21</id> <id>21</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>190.0</x> <x>190.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>22</id> <id>22</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>200.0</x> <x>200.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>23</id> <id>23</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>210.0</x> <x>210.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>24</id> <id>24</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>220.0</x> <x>220.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>25</id> <id>25</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>230.0</x> <x>230.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>26</id> <id>26</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>240.0</x> <x>240.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>27</id> <id>27</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>250.0</x> <x>250.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>28</id> <id>28</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>260.0</x> <x>260.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>29</id> <id>29</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>270.0</x> <x>270.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>30</id> <id>30</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>280.0</x> <x>280.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>31</id> <id>31</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
<mote> <mote>
<interface_config> <interface_config>
se.sics.cooja.interfaces.Position org.contikios.cooja.interfaces.Position
<x>290.0</x> <x>290.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiMoteID org.contikios.cooja.contikimote.interfaces.ContikiMoteID
<id>32</id> <id>32</id>
</interface_config> </interface_config>
<interface_config> <interface_config>
se.sics.cooja.contikimote.interfaces.ContikiRadio org.contikios.cooja.contikimote.interfaces.ContikiRadio
<bitrate>250.0</bitrate> <bitrate>250.0</bitrate>
</interface_config> </interface_config>
<motetype_identifier>mtype53</motetype_identifier> <motetype_identifier>mtype53</motetype_identifier>
</mote> </mote>
</simulation> </simulation>
<plugin> <plugin>
se.sics.cooja.plugins.SimControl org.contikios.cooja.plugins.SimControl
<width>280</width> <width>280</width>
<z>1</z> <z>1</z>
<height>160</height> <height>160</height>
@ -646,14 +646,14 @@
<location_y>0</location_y> <location_y>0</location_y>
</plugin> </plugin>
<plugin> <plugin>
se.sics.cooja.plugins.Visualizer org.contikios.cooja.plugins.Visualizer
<plugin_config> <plugin_config>
<moterelations>true</moterelations> <moterelations>true</moterelations>
<skin>se.sics.cooja.plugins.skins.IDVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.IDVisualizerSkin</skin>
<skin>se.sics.cooja.plugins.skins.GridVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.GridVisualizerSkin</skin>
<skin>se.sics.cooja.plugins.skins.TrafficVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.TrafficVisualizerSkin</skin>
<skin>se.sics.cooja.plugins.skins.UDGMVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.UDGMVisualizerSkin</skin>
<skin>se.sics.cooja.plugins.skins.MoteTypeVisualizerSkin</skin> <skin>org.contikios.cooja.plugins.skins.MoteTypeVisualizerSkin</skin>
<viewport>1.1837122130192945 0.0 0.0 1.1837122130192945 27.087094588040927 150.74941275029448</viewport> <viewport>1.1837122130192945 0.0 0.0 1.1837122130192945 27.087094588040927 150.74941275029448</viewport>
</plugin_config> </plugin_config>
<width>400</width> <width>400</width>
@ -663,7 +663,7 @@
<location_y>1</location_y> <location_y>1</location_y>
</plugin> </plugin>
<plugin> <plugin>
se.sics.cooja.plugins.LogListener org.contikios.cooja.plugins.LogListener
<plugin_config> <plugin_config>
<filter /> <filter />
<formatted_time /> <formatted_time />
@ -676,7 +676,7 @@
<location_y>160</location_y> <location_y>160</location_y>
</plugin> </plugin>
<plugin> <plugin>
se.sics.cooja.plugins.Notes org.contikios.cooja.plugins.Notes
<plugin_config> <plugin_config>
<notes>Enter notes here</notes> <notes>Enter notes here</notes>
<decorations>true</decorations> <decorations>true</decorations>
@ -688,7 +688,7 @@
<location_y>0</location_y> <location_y>0</location_y>
</plugin> </plugin>
<plugin> <plugin>
se.sics.cooja.plugins.ScriptRunner org.contikios.cooja.plugins.ScriptRunner
<plugin_config> <plugin_config>
<script>TIMEOUT(300000);&#xD; <script>TIMEOUT(300000);&#xD;
&#xD; &#xD;