NDIS Newbie

I’m relatively new to NDIS but have developed drivers for WIndows CE/Windows Embedded Compact, Linux and QNX. I now find myself needing to develop a driver for a network MAC on WEC (which uses NDIS). Looking at sample code from other drivers, it looks fairly straightforward and not unlike other driver environments.

Searching through sample code has so far been less than fruitful so I think I’m looking in the wrong places. Could anyone provide pointers where to find at least sample code for real devices as well as NDIS documentation/getting started guides?

Thanks,
Greg

Have you looked at the samples that come with the WDK? There are half a dozen NDIS examples under network\ndis

The ideal sample for your case is “netvmini”.