The latest version of the WLVPN Windows SDK is 2.2.45.
The latest version of the WLVPN Windows ConsumerVPN app is 2.0.0.0.
ConsumerVPN is an application that WLVPN clients can use as a base for their own customer-facing application, the minimum required effort is adding your WLVPN credentials and changing the colors to fit your brand. It also serves as a real world implementation of VpnSDK and can be used as a reference for your own original application.
To get started, checkout the v2
branch at https://github.com/wlvpn/ConsumerVPN-Windows/tree/v2 or with the command git clone -b v2 --single-branch git@github.com:wlvpn/ConsumerVPN-Windows.git
then review the branding documentation here.
The v1 branch should only be used by clients who were provided with early SDK iterations during the year 2018. This branch should be ignored unless you were an existing partner in 2018 and have been explicitly told to use it.
Checkout the v1
branch at https://github.com/wlvpn/ConsumerVPN-Windows/tree/v1 for the application based off the 0.7.x - 1.x.x
SDK versions.