How to get the dataset of a remote openthread border router ? #9754
-
Hello, It seems that the Apple application (using Matter SDK) are able to commission matter devices on Google Nest thread network. So for me it means that the Matter SDK from Apple is able to get the dataset of the Google Nest device. I think the Matter SDK of Apple is firstly doing a mDNS research to find the border routers, but as I know there is not enough informations in advertised packets to allow a Thread connexion. Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is currently done by letting Google Home App storing the dataset of the Google Nest Border Router to iOS via the iOS ThreadNetwork APIs: https://developer.apple.com/documentation/threadnetwork/thclient/storecredentials(forborderagent:activeoperationaldataset:completion:). You can do similar on Android with the Thread GMS API: https://developers.home.google.com/thread |
Beta Was this translation helpful? Give feedback.
-
Thank you so much!! |
Beta Was this translation helpful? Give feedback.
This is currently done by letting Google Home App storing the dataset of the Google Nest Border Router to iOS via the iOS ThreadNetwork APIs: https://developer.apple.com/documentation/threadnetwork/thclient/storecredentials(forborderagent:activeoperationaldataset:completion:).
You can do similar on Android with the Thread GMS API: https://developers.home.google.com/thread