1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

examples/rpl_udp: fix spelling, README.md

This commit is contained in:
Ludwig Ortmann 2014-09-15 08:12:56 +02:00
parent ba07d6a5a2
commit aef7d2a327
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ Init your rpl node as either a root or a node router.
INFO: Initialize as node on address 2
6LoWPAN and RPL initialized.
Channel set to 10
UDP transport layer initialized
Transport layer initialized
or
@ -46,7 +46,7 @@ or
INFO: Initialize as root on address 1
6LoWPAN and RPL initialized.
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)
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:

View File

@ -120,7 +120,7 @@ void rpl_udp_init(int argc, char **argv)
msg_send_receive(&m, &m, transceiver_pid);
printf("Channel set to %u\n", RADIO_CHANNEL);
puts("Transport Layer initialized");
puts("Transport layer initialized");
/* start transceiver watchdog */
}