forked from ds-kiel/STARC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmrm-chaos.csc
136 lines (135 loc) · 4.84 KB
/
mrm-chaos.csc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" encoding="UTF-8"?>
<simconf>
<project EXPORT="discard">[APPS_DIR]/mrm</project>
<project EXPORT="discard">[APPS_DIR]/mspsim</project>
<project EXPORT="discard">[APPS_DIR]/avrora</project>
<project EXPORT="discard">[APPS_DIR]/serial_socket</project>
<project EXPORT="discard">[APPS_DIR]/collect-view</project>
<project EXPORT="discard">[APPS_DIR]/powertracker</project>
<project EXPORT="discard">[APPS_DIR]/cooja-vanet-plugin</project>
<simulation>
<title>My simulation</title>
<randomseed>generated</randomseed>
<motedelay_us>0</motedelay_us>
<radiomedium>
org.contikios.mrm.MRM
<obstacles />
</radiomedium>
<events>
<logoutput>40000</logoutput>
</events>
<motetype>
org.contikios.cooja.mspmote.SkyMoteType
<identifier>vehicle</identifier>
<description />
<source EXPORT="discard">[CONTIKI_DIR]/apps/chaos/intersection/intersection-node.c</source>
<commands EXPORT="discard">
make intersection-node.sky TARGET=sky initiators=0</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/apps/chaos/intersection/intersection-node.sky</firmware>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.Mote2MoteRelations</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.MoteAttributes</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.MspClock</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.MspMoteID</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.SkyButton</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.SkyFlash</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.SkyCoffeeFilesystem</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.Msp802154Radio</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.MspSerial</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.SkyLED</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.MspDebugOutput</moteinterface>
<moteinterface>org.contikios.cooja.mspmote.interfaces.SkyTemperature</moteinterface>
</motetype>
</simulation>
<plugin>
org.contikios.cooja.plugins.SimControl
<width>280</width>
<z>1</z>
<height>160</height>
<location_x>856</location_x>
<location_y>101</location_y>
</plugin>
<plugin>
org.contikios.cooja.plugins.Visualizer
<plugin_config>
<moterelations>true</moterelations>
<skin>org.contikios.cooja.plugins.skins.IDVisualizerSkin</skin>
<skin>org.contikios.cooja.plugins.skins.VanetVisualizerSkin</skin>
<viewport>11.237958286569397 0.0 0.0 11.237958286569397 83.71401515151514 86.15623737373741</viewport>
</plugin_config>
<width>780</width>
<z>0</z>
<height>822</height>
<location_x>1</location_x>
<location_y>1</location_y>
</plugin>
<plugin>
org.contikios.cooja.plugins.LogListener
<plugin_config>
<filter />
<formatted_time />
<coloring />
</plugin_config>
<width>70</width>
<z>6</z>
<height>240</height>
<location_x>400</location_x>
<location_y>160</location_y>
</plugin>
<plugin>
org.contikios.cooja.plugins.TimeLine
<plugin_config>
<showRadioRXTX />
<showRadioHW />
<showLEDs />
<zoomfactor>500.0</zoomfactor>
</plugin_config>
<width>470</width>
<z>5</z>
<height>166</height>
<location_x>0</location_x>
<location_y>465</location_y>
</plugin>
<plugin>
org.contikios.cooja.plugins.Vanet
<plugin_config>
<log_dir value="" />
<intersection_type value="0" />
<vehicles_per_hour value="1000.0" />
<screen_export_dir value="" />
<timeout value="0" />
<left_turn_rate value="0.15" />
<right_turn_rate value="0.15" />
</plugin_config>
<width>150</width>
<z>4</z>
<height>300</height>
<location_x>30</location_x>
<location_y>495</location_y>
</plugin>
<plugin>
org.contikios.mrm.FormulaViewer
<plugin_config>
<show_general>false</show_general>
<show_transmitter>false</show_transmitter>
<show_receiver>false</show_receiver>
<show_raytracer>false</show_raytracer>
<show_shadowing>false</show_shadowing>
</plugin_config>
<width>512</width>
<z>3</z>
<height>424</height>
<location_x>31</location_x>
<location_y>31</location_y>
</plugin>
<plugin>
org.contikios.cooja.plugins.SimControl
<width>280</width>
<z>2</z>
<height>160</height>
<location_x>400</location_x>
<location_y>0</location_y>
</plugin>
</simconf>