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:
parent
ba07d6a5a2
commit
aef7d2a327
@ -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:
|
||||
|
@ -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 */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user