wwdc2015/ Session - 717

The sample VPN app demoed here, can I get the code base any where along with its server?

Replies

I presume you’re talking about the packet tunnel provider demo in WWDC 2015 Session 717 What’s New in Network Extension and VPN, starting around 14:02. If so, that code is not available per se, although it did evolved into what is now the SimpleTunnel sample code.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

The app demoed having few lines of code & simple tunnel is a 10k lines of code project. I want a minimal version of VPN iOS app, a bare minimum, not something 10k lines of code like simple tunnel. And from where can I get the server side of it.

The app demoed having few lines of code …

Right, because it assumes a whole framework of other code.

Implement a custom VPN client is not a trivial task, even if you make a whole world of simplifying assumptions. The most critical design decision is deciding on a protocol — do you create a custom protocol? or do you implement an existing protocol? — and that’s strongly informed by your server choice. What platform are you planning to deploy the server side on?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"