Added support for the FTP standalone client to the c64 target.
[contiki-2.x.git] / tools / cooja / contiki_tests / sky_deluge.csc
blob69f3a20518e5b34345131b4b871b60a31afdd2d1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <simconf>
3 <project>../apps/mrm</project>
4 <project>../apps/mspsim</project>
5 <project>../apps/avrora</project>
6 <project>../apps/native_gateway</project>
7 <simulation>
8 <title>Deluge</title>
9 <delaytime>0</delaytime>
10 <randomseed>generated</randomseed>
11 <motedelay_us>1000000</motedelay_us>
12 <radiomedium>
13 se.sics.cooja.radiomediums.UDGM
14 <transmitting_range>50.0</transmitting_range>
15 <interference_range>100.0</interference_range>
16 <success_ratio_tx>1.0</success_ratio_tx>
17 <success_ratio_rx>1.0</success_ratio_rx>
18 </radiomedium>
19 <motetype>
20 se.sics.cooja.mspmote.SkyMoteType
21 <identifier>sky1</identifier>
22 <description>Sky Mote Type #1</description>
23 <source>../../../examples/sky/test-deluge.c</source>
24 <commands>make clean TARGET=sky
25 make APPS=deluge test-deluge.sky TARGET=sky</commands>
26 <firmware>../../../examples/sky/test-deluge.sky</firmware>
27 <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
28 <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>
29 <moteinterface>se.sics.cooja.interfaces.Mote2MoteRelations</moteinterface>
30 <moteinterface>se.sics.cooja.mspmote.interfaces.MspClock</moteinterface>
31 <moteinterface>se.sics.cooja.mspmote.interfaces.MspMoteID</moteinterface>
32 <moteinterface>se.sics.cooja.mspmote.interfaces.SkyButton</moteinterface>
33 <moteinterface>se.sics.cooja.mspmote.interfaces.SkyFlash</moteinterface>
34 <moteinterface>se.sics.cooja.mspmote.interfaces.SkyByteRadio</moteinterface>
35 <moteinterface>se.sics.cooja.mspmote.interfaces.SkySerial</moteinterface>
36 <moteinterface>se.sics.cooja.mspmote.interfaces.SkyLED</moteinterface>
37 </motetype>
38 <mote>
39 se.sics.cooja.mspmote.SkyMote
40 <motetype_identifier>sky1</motetype_identifier>
41 <breakpoints />
42 <interface_config>
43 se.sics.cooja.interfaces.Position
44 <x>22.464792491653174</x>
45 <y>11.3235347656354</y>
46 <z>0.0</z>
47 </interface_config>
48 <interface_config>
49 se.sics.cooja.mspmote.interfaces.MspMoteID
50 <id>1</id>
51 </interface_config>
52 </mote>
53 <mote>
54 se.sics.cooja.mspmote.SkyMote
55 <motetype_identifier>sky1</motetype_identifier>
56 <breakpoints />
57 <interface_config>
58 se.sics.cooja.interfaces.Position
59 <x>16.167564578306468</x>
60 <y>29.89745599030348</y>
61 <z>0.0</z>
62 </interface_config>
63 <interface_config>
64 se.sics.cooja.mspmote.interfaces.MspMoteID
65 <id>3</id>
66 </interface_config>
67 </mote>
68 <mote>
69 se.sics.cooja.mspmote.SkyMote
70 <motetype_identifier>sky1</motetype_identifier>
71 <breakpoints />
72 <interface_config>
73 se.sics.cooja.interfaces.Position
74 <x>63.42409596590043</x>
75 <y>12.470791515046386</y>
76 <z>0.0</z>
77 </interface_config>
78 <interface_config>
79 se.sics.cooja.mspmote.interfaces.MspMoteID
80 <id>5</id>
81 </interface_config>
82 </mote>
83 </simulation>
84 <plugin>
85 se.sics.cooja.plugins.SimControl
86 <width>282</width>
87 <z>4</z>
88 <height>212</height>
89 <location_x>0</location_x>
90 <location_y>0</location_y>
91 <minimized>false</minimized>
92 </plugin>
93 <plugin>
94 se.sics.cooja.plugins.Visualizer
95 <plugin_config>
96 <skin>Mote IDs</skin>
97 <skin>Radio environment (UDGM)</skin>
98 </plugin_config>
99 <width>283</width>
100 <z>2</z>
101 <height>144</height>
102 <location_x>-1</location_x>
103 <location_y>212</location_y>
104 <minimized>false</minimized>
105 </plugin>
106 <plugin>
107 se.sics.cooja.plugins.ScriptRunner
108 <plugin_config>
109 <script>TIMEOUT(100000, log.log("last msg: " + msg + "\n")); /* print last msg at timeout */
111 WAIT_UNTIL(id == 3 &amp;&amp; msg.contains("version 1"));
112 log.log("Node 3 got version 1\n");
114 WAIT_UNTIL(id == 5 &amp;&amp; msg.contains("version 1"));
115 log.log("Node 5 got version 1\n");
117 log.testOK(); /* Report test success and quit */</script>
118 <active>true</active>
119 </plugin_config>
120 <width>600</width>
121 <z>1</z>
122 <height>357</height>
123 <location_x>281</location_x>
124 <location_y>1</location_y>
125 <minimized>false</minimized>
126 </plugin>
127 <plugin>
128 se.sics.cooja.plugins.TimeLine
129 <plugin_config>
130 <mote>0</mote>
131 <mote>1</mote>
132 <mote>2</mote>
133 <showRadioRXTX />
134 <split>109</split>
135 <zoom>9</zoom>
136 </plugin_config>
137 <width>882</width>
138 <z>3</z>
139 <height>149</height>
140 <location_x>-1</location_x>
141 <location_y>357</location_y>
142 <minimized>false</minimized>
143 </plugin>
144 <plugin>
145 se.sics.cooja.plugins.LogListener
146 <plugin_config>
147 <filter />
148 </plugin_config>
149 <width>882</width>
150 <z>0</z>
151 <height>195</height>
152 <location_x>-1</location_x>
153 <location_y>504</location_y>
154 <minimized>false</minimized>
155 </plugin>
156 </simconf>