From 3eb98851d50721d584c54d003a07d4a528048a4f Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Wed, 1 Nov 2017 09:26:24 +0100 Subject: [PATCH] Update rpl-udp example readme --- examples/rpl-udp/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/examples/rpl-udp/README.md b/examples/rpl-udp/README.md index 7d542d8fe..79ae86840 100644 --- a/examples/rpl-udp/README.md +++ b/examples/rpl-udp/README.md @@ -1,6 +1,10 @@ -A simple RPL network with UDP communication. The DAG root also acts as -UDP server. All other nodes are client. The clients send a UDP request -that simply includes a counter as payload. When receiving a request, The -server sends a reply with the same counter back to the originator. +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.