Hi,
How can I use anycast address in my project? I try send message for leader. Thank you.
Hi,
How can I use anycast address in my project? I try send message for leader. Thank you.
I am not sure I got your question correct. Do you mean that you want to send a message to all the nodes in the openthread network?
Please check out the information under "Multicast" on this page.
No, I mean ANYCAST this is specific link for info. I want to send message to leader of thread network
https://openthread.io/guides/thread-primer/ipv6-addressing#anycast
Ok. Have you tried using 0xfc00? The leader will always have this address.
yes, but the message was not sent.
Do you have a bit more information? How did you send it, what does your project look like? Did you try to capture a sniffer trace of the network, using the nRF sniffer for 802.15.4? Can you see the packet over the air? If not, did the function call you used to send the message return anything? If so, did the return value indicate that it was sent successfully, or did it return a value indicating an error?