@@ -227,9 +227,8 @@ USEMODULE += xtimer
227
227
# General networking architecture
228
228
# # RIOT's Networking architecture
229
229
* 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}}
233
232
234
233
# # Including the network device driver
235
234
* Go to task-05 directory (`cd ../task-05`)
@@ -255,18 +254,18 @@ USEMODULE += auto_init_gnrc_netif
255
254
# # Task 5.1 -- Your first networking application
256
255
* Run the application on `native`: `PORT=tap0 make all term`
257
256
* Type `help`
258
- * Run a second instance with `PORT=tap1 make all term`
257
+ * Run a second instance with `PORT=tap1 make term`
259
258
* Type `ifconfig` on both to get hardware address and interface number
260
259
* Use `txtsnd` command to exchange messages between the two instances
261
260
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`
264
263
* Type `ifconfig` to get your hardware addresses
265
264
* Use `txtsnd` to send one of your neighbors a friendly message
266
265
267
266
# # 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}}
270
269
271
270
# # conn
272
271
* collection of unified connectivity APIs to the transport layer
0 commit comments