communicate with OTBR by socket #8517
-
Beta Was this translation helpful? Give feedback.
Answered by
jwhui
Dec 12, 2022
Replies: 1 comment
-
I'm not sure what you mean by "communicate with OTBR". The OpenThread Border Router operate as an IPv6 router. In most cases, you do not communicate directly with the router, but devices that are reachable via the OpenThread Border Router. Because Thread supports standard IPv6 communication, communicating via Thread can be done via standard sockets APIs. You should be able to find a number of guides on the web that provide examples of communicating via network sockets. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jwhui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure what you mean by "communicate with OTBR". The OpenThread Border Router operate as an IPv6 router. In most cases, you do not communicate directly with the router, but devices that are reachable via the OpenThread Border Router.
Because Thread supports standard IPv6 communication, communicating via Thread can be done via standard sockets APIs. You should be able to find a number of guides on the web that provide examples of communicating via network sockets.