We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df79250 + ec8dae2 commit 6efc298Copy full SHA for 6efc298
2 files changed
task-05/Makefile
@@ -20,6 +20,7 @@ USEMODULE += shell
20
USEMODULE += shell_commands
21
USEMODULE += ps
22
USEMODULE += gnrc_pktdump
23
+USEMODULE += gnrc_txtsnd
24
USEMODULE += gnrc_netdev_default
25
USEMODULE += auto_init_gnrc_netif
26
task-06/README.md
@@ -29,7 +29,6 @@ USEMODULE += gnrc_conn_udp
29
random_init initializes the PRNG
30
random_get returns 32 bit of pseudo randomness
31
ifconfig Configure network interfaces
32
- txtsnd Sends a custom string as is over the link layer
33
ncache manage neighbor cache by hand
34
routers IPv6 default router list
35
>
0 commit comments