views:

12

answers:

0

I have a device that implements the RNDIS driver protocol for connection over USB. When this device is attached to the system, Windows recognizes it as an RNDIS device and creates a network adapter to represent it.

My question:

How do I communicate with a service running on the device at this point? What libraries in .Net would allow me to get the IP address of the device and to communicate over TCP?

Again the device is not Windows Mobile so ActiveSync is not an option.

Any tips or if someone can point me to sample code? Thanks!