Skip to content
Snippets Groups Projects
Commit a59b8148 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #1666 from LudwigOrtmann/1660-fixup

examples/rpl_udp: fix spelling, README.md
parents ba07d6a5 aef7d2a3
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ Init your rpl node as either a root or a node router. ...@@ -37,7 +37,7 @@ Init your rpl node as either a root or a node router.
INFO: Initialize as node on address 2 INFO: Initialize as node on address 2
6LoWPAN and RPL initialized. 6LoWPAN and RPL initialized.
Channel set to 10 Channel set to 10
UDP transport layer initialized Transport layer initialized
or or
...@@ -46,7 +46,7 @@ or ...@@ -46,7 +46,7 @@ or
INFO: Initialize as root on address 1 INFO: Initialize as root on address 1
6LoWPAN and RPL initialized. 6LoWPAN and RPL initialized.
Channel set to 10 Channel set to 10
UDP transport layer initialized Transport layer initialized
(It is advised to start all nodes before running the root node, because the interval for sending DIOs from the root increases over time) (It is advised to start all nodes before running the root node, because the interval for sending DIOs from the root increases over time)
A few seconds withing running, setting and initializing your second node, the nodes will automatically start to exchange control traffic. You should be seeing output similar to the following: A few seconds withing running, setting and initializing your second node, the nodes will automatically start to exchange control traffic. You should be seeing output similar to the following:
......
...@@ -120,7 +120,7 @@ void rpl_udp_init(int argc, char **argv) ...@@ -120,7 +120,7 @@ void rpl_udp_init(int argc, char **argv)
msg_send_receive(&m, &m, transceiver_pid); msg_send_receive(&m, &m, transceiver_pid);
printf("Channel set to %u\n", RADIO_CHANNEL); printf("Channel set to %u\n", RADIO_CHANNEL);
puts("Transport Layer initialized"); puts("Transport layer initialized");
/* start transceiver watchdog */ /* start transceiver watchdog */
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment