Page 1 of 1

VPN Client Question

Posted: Sun Jun 28, 2015 4:54 pm
by gavstah
Hi all -

Looking for an answer to a simple question. See screenshot.

http://screencast.com/t/9ixWnIFOt28h

Is this windows vpn client open source? If so, what/where is the link to the source?

I tried downloading the source from github and loading it in Visual Studio - but the only reference to a client in that source is a single page on a project - a whole lot seems to be missing.

Please advise.

Re: VPN Client Question

Posted: Thu Jul 09, 2015 6:09 am
by thisjun
SoftEther VPN code on GitHub includes client and server.
Why do you think there isn't server code in the project?

https://github.com/SoftEtherVPN/SoftEtherVPN

Re: VPN Client Question

Posted: Thu Jul 09, 2015 5:52 pm
by gavstah
Hi There -

Thanks for getting back to me.

You have my question backwards. I know that the server is included - what I'm looking for is the source code to the windows VPN GUI client that users can use to establish a VPN connection to a softether server.

See this screenshot for clarification:

http://screencast.com/t/1W8Cpv5MonfN

I downloaded the source code for Softether from GitHub and opened it in Visual Studio Express, but did not find any code for the above.

Yours sincerely,

Gavin

Re: VPN Client Question

Posted: Wed Jul 15, 2015 3:03 pm
by tomtix
The windows GUI ___ IS NOT ____ the SoftEther client.

It is "just" a GUI which must programatically drives the "vpncmd" program which itself drives the vpnserver and vpnclient services.


gavstah wrote:
> only reference to a client in that source is a single page on a project - a
> whole lot seems to be missing.


inside the vpnclient folder, there are just some wrappers for the "whole lot" part
which is inside Cedar/ and Mayaqua/ (and probably the others directories too)

Re: VPN Client Question

Posted: Wed Jul 15, 2015 4:10 pm
by gavstah
Hi There -

Ok, thanks for the clarification - this begs the question - is the "GUI" open source, and if so, where are the source files?

Re: VPN Client Question

Posted: Fri Jul 17, 2015 3:06 pm
by gavstah
Ok - I got it - you can ignore this thread now.

Thanks for the replies!

All the best,

Re: VPN Client Question

Posted: Thu Aug 16, 2018 8:33 pm
by iw4ens
Where you found it in the Visual Studio tree?

Thanks