-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2024.04 - RC1 #305
Comments
Test Report
|
08. Task #12 - ICMPv6 echo between Border Router with WiFi uplink to named Internet hostThe configuration via environment variables still doesn't work with diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index c52d31ce92..7459c59240 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -2,13 +2,13 @@
APPLICATION = gnrc_border_router
# If no BOARD is found in the environment, use this default:
-BOARD ?= native
+BOARD := esp32-mh-et-live-minikit
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# Default to using ethos for providing the uplink when not on native
-UPLINK ?= ethos
+UPLINK := wifi
# Check if the selected Uplink is valid
ifeq (,$(filter ethos slip cdc-ecm wifi ethernet,$(UPLINK)))
@@ -16,8 +16,8 @@ ifeq (,$(filter ethos slip cdc-ecm wifi ethernet,$(UPLINK)))
endif
# Set the SSID and password of your WiFi network here
-WIFI_SSID ?= "Your_WiFi_name"
-WIFI_PASS ?= "Your_secure_password"
+WIFI_SSID ?= "foobar"
+WIFI_PASS ?= "foobar1337"
# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
@@ -31,6 +31,8 @@ USEMODULE += gnrc_icmpv6_echo
USEMODULE += shell
USEMODULE += shell_cmds_default
USEMODULE += ps
+USEMODULE += sock_dns
+USEMODULE += gnrc_ipv6_nib_dns
# Optionally include RPL as a routing protocol. When includede gnrc_uhcpc will
# configure the node as a RPL DODAG root when receiving a prefix.
|
08. Task #13 - ICMPv6 echo between ESP and named Internet host through RIOT BR with 6LowPANdiff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile
index 555b89eee5..ca9baae993 100644
--- a/examples/gnrc_networking/Makefile
+++ b/examples/gnrc_networking/Makefile
@@ -28,6 +28,8 @@ USEMODULE += ps
USEMODULE += netstats_l2
USEMODULE += netstats_ipv6
USEMODULE += netstats_rpl
+USEMODULE += sock_dns
+USEMODULE += gnrc_ipv6_nib_dns
# Optionally include DNS support. This includes resolution of names at an
# upstream DNS server and the handling of RDNSS options in Router Advertisements
|
You should be able to expose applictation specific environment variable through the |
04. Task #7 (Experimental) - ICMPv6 multicast echo with samr21-xpro/zero + xbee
|
Task #8 (Experimental) - ICMPv6 echo with samr21-xpro/zero + xbeeNote I had to cold boot the
|
Task #4 - ICMPv6 echo between iotlab-m3 and Internet host through Linux with 6LowPAN Works as intended but the desciption says:
I did not do that but it still worked. 😬 |
Maybe Linux finally implemented 6Lo-ND? |
(or more likely: the standard config of the application in RIOT changed ;-)) |
Task #5 - ICMPv6 echo between iotlab-m3 and Internet host through RIOT border router No issues here - but I did use the nrf52840dk as the border router and the nrf52840dongle instead of the iotlab-m3. In addition, for "internet host" I assumed that routing a packet from the router interface to my loop-back is enough "internet". As soon as I can route packets, all arising issues are not RIOT related. |
Closing in favor of #307 |
This issue lists the status of all tests for the Release Candidate 1 of the 2024.04 release.
Specs tested:
The text was updated successfully, but these errors were encountered: