-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[darwin] Network recovery iOS example #39051
New issue
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
base: master
Are you sure you want to change the base?
[darwin] Network recovery iOS example #39051
Conversation
@AlainXu-SE This seems to include a bunch of unrelated changes; I assume that's why it's draft so far? |
Hi @bzbarsky-apple You're right — this PR is based on #38421, which is still under review. |
@AlainXu-SE What you are doing is fine; I just wanted to make sure I understood the context. |
Summary
This PR implements the Device Network Recovery feature (as defined in Matter 1.5) in the CHIPTool iOS app.
How to Build
Before building for the first time, run:
Then follow the CHIPTool iOS app build guide:
CHIPTool Build Guide
Reference
This PR is based on PR #38421, which introduces the core logic for Device Network Recovery.