Hi,
I built a Thread Network using two nRF52840-DKs with the OpenThread CLI sample written.
After making each thread active, we opened a UDP socket and sent a message to the multicast address (ff02::1).
At this time, no log indicating reception was displayed on the other nRF52840-DK.
I can confirm using Wireshark that the UDP message can be sent reliably.
Also, when sending the same message after inactivating Thread with "ot thread stop", a log showing receipt was displayed.
Is there a way to receive UDP messages with Thread active?
Below are the respective CLI logs.
<< commissioner size log >>
<< joiner side log >>
Best regards,
Yuma