OpenVPN / openvpn3

OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.
https://openvpn.net
Other
977 stars 386 forks source link

How to use in my project #92

Closed ghost closed 4 years ago

ghost commented 4 years ago

I was wondering how I could go about using this in my project to allow it to connect to a VPS server with the openvpn software installed. Any help will be much appreciated Thanks <3

schwabe commented 4 years ago

https://github.com/OpenVPN/openvpn3#id11 gives some hints. Also look at ics-openvpn and openvpn3-linux projects if you need full applications built on this library.