Simulates an Xbox 360 controller using a wii remote (wiimote)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Kuba Orlik b66a521764 Update readme and dependencies. This versino seems to create the
gamepad twice?
5 years ago
.gitignore Checkpoint 6 years ago
README.md Update readme and dependencies. This versino seems to create the 5 years ago
classic-controller.js Checkpoint 6 years ago
config.js Checkpoint 6 years ago
index.js Checkpoint 6 years ago
io.js Checkpoint 6 years ago
keyboard-simulator.js Checkpoint 6 years ago
logger-config.js Checkpoint 6 years ago
package-lock.json Update readme and dependencies. This versino seems to create the 5 years ago
package.json Update readme and dependencies. This versino seems to create the 5 years ago
simulator.js Checkpoint 6 years ago
sleep.js Checkpoint 6 years ago
uinput.js Checkpoint 6 years ago
wii-device.js Checkpoint 6 years ago
wii-devices.js Checkpoint 6 years ago
wiimote.js Checkpoint 5 years ago
xbox-pad-simulator.js Checkpoint 6 years ago

README.md

A userspace wiimote driver that maps wiimote / wii classic controller inputs to either keyboard keys or a simulated xbox 360 controller.

requirements:

  • inotify (from inotify-tools)
  • evdev kernel module
  • uinput kernel module
  • node v10