-
Notifications
You must be signed in to change notification settings - Fork 42
Description
I found the default address (ff03::1) is not for multicast. but the address (ff02::1) works well for multicast.
When making a socket with ff03::1, message could be sent for each button press, but no message could be received on the board sent the message, neither other boards connected locally.
Once I changed the address to ff02::1, the board sending message and other local boards can receive the message to turn on/off LED.
my test environment :
-
boarder router: K64F with Atmel RF233 (2.4G)
-
LOWPAN_ROUTER: NUCLEO_F401RE with Atmel RF233 (2.4G) x 2
-
6LoWPAN-ND, with no Thread
-
Since LED cannot be used on this board, there is a pin collision D13 between LED and SPI_SCK, I removed led on/off operation but kept LED turn on/off print.
-
tested on following 2 boarder router firmware versions. ff03::1 doesn't work on both conditions, but ff02::1 works well on both of them.
"backhaul-dynamic-bootstrap": false, with a cable connected to IPv4 network
"backhaul-dynamic-bootstrap": true, with a cable connected to pure IPv6 network
I had made a fix PR.