Replies: 1 comment 6 replies
-
@nandra, here's a suggestion for you to consider: You can construct an RLOC IPv6 address for a Thread device if you know its RLOC16 (short MAC address). This RLOC IPv6 address can then be used to communicate with the device. This can help https://openthread.io/guides/thread-primer/ipv6-addressing |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I've go through ot cli interface and I can setup 3 nodes without issue. For reaching node I can run
ipaddr
command to see address and then use ping or other to communicate with node. Is there simple way to do such thing programatically? I know there exists SRP server/client but maybe exist something else? Can I somehow reuserouter table
command output? Seems Extended MAC is somehow similar to node IPaddr? Thanks for any pointers.Beta Was this translation helpful? Give feedback.
All reactions