Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

virtual network interface for windows

I'm developing sort of VPN application and need virtual network interface (aka TUN/TAP). Is there any such driver available for windows ?

The only one I know of is OpenVPN, but it is GPLed and thus AFAIK can't be used in closed-source app.

If there's no ready solution, I'd appreciate some estimation on how complicated is it to code such beast myself (and possibly some direction on where to start).

I found this similar question, but it dated back 2008.

like image 971
Sandman4 Avatar asked Nov 13 '22 12:11

Sandman4


1 Answers

Found this one: wodVPN - claims to come with a virtual network adapter.

like image 141
Sandman4 Avatar answered Dec 28 '22 10:12

Sandman4