Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends!!

I'm new to WDK. I am developing a Virtual Network Adapter for a System which has no Internet Connection. I named this AMS NDIS.

With AMS NDIS, A system will capable to access Internet with the help of USB(Blackberry phone in my case).

What i'm trying to do is....
1> create a usb connection with usb.
2> Now, When my web browser request to a website than that request will first send to usb(Blackberry Phone); USB is connected to the Internet, It creates a socket connection, send the user request to the Internet, get the response and gave it back to the user(PC).
3> It's like using Internet with Mobile Phone.

Actually i'm using NDISWDM sample from WDK(for sending requests to usb and receiving data from the usb)
I'm using NDISWDM from fetching requests and receiving data.

so now my question is
1> Is NDISWDM sample is good to use or i have to use another sample??
2> Is there any other sample in wdk, which i can use??
2> How can i fetch requests from web browsers(IE/Firefox)??
3> Am i am on right way or i have to another technology??


Thanks a Lot in Advance.
:)
Posted
Updated 29-Jun-11 20:32pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900