tap-windows6 icon indicating copy to clipboard operation
tap-windows6 copied to clipboard

documentation for developers

Open maruncz opened this issue 9 years ago • 5 comments

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

maruncz avatar Oct 11 '15 08:10 maruncz

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 [email protected] fax: +49-89-35655025 [email protected]

cron2 avatar Oct 11 '15 09:10 cron2

thanks

maruncz avatar Oct 11 '15 09:10 maruncz

Is there any documentation for developers now?

hl0rey avatar Nov 05 '19 01:11 hl0rey

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 [email protected]

cron2 avatar Nov 05 '19 07:11 cron2

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.

hl0rey avatar Nov 05 '19 13:11 hl0rey