ICMPv6 echo request/reply exchange between two iotlab-m3 nodes over three hops with static routes.
<20% packets lost on the pinging node.
No leaks in the packet buffer (check with gnrc_pktbuf_cmd
).
Sending UDP between two iotlab-m3 nodes over three hops with static routes.
<10% packets lost on the pinging node.
No leaks in the packet buffer (check with gnrc_pktbuf_cmd
).
ICMPv6 echo request/reply exchange between two iotlab-m3 nodes over three hops with RPL generated routes.
<20% packets lost on the pinging node.
No leaks in the packet buffer (check with gnrc_pktbuf_cmd
).
Sending UDP between two iotlab-m3 nodes over three hops with RPL generated routes.
<10% packets lost on the pinging node.
No leaks in the packet buffer (check with gnrc_pktbuf_cmd
).
Sending UDP with payload size 2kB between two iotlab-m3 nodes over three hops
with RPL generated routes (make sure module gnrc_ipv6_ext_frag
is included and
the packet buffer is large enough to handle both the fragmented and reassembled
requests/replies).
<10% packets lost on the pinging node.
No leaks in the packet buffer (check with gnrc_pktbuf_cmd
).