Open maruncz opened 9 years ago
Hi,
On Sun, Oct 11, 2015 at 01:28:56AM -0700, maruncz wrote:
could you provide documentation how to use your driver in my own application? I am trying to make my own vpn but I can't find any informations how to create my own tap interface on windows
Sorry, there is no real tap-windows user documentation, as it is part of the OpenVPN project - so what you want to look at is "tun.c" in the OpenVPN source tree. It has all the code to talk to tun/tap on various operating systems, including Windows with tap6.
gert
USENET is not the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany gert@greenie.muc.de fax: +49-89-35655025 gert@net.informatik.tu-muenchen.de
thanks
Is there any documentation for developers now?
Hi,
On Mon, Nov 04, 2019 at 05:32:04PM -0800, hl0rey wrote:
Is there any documentation for developers now???
What is it that you want to know?
How to build and sign the driver is documented in the community wiki.
How to generally develop windows NDIS drivers is documented (in very fine detail) in the MSDN documentation.
gert
-- "If was one thing all people took for granted, was conviction that if you feed honest figures into a computer, honest figures come out. Never doubted it myself till I met a computer with a sense of humor." Robert A. Heinlein, The Moon is a Harsh Mistress
Gert Doering - Munich, Germany gert@greenie.muc.de
Sorry, I didn't describe my needs well.There was no documentation for Windows tap in 2015, and I thought there might be in 2019, so I asked tentatively.I was just looking for an API documentation for Windows tap because I needed it to solve some problems.But I've found other ways to solve the problem, perhaps without using Windows tap.Thank you for your reply.
Hi could you provide documentation how to use your driver in my own application? I am trying to make my own vpn but I can't find any informations how to create my own tap interface on windows