I am pretty much an idiot when it comes to writing hardware drivers, but I'm pretty decent in C / C ++.
I have a project for pleasure that I want to work on, this is an attempt to use the device as a proxy server for a network cable.
I would like to create a driver, which is a network driver for Windows, but actually sends / receives via a USB port connected to another device.
I have a pretty good idea of what needs to be implemented, but I don’t know where to start looking for research information.
Any pointers?
source share