Fix nullnet-unicast.csc file

This commit is contained in:
Simon Duquennoy 2018-03-26 05:56:41 -07:00
parent 22a1f12cc4
commit 20ac537def
1 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<project EXPORT="discard">[APPS_DIR]/serial_socket</project>
<project EXPORT="discard">[APPS_DIR]/powertracker</project>
<simulation>
<title>NullNet Broadcast Example</title>
<title>NullNet Unicast Example</title>
<randomseed>123456</randomseed>
<motedelay_us>1000000</motedelay_us>
<radiomedium>
@ -23,8 +23,8 @@
org.contikios.cooja.contikimote.ContikiMoteType
<identifier>mtype634</identifier>
<description>Cooja Mote Type #1</description>
<source>[CONTIKI_DIR]/examples/nullnet/nullnet-broadcast.c</source>
<commands>make nullnet-broadcast.cooja TARGET=cooja</commands>
<source>[CONTIKI_DIR]/examples/nullnet/nullnet-unicast.c</source>
<commands>make nullnet-unicast.cooja TARGET=cooja</commands>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
@ -175,4 +175,3 @@
<location_y>408</location_y>
</plugin>
</simconf>