feat: add Network browser and production migration experience - #59
Open
rchatham wants to merge 25 commits into
Open
feat: add Network browser and production migration experience#59rchatham wants to merge 25 commits into
rchatham wants to merge 25 commits into
Conversation
…k-config' into HEAD # Conflicts: # PeerConnectivity.xcodeproj/project.pbxproj
…r-model' into HEAD # Conflicts: # PeerConnectivityDemo/ViewController.swift
…etwork-mode' into HEAD # Conflicts: # README.md
…r-ui-foundation' into HEAD
…-decision' into HEAD
…model-plan' into HEAD # Conflicts: # PeerConnectivityDemo/README.md
…network-notes' into HEAD
…etwork-mode' into HEAD
…r-ui-foundation' into HEAD
…-decision' into HEAD
…model-plan' into HEAD # Conflicts: # PeerConnectivityDemo/README.md
…network-notes' into HEAD
…ess-audit Add Network migration readiness audit
…k-config' into HEAD # Conflicts: # PeerConnectivityDemo/ViewController.swift
This was referenced Aug 11, 2026
…k-config' into feature/network-migration-local-network-notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the adopter-facing Network browser and expanded-demo experience, then define the production setup, parity, trust, and readiness boundaries for the migration.
Changes
PeerBrowserModelfor app-owned discovery and invitations.Security and production posture
Network remains experimental opt-in. The prototype can use unauthenticated transport or TLS-PSK, but PSK proves group-secret possession rather than individual identity. Production apps must provision strong app-managed keys, treat display metadata as self-asserted, configure every Bonjour service in their own target, and complete physical-device validation.
Verification
swift test— 163 tests passed locally at this checkpoint.Screenshots
Limitations
PeerBrowserModel.Stack
Stack update
Observablebridge from PR refactor: unify observables behind actor bridge #63.Verification
swift testpassed after merging the updated base.swift buildpassed after merging the updated base.