Skip to content
Snippets Groups Projects
Commit 16a77d97 authored by Simon Duquennoy's avatar Simon Duquennoy
Browse files

Move 'examples/coap-example' to 'examples/coap'

parent 9b8e29dc
Branches
Tags
No related merge requests found
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
org.contikios.cooja.mspmote.SkyMoteType org.contikios.cooja.mspmote.SkyMoteType
<identifier>server</identifier> <identifier>server</identifier>
<description>Erbium Server</description> <description>Erbium Server</description>
<source EXPORT="discard">[CONTIKI_DIR]/examples/coap-example/coap-example-server.c</source> <source EXPORT="discard">[CONTIKI_DIR]/examples/coap/coap-example-server.c</source>
<commands EXPORT="discard">make coap-example-server.sky TARGET=sky</commands> <commands EXPORT="discard">make coap-example-server.sky TARGET=sky</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap-example/coap-example-server.sky</firmware> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap/coap-example-server.sky</firmware>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
...@@ -71,9 +71,9 @@ ...@@ -71,9 +71,9 @@
org.contikios.cooja.mspmote.SkyMoteType org.contikios.cooja.mspmote.SkyMoteType
<identifier>client</identifier> <identifier>client</identifier>
<description>Erbium Client</description> <description>Erbium Client</description>
<source EXPORT="discard">[CONTIKI_DIR]/examples/coap-example/coap-example-client.c</source> <source EXPORT="discard">[CONTIKI_DIR]/examples/coap/coap-example-client.c</source>
<commands EXPORT="discard">make coap-example-client.sky TARGET=sky</commands> <commands EXPORT="discard">make coap-example-client.sky TARGET=sky</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap-example/coap-example-client.sky</firmware> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap/coap-example-client.sky</firmware>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
... ...
......
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
org.contikios.cooja.mspmote.SkyMoteType org.contikios.cooja.mspmote.SkyMoteType
<identifier>server</identifier> <identifier>server</identifier>
<description>Erbium Server</description> <description>Erbium Server</description>
<source EXPORT="discard">[CONTIKI_DIR]/examples/coap-example/coap-example-server.c</source> <source EXPORT="discard">[CONTIKI_DIR]/examples/coap/coap-example-server.c</source>
<commands EXPORT="discard">make coap-example-server.sky TARGET=sky</commands> <commands EXPORT="discard">make coap-example-server.sky TARGET=sky</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap-example/coap-example-server.sky</firmware> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap/coap-example-server.sky</firmware>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
...@@ -71,9 +71,9 @@ ...@@ -71,9 +71,9 @@
org.contikios.cooja.mspmote.SkyMoteType org.contikios.cooja.mspmote.SkyMoteType
<identifier>client</identifier> <identifier>client</identifier>
<description>Erbium Client</description> <description>Erbium Client</description>
<source EXPORT="discard">[CONTIKI_DIR]/examples/coap-example/coap-example-observe-client.c</source> <source EXPORT="discard">[CONTIKI_DIR]/examples/coap/coap-example-observe-client.c</source>
<commands EXPORT="discard">make coap-example-observe-client.sky TARGET=sky</commands> <commands EXPORT="discard">make coap-example-observe-client.sky TARGET=sky</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap-example/coap-example-observe-client.sky</firmware> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap/coap-example-observe-client.sky</firmware>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
... ...
......
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
org.contikios.cooja.mspmote.SkyMoteType org.contikios.cooja.mspmote.SkyMoteType
<identifier>server</identifier> <identifier>server</identifier>
<description>Erbium Server</description> <description>Erbium Server</description>
<source EXPORT="discard">[CONTIKI_DIR]/examples/coap-example/coap-example-server.c</source> <source EXPORT="discard">[CONTIKI_DIR]/examples/coap/coap-example-server.c</source>
<commands EXPORT="discard">make coap-example-server.sky TARGET=sky</commands> <commands EXPORT="discard">make coap-example-server.sky TARGET=sky</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap-example/coap-example-server.sky</firmware> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap/coap-example-server.sky</firmware>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
...@@ -71,9 +71,9 @@ ...@@ -71,9 +71,9 @@
org.contikios.cooja.mspmote.SkyMoteType org.contikios.cooja.mspmote.SkyMoteType
<identifier>client</identifier> <identifier>client</identifier>
<description>Erbium Client</description> <description>Erbium Client</description>
<source EXPORT="discard">[CONTIKI_DIR]/examples/coap-example/coap-example-client.c</source> <source EXPORT="discard">[CONTIKI_DIR]/examples/coap/coap-example-client.c</source>
<commands EXPORT="discard">make coap-example-client.sky TARGET=sky</commands> <commands EXPORT="discard">make coap-example-client.sky TARGET=sky</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap-example/coap-example-client.sky</firmware> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap/coap-example-client.sky</firmware>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
... ...
......
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
org.contikios.cooja.mspmote.SkyMoteType org.contikios.cooja.mspmote.SkyMoteType
<identifier>server</identifier> <identifier>server</identifier>
<description>Erbium Server</description> <description>Erbium Server</description>
<source EXPORT="discard">[CONTIKI_DIR]/examples/coap-example/coap-example-server.c</source> <source EXPORT="discard">[CONTIKI_DIR]/examples/coap/coap-example-server.c</source>
<commands EXPORT="discard">make coap-example-server.sky TARGET=sky</commands> <commands EXPORT="discard">make coap-example-server.sky TARGET=sky</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap-example/coap-example-server.sky</firmware> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/coap/coap-example-server.sky</firmware>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
... ...
......
...@@ -16,7 +16,7 @@ rpl-border-router/cc2538dk \ ...@@ -16,7 +16,7 @@ rpl-border-router/cc2538dk \
rpl-border-router/srf06-cc26xx:BOARD=launchpad/cc2650 \ rpl-border-router/srf06-cc26xx:BOARD=launchpad/cc2650 \
rpl-border-router/zoul \ rpl-border-router/zoul \
rpl-udp/cc2538dk \ rpl-udp/cc2538dk \
coap-example/cc2538dk \ coap/cc2538dk \
slip-radio/cc2538dk \ slip-radio/cc2538dk \
ipso-objects/cc2538dk \ ipso-objects/cc2538dk \
multicast/cc2538dk \ multicast/cc2538dk \
...@@ -29,7 +29,7 @@ platform-specific/cc2538-common/mqtt-demo/zoul \ ...@@ -29,7 +29,7 @@ platform-specific/cc2538-common/mqtt-demo/zoul \
platform-specific/cc2538-common/crypto/zoul \ platform-specific/cc2538-common/crypto/zoul \
platform-specific/cc2538-common/pka/zoul \ platform-specific/cc2538-common/pka/zoul \
platform-specific/zoul/orion/ip64-router/zoul:BOARD=orion \ platform-specific/zoul/orion/ip64-router/zoul:BOARD=orion \
coap-example/zoul \ coap/zoul \
ipso-objects/zoul \ ipso-objects/zoul \
hello-world/zoul \ hello-world/zoul \
sensniff/cc2538dk \ sensniff/cc2538dk \
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment