@@ -227,9 +227,8 @@ USEMODULE += xtimer
227227# General networking architecture
228228# # RIOT's Networking architecture
229229* Designed to integrate any network stack into RIOT
230-
231- \only{<1>}{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
232- \only{<2>}{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
230+ \only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
231+ \only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
233232
234233# # Including the network device driver
235234* Go to task-05 directory (`cd ../task-05`)
@@ -255,18 +254,18 @@ USEMODULE += auto_init_gnrc_netif
255254# # Task 5.1 -- Your first networking application
256255* Run the application on `native`: `PORT=tap0 make all term`
257256* Type `help`
258- * Run a second instance with `PORT=tap1 make all term`
257+ * Run a second instance with `PORT=tap1 make term`
259258* Type `ifconfig` on both to get hardware address and interface number
260259* Use `txtsnd` command to exchange messages between the two instances
261260
262- # # Task 5.2 -- Use your application on real hardware
263- * Compile, flash, and run on the board `BOARD=samr21-xpro make all flash term`
261+ # # Task 5.2 -- Use your application on real hardware (using the testbed)
262+ * Compile, flash, and run on the board `BOARD=iotlab-m3 make iotlab- flash iotlab- term`
264263* Type `ifconfig` to get your hardware addresses
265264* Use `txtsnd` to send one of your neighbors a friendly message
266265
267266# # RIOT's Networking architecture
268- \only{ <1>} {\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
269- \only{ <2>} {\includegraphics[width=\textwidth]{pictures/overview-net-conn .pdf}}
267+ \only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
268+ \only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-sock .pdf}}
270269
271270# # conn
272271* collection of unified connectivity APIs to the transport layer
0 commit comments