NetProof: Offline-first network auditing built with Swift Concurrency and CryptoKit
Swift Forums
NetProof: Offline-first network auditing built with Swift Concurrency and CryptoKit
Hi everyone, I recently open sourced NetProof, a network auditing engine for iOS/macOS. The primary challenge was bridging the gap in opaque network diagnostics by generating cryptographically verifiable evidence of network quality entirely on device. I wanted to share how it's built under the hood and get your thoughts on the architecture. Core Swift Implementation: Swift 5.10+ Concurrency: We heavily rely on async/await, @MainActor, and Task groups to keep the diagnostic probes non-block...
0 comments
No comments yet.