Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task07: fix wording in example guide #139

Merged
merged 1 commit into from
Oct 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
task07: fix wording in example guide
  • Loading branch information
miri64 committed Oct 7, 2019
commit 83fb8f08ca7230662c9152656e6a84ac1f1f098c
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