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 36af27e260 Checkpoint 4 years ago
.gitignore Checkpoint 4 years ago
README.md Checkpoint 4 years ago
classic-controller.js Checkpoint 4 years ago
config.js Checkpoint 4 years ago
index.js Checkpoint 4 years ago
io.js Checkpoint 4 years ago
keyboard-simulator.js Checkpoint 4 years ago
logger-config.js Checkpoint 4 years ago
package-lock.json Checkpoint 4 years ago
package.json Checkpoint 4 years ago
simulator.js Checkpoint 4 years ago
sleep.js Checkpoint 4 years ago
uinput.js Checkpoint 4 years ago
wii-device.js Checkpoint 4 years ago
wii-devices.js Checkpoint 4 years ago
wiimote.js Checkpoint 4 years ago
xbox-pad-simulator.js Checkpoint 4 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