djpnewton / vmulti

Virtual Multiple HID Driver (multitouch, mouse, digitizer, keyboard, joystick)
MIT License
401 stars 171 forks source link

Wifi driver for joystick #30

Open mkeyno opened 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

Dem85 commented 6 years ago

You should to make a windows application (service) who listening a messages from IP and sending it to your driver.