We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, it is only available in Ubuntu. Need to support macOS.
The text was updated successfully, but these errors were encountered:
Now, we are trying to implement ioter feature on mac os. To support mac os, we have to make all-cluster-app binary and openthread library.
Regarding all-clusters-app binary, we need to implement DarwinThreadDriver and ThreadStackManagerImpl.
DarwinThreadDriver
ThreadStackManagerImpl
Regarding openthread library, It's successful for us to build it for mac os. junyong-sim/openthread@72b4434 Not tested, yet.
Sorry, something went wrong.
Advertising operation has been confirmed, but onboarding is not possible because service data cannot be added (macOS constraints).
project-chip/connectedhomeip#26677 https://developer.apple.com/documentation/corebluetooth/cbperipheralmanager/1393252-startadvertising https://stackoverflow.com/questions/67028049/core-bluetooth-cbadvertisementdataservicedatakey-could-have-some-custom-data https://stackoverflow.com/questions/32134436/how-to-pass-additional-advertising-ble-data
I'd like to share the working branches. I hope that it will be helpful to those who work for mac ioter.
https://github.com/Samsung/ioter/tree/feature/support-darwin https://github.ecodesamsung.com/THREAD/ioter/commits/feature/support-darwin https://github.com/junyong-sim/openthread/tree/darwin
junyong-sim
ejunu
No branches or pull requests
Currently, it is only available in Ubuntu.
Need to support macOS.
The text was updated successfully, but these errors were encountered: