ErichStyger / mcuoneclipse

McuOnEclipse Processor Expert components and example projects
Other
731 stars 1.29k forks source link

Wifi driver for joystick #41

Closed mkeyno closed 6 years ago

mkeyno commented 6 years ago

hi , sorry to open a ticket for my question, but I have some questions that your probably advise is really appreciated Actually I've been trying to send some game keys, base on HID protocol to the computer by wifi link(ESP8266). PC computer with OS like Microsoft Windows instantly make "HID-compliant game controller" driver with typical USB joystick , my question is, how make specific driver which is shows up same as "HID-compliant game controller" but listen to specific IP address instead of USB tnx

ErichStyger commented 6 years ago

Basically you would have to develop your own USB driver which is not a simple thing. You could start with https://sourceforge.net/projects/libusbk/.