Page 1 of 1

Calling openvpn from C#

Posted: Sat Jun 30, 2012 7:17 am
by johnlth93
Can i call openvpn using C# or any other langueges?
i am planing to build my own custom client for user to connect to my openvpn server

planing to use C# or java which i am familiar with
any guide would be appreciated

tq

Re: Calling openvpn from C#

Posted: Sat Jun 30, 2012 11:29 pm
by janjust
you can use pretty much any language to start openvpn and communicate with it; grab the sources for the existing openvpn gui application or take a look at any of the other openvpn GUIs out there.

Re: Calling openvpn from C#

Posted: Sun Jul 01, 2012 1:25 am
by johnlth93
janjust wrote:you can use pretty much any language to start openvpn and communicate with it; grab the sources for the existing openvpn gui application or take a look at any of the other openvpn GUIs out there.
thanks 4 the advice
i will try and check if there are any
tq