nes-proj/examples/rpl-udp
Piotr Zierhoffer 6a70bbe013 Add renode target in rpl-udp Makefile
To run Renode with the rpl-udp demo, run the following command:

make renode TARGET=cc2538dk SCRIPT=rpl-udp
2017-11-02 17:02:35 +01:00
..
cc2538-node.resc Add sample Renode scripts for rpl-udp example 2017-11-02 17:02:35 +01:00
Makefile Add renode target in rpl-udp Makefile 2017-11-02 17:02:35 +01:00
README.md Update rpl-udp example readme 2017-11-01 09:26:51 +01:00
rpl-udp-cooja.csc Rework rpl-udp example. No more need for hardcoded IPv6 addresses. As the server is also the root, simply send to the DAG root (known via RPL DAG ID) 2017-10-31 18:59:53 +01:00
rpl-udp-sky.csc Rework rpl-udp example. No more need for hardcoded IPv6 addresses. As the server is also the root, simply send to the DAG root (known via RPL DAG ID) 2017-10-31 18:59:53 +01:00
rpl-udp.resc Add sample Renode scripts for rpl-udp example 2017-11-02 17:02:35 +01:00
udp-client.c Rework rpl-udp example. No more need for hardcoded IPv6 addresses. As the server is also the root, simply send to the DAG root (known via RPL DAG ID) 2017-10-31 18:59:53 +01:00
udp-server.c Rework rpl-udp example. No more need for hardcoded IPv6 addresses. As the server is also the root, simply send to the DAG root (known via RPL DAG ID) 2017-10-31 18:59:53 +01:00

A simple RPL network with UDP communication. This is a self-contained example: it includes a DAG root (udp-server.c) and DAG nodes (udp-clients.c). This example runs without a border router -- this is a stand-alone RPL network.

The DAG root also acts as UDP server. The DAG nodes are UDP client. The clients send a UDP request periodically, that simply includes a counter as payload. When receiving a request, The server sends a response with the same counter back to the originator.

The simulation files show example networks, for sky motes and for cooja motes.