feat: add Network browser and production migration experience - #48
Closed
rchatham wants to merge 18 commits into
Closed
feat: add Network browser and production migration experience#48rchatham wants to merge 18 commits into
rchatham wants to merge 18 commits into
Conversation
…model-plan' into HEAD # Conflicts: # PeerConnectivityDemo/README.md
…network-notes' into HEAD
…model-plan' into HEAD # Conflicts: # PeerConnectivityDemo/README.md
…network-notes' into HEAD
…ess-audit Add Network migration readiness audit
…ion' into HEAD # Conflicts: # PeerConnectivityTests/PeerNetworkProtocolTests.swift # Sources/NetworkPeerTransport.swift
…d-selector' into HEAD # Conflicts: # PeerConnectivityTests/NetworkPeerCoordinatorTests.swift # Sources/NetworkPeerCoordinator.swift # Sources/NetworkPeerTransport.swift # Sources/NetworkPeerTransportAdapters.swift
…k-config' into HEAD # Conflicts: # PeerConnectivityDemo/ViewController.swift
This was referenced Aug 11, 2026
Closed
Owner
Author
|
GitHub prevents changing the base of a pull request that is registered as part of a stack. Closing this retained checkpoint so it can be recreated with the consolidated base; the branch, commits, review history, and this PR remain preserved. |
Owner
Author
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