microsoft / NCM-Driver-for-Windows

The Windows NCM drivers (host-side and function-side) are the NetAdapterCx based NIC drivers that implements Network Control Model (CDC NCM) specification defined by USB-IF
MIT License
64 stars 23 forks source link

Signed NCM Driver for Windows 7, 8, and 10... #18

Open RobertCNelson opened 11 months ago

RobertCNelson commented 11 months ago

From BeagleBoard.org we just ran into this, as on linux RNDIS is going away: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?h=rndis-removal&id=02033ac124091281dc09ab7d1ddf0fb69ef24f26

This driver works awesome on Windows 11.. As a Linux user who only touches a windows computer for business usage, any hints on building this Driver for windows 7, 8, and 10? As Microsoft stuck us in this RNDIS mess years ago.. I need to transition our Windows user base from the Built-in RNDIS to NCM driver..

Regards,

mengxp commented 3 months ago

use os string, refer: https://github.com/vpelletier/python-functionfs/issues/20