Qt GUI For OpenVPN Windows #417
Unanswered
AaryaTalgaonkar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am creating a GUI for OpenVPN using Qt Creator. Currently, I am focussing on Windows platform. I am trying out this: I have installed the ovpnagent.exe across the system. Now I am starting the ovpncliagent.exe as a QProcess from the gui, giving it the required arguments as username, password and the .ovpn config file. It gets connected and works well, but I face issue while disconnecting it. On Windows, the agent takes F4 from the console window for stopping the connection. But such an input is not possible for the QProcess.
Should I use the omiclia.exe? If yes, what is the right way of using it for the gui application?
Or is there another, more elegant way of controlling the openvpn through the gui ?
All reactions