https://github.com/ysc3839/uwptoyvpn
A UWP VPN plugin sample.
https://github.com/ysc3839/uwptoyvpn
cpp17 cppwinrt network networking uwp vpn windows-10 winrt
Last synced: 25 days ago
JSON representation
A UWP VPN plugin sample.
- Host: GitHub
- URL: https://github.com/ysc3839/uwptoyvpn
- Owner: ysc3839
- License: mit
- Created: 2019-02-03T23:00:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T11:59:54.000Z (about 6 years ago)
- Last Synced: 2025-04-06T06:06:10.165Z (25 days ago)
- Topics: cpp17, cppwinrt, network, networking, uwp, vpn, windows-10, winrt
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 39
- Watchers: 7
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UWPToyVpn
UWPToyVpn is a sample application that shows how to build a VPN client using the [Windows.Networking.Vpn](https://docs.microsoft.com/en-us/uwp/api/Windows.Networking.Vpn) class.It was inspired by Android's [ToyVpn](https://android.googlesource.com/platform/development/+/master/samples/ToyVpn).
The server-side implementation is compatible with [ToyVpn's](https://android.googlesource.com/platform/development/+/master/samples/ToyVpn/server/linux).