control your Wii U with keyboard, mouse, and Xbox 360 controller
https://github.com/justjake/drc-sim-keyboard.git
I forked from https://bitbucket.org/memahaxx/drc-sim, which does all the hard DRC simulator work. all credit to the original authors.
@delroth was a huge help with connecting to the Wii U with wpa_supplicant.
@maxb found my gamepad's MAC address for me :).
keyboard and mouse control for Wii U. Support mouse for "touch" input on the gamepad screen as well while in CAPSLOCK or something.
/etc/NetworkManager/NetworkManager.conf:
[keyfile]
unmanaged-devices=mac:<YOUR ADAPTER MAC Addr HERE>
sudo dhclient $WLAN to get an IP address for your connection fromwpa_supplicant/start-wpa_supplicant.sh. You can narrow
down the list of MAC addresses by scanning only 5ghz and looking for
addresses prefixed with 18:2A which both my DRC and Wii U share.
When you're finished, you should see something like this: my hooray tweet
Note that the new simulator has a controller viewer, but doesn't have video streaming yet! Mostly because I'm bad at programming.
./install-requirements.shJOYSTICK = true in simulator.py if you've got an Xbox 360 controller.
Otherwise you're stuck with just a keyboard and mouse
1. run simulator.py for mouse support.
run drc-sim.py for video streaming.
## software ideas
I want to have pluggable control schemes for quick reconfiguration.
Control` implements functions for all the Wii U's inputs. We'll read the niceMy research starting point was this Reddit post