@@ -236,9 +236,8 @@ USEMODULE += xtimer
236
236
# General networking architecture
237
237
# # RIOT's Networking architecture
238
238
* Designed to integrate any network stack into RIOT
239
-
240
- \only{<1>}{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
241
- \only{<2>}{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
239
+ \only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
240
+ \only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
242
241
243
242
# # Including the network device driver
244
243
* Go to task-05 directory (`cd ../task-05`)
@@ -264,18 +263,18 @@ USEMODULE += auto_init_gnrc_netif
264
263
# # Task 5.1 -- Your first networking application
265
264
* Run the application on `native`: `PORT=tap0 make all term`
266
265
* Type `help`
267
- * Run a second instance with `PORT=tap1 make all term`
266
+ * Run a second instance with `PORT=tap1 make term`
268
267
* Type `ifconfig` on both to get hardware address and interface number
269
268
* Use `txtsnd` command to exchange messages between the two instances
270
269
271
270
# # Task 5.2 -- Use your application on real hardware
272
- * Compile, flash, and run on the board `BOARD=samr21-xpro make all flash term`
271
+ * Compile, flash, and run on the board `BOARD=samr21-xpro make flash term`
273
272
* Type `ifconfig` to get your hardware addresses
274
273
* Use `txtsnd` to send one of your neighbors a friendly message
275
274
276
275
# # RIOT's Networking architecture
277
- \only{ <1>} {\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
278
- \only{ <2>} {\includegraphics[width=\textwidth]{pictures/overview-net-sock.pdf}}
276
+ \only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
277
+ \only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-sock.pdf}}
279
278
280
279
# # sock
281
280
* collection of unified connectivity APIs to the transport layer
0 commit comments