Skip to content

Commit

Permalink
Merge pull request #139 from RIOT-OS/07-example-guide-fix
Browse files Browse the repository at this point in the history
task07: fix wording in example guide
  • Loading branch information
leandrolanzieri authored Oct 7, 2019
2 parents 398ebe0 + 83fb8f0 commit 968667c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 07-multi-hop/example_test_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Sending UDP between two iotlab-m3 nodes over three hops with static routes.
1. Follow Task 1 and 2 setup
2. Start a udp server on node 1, Node 1:`udp server start 1234`
3. Start a udp server on node 4, Node 4:`udp server start 4321`
4. Send a packet to node 4 from node 1, Node 1:`udp send abcd::2 4321 50 100 100000`
5. Send a packet to node 1 from node 4, Node 4:`udp send abcd::1 1234 50 100 100000`
4. Send 100 packets to node 4 from node 1, Node 1:`udp send abcd::2 4321 50 100 100000`
5. Send 100 packets to node 1 from node 4, Node 4:`udp send abcd::1 1234 50 100 100000`

### Result

Expand Down Expand Up @@ -102,8 +102,8 @@ Sending UDP between two iotlab-m3 nodes over three hops with RPL generated route
1. Follow Task 3 and 4 setup
2. Start a udp server on root node, Node 1:`udp server start 1234`
3. Start a udp server on the other node, Node 4:`udp server start 4321`
4. Send a packet to the other node from the root node, Node 1:`udp send abcd::<other node global address> 4321 50 100 100000`
5. Send a packet to the other node from the root node, Node 4:`udp send abcd::1 1234 50 100 100000`
4. Send 100 packets to the other node from the root node, Node 1:`udp send abcd::<other node global address> 4321 50 100 100000`
5. Send 100 packets to the other node from the root node, Node 4:`udp send abcd::1 1234 50 100 100000`

### Result

Expand Down

0 comments on commit 968667c

Please sign in to comment.