2008-09-17 23:54:15 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<simconf>
|
2009-03-11 14:25:40 +01:00
|
|
|
<project>../apps/mrm</project>
|
|
|
|
<project>../apps/mspsim</project>
|
|
|
|
<project>../apps/native_gateway</project>
|
2008-09-17 23:54:15 +02:00
|
|
|
<simulation>
|
2009-03-11 14:25:40 +01:00
|
|
|
<title>My simulation</title>
|
2008-09-17 23:54:15 +02:00
|
|
|
<delaytime>0</delaytime>
|
|
|
|
<ticktime>1</ticktime>
|
|
|
|
<randomseed>123456</randomseed>
|
2009-03-11 14:25:40 +01:00
|
|
|
<motedelay>1000</motedelay>
|
2008-09-17 23:54:15 +02:00
|
|
|
<radiomedium>
|
|
|
|
se.sics.cooja.radiomediums.UDGM
|
|
|
|
<transmitting_range>50.0</transmitting_range>
|
|
|
|
<interference_range>100.0</interference_range>
|
|
|
|
<success_ratio_tx>1.0</success_ratio_tx>
|
|
|
|
<success_ratio_rx>1.0</success_ratio_rx>
|
|
|
|
</radiomedium>
|
|
|
|
<motetype>
|
|
|
|
se.sics.cooja.contikimote.ContikiMoteType
|
2009-03-11 14:25:40 +01:00
|
|
|
<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>
|
2008-09-17 23:54:15 +02:00
|
|
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiVib</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiMoteID</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRS232</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiBeeper</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiIPAddress</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiRadio</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiButton</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiPIR</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiClock</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLED</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiLog</moteinterface>
|
|
|
|
<moteinterface>se.sics.cooja.contikimote.interfaces.ContikiCFS</moteinterface>
|
2009-03-11 14:25:40 +01:00
|
|
|
<moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
|
2008-09-17 23:54:15 +02:00
|
|
|
<symbols>false</symbols>
|
|
|
|
<commstack>Rime</commstack>
|
|
|
|
</motetype>
|
|
|
|
<mote>
|
|
|
|
se.sics.cooja.contikimote.ContikiMote
|
2009-03-11 14:25:40 +01:00
|
|
|
<motetype_identifier>mtype4</motetype_identifier>
|
2008-09-17 23:54:15 +02:00
|
|
|
<interface_config>
|
|
|
|
se.sics.cooja.interfaces.Position
|
2009-03-11 14:25:40 +01:00
|
|
|
<x>69.64867743029201</x>
|
|
|
|
<y>69.2570131081022</y>
|
2008-09-17 23:54:15 +02:00
|
|
|
<z>0.0</z>
|
|
|
|
</interface_config>
|
2008-11-05 19:20:30 +01:00
|
|
|
<interface_config>
|
|
|
|
se.sics.cooja.interfaces.Battery
|
|
|
|
<infinite>false</infinite>
|
|
|
|
</interface_config>
|
2008-09-17 23:54:15 +02:00
|
|
|
<interface_config>
|
|
|
|
se.sics.cooja.contikimote.interfaces.ContikiMoteID
|
|
|
|
<id>1</id>
|
|
|
|
</interface_config>
|
|
|
|
<interface_config>
|
|
|
|
se.sics.cooja.contikimote.interfaces.ContikiIPAddress
|
2009-03-11 14:25:40 +01:00
|
|
|
<ipv4address>10.10.4.7</ipv4address>
|
2008-09-17 23:54:15 +02:00
|
|
|
</interface_config>
|
|
|
|
</mote>
|
|
|
|
</simulation>
|
2008-09-29 15:08:23 +02:00
|
|
|
<plugin>
|
|
|
|
se.sics.cooja.plugins.SimControl
|
2009-03-11 14:25:40 +01:00
|
|
|
<width>248</width>
|
2008-10-05 19:11:54 +02:00
|
|
|
<z>1</z>
|
2009-03-11 14:25:40 +01:00
|
|
|
<height>200</height>
|
|
|
|
<location_x>0</location_x>
|
|
|
|
<location_y>0</location_y>
|
2008-09-29 15:08:23 +02:00
|
|
|
<minimized>false</minimized>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2009-03-11 14:25:40 +01:00
|
|
|
se.sics.cooja.plugins.VisState
|
2008-09-29 15:08:23 +02:00
|
|
|
<width>300</width>
|
2008-10-05 19:11:54 +02:00
|
|
|
<z>2</z>
|
2009-03-11 14:25:40 +01:00
|
|
|
<height>300</height>
|
|
|
|
<location_x>600</location_x>
|
|
|
|
<location_y>0</location_y>
|
2008-09-29 15:08:23 +02:00
|
|
|
<minimized>false</minimized>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
se.sics.cooja.plugins.LogListener
|
|
|
|
<plugin_config>
|
|
|
|
<filter />
|
|
|
|
<history>256</history>
|
|
|
|
</plugin_config>
|
2009-03-11 14:25:40 +01:00
|
|
|
<width>900</width>
|
|
|
|
<z>0</z>
|
|
|
|
<height>209</height>
|
|
|
|
<location_x>0</location_x>
|
|
|
|
<location_y>591</location_y>
|
2008-09-29 15:08:23 +02:00
|
|
|
<minimized>false</minimized>
|
|
|
|
</plugin>
|
2008-09-17 23:54:15 +02:00
|
|
|
</simconf>
|
|
|
|
|