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
Calling openvpn from C#
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Calling openvpn from C#
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.
-
- OpenVPN User
- Posts: 20
- Joined: Thu May 24, 2012 10:44 am
Re: Calling openvpn from C#
thanks 4 the advicejanjust 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.
i will try and check if there are any
tq