Go to file
Maschell 82a25e0cf4 My approach on improving it, currently not really working
NOTE: I changed the protoctol a bit.
The actual network code is not finished and still under developement.

BUT:
- I simplified the GUI Classes
- Added XInput support
- And changed too much thing, can't list all here.
- Comments etc missing. Just want to have a commited version until I
break stuff.
2017-02-05 22:04:09 +01:00
src/net/ash/HIDToVPADNetworkClient My approach on improving it, currently not really working 2017-02-05 22:04:09 +01:00
.classpath Initial commit 2017-01-31 19:12:28 +11:00
.gitignore Initial commit 2017-01-31 19:12:28 +11:00
.project Initial commit 2017-01-31 19:12:28 +11:00
pom.xml My approach on improving it, currently not really working 2017-02-05 22:04:09 +01:00
README.md Create README.md 2017-01-31 20:39:06 +11:00

HIDtoVPADNetworkClient

A Java application to send data from various controllers to HID to VPAD; a homebrew application for the Wii U.

Using this client, you can use unsuported devices such as XBox 360 controllers with HID to VPAD!

Please check the releases page for the latest feature list; as this program is under heavy development and is still incomplete. At this point only Linux /dev/input controllers are supported.

A sample HID to VPAD .ini for an XBox 360 controller on /dev/input/js0 (the path determines the VID/PID when using Linux controllers) can be found here.