Skip to content
Snippets Groups Projects
Commit dd1c32c0 authored by Lotte Steenbrink's avatar Lotte Steenbrink
Browse files

examples/gnrc_networking/README.md: add make reminder

parent 959e4491
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@ some packets to arrive at the application (they will however show up in Wireshar
which can be confusing). So be sure to adjust your firewall rules, or turn it off
(who needs security anyway).
First, create a tap interface:
First, make sure you've compiled the application by calling `make`.
Now, create a tap interface:
sudo ip tuntap add tap0 mode tap user ${USER}
sudo ip link set tap0 up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment