I want you to make a Client GUI for our OpenVPN services.
The general purpose of the program which you need to create is to get connection data from webserver, ask for username/password and initialize a OpenVPN connection (Launch OpenVpn binaries) providing visual representation of the log (Connected/Disconnected/Wrong Credentials)
I would highly suggest to base it on existing Open Source projects changing the UI and adding some functional.
I will highlight two projects here, but you are free to find one yourself:
C++/C/Qt -
https://github.com/proxysh/Safejumper-for-Desktop
C#/Mono -
https://airvpn.org/topic/12760-how-can-i-compile-t...
The requirements for the final program are here:
https://docs.google.com/document/d/1rYCCp47o5ruDty...
Our current PHP files are included. You may use them as the webserver part if you wish.