Go to file
Maschell 25e8bc6faf Added option for disable auto-scanning for controllers
Alternative: buttons for scanning manually.
- Change the OSX implementation. You need to scan for controller
manually to get it working.
- OSX doesn’t check is a connection is still open when sending. Added a
PING response to check if the client is still connected.
!!!!!!!!!
- Changed the protocol! For this network client, you’ll need the newest
nighty of HIDtoVPAD!
!!!!!!!!!
2017-04-03 07:55:39 -07:00
resources Load settings from config file instead of hardcoded values 2017-03-22 17:34:49 +11:00
src Added option for disable auto-scanning for controllers 2017-04-03 07:55:39 -07:00
.classpath Auto saving the config on exiting, changing the to config file 2017-03-22 21:31:20 +01:00
.gitignore Auto saving the config on exiting, changing the to config file 2017-03-22 21:31:20 +01:00
.project Initial commit 2017-01-31 19:12:28 +11:00
circle.yml Change releases to be from bot account 2017-03-31 16:55:39 +11:00
eclipse_code_convention.xml Refactoring OS detection and OSX handling 2017-03-23 22:56:32 +01:00
pom.xml Changed the filename of the generated .jar files 2017-04-01 20:20:27 +02:00
README.md Now it has it's own support thread on gbatemp.net! 2017-04-02 00:32:05 +02:00

HIDtoVPADNetworkClient

Build Status

Current Stable Release | Nightly builds | Issue Tracker | Support Thread

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 XInput and Bluetooth controllers with HID to VPAD!

Please check the releases page for the latest feature list.

Configuration files for HID to VPAD can be found here.

Used Libraries

Lombok - https://projectlombok.org/index.html
purejavahidapi - https://github.com/nyholku/purejavahidapi
JXInput - https://github.com/StrikerX3/JXInput