Calling openvpn from C#

Instructions and tips on how to roll your own client installer.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
johnlth93
OpenVPN User
Posts: 20
Joined: Thu May 24, 2012 10:44 am

Calling openvpn from C#

Post by johnlth93 » Sat Jun 30, 2012 7:17 am

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

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Calling openvpn from C#

Post by janjust » Sat Jun 30, 2012 11:29 pm

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.

johnlth93
OpenVPN User
Posts: 20
Joined: Thu May 24, 2012 10:44 am

Re: Calling openvpn from C#

Post by johnlth93 » Sun Jul 01, 2012 1:25 am

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

Post Reply