https://github.com/dev-0x7c6/wiimotedev
Userspace driver for wiiremotes. It works as system service and trigger dbus events, there is also service that can capture events and translate them to virtual keyboard and mouse.
https://github.com/dev-0x7c6/wiimotedev
Last synced: about 1 year ago
JSON representation
Userspace driver for wiiremotes. It works as system service and trigger dbus events, there is also service that can capture events and translate them to virtual keyboard and mouse.
- Host: GitHub
- URL: https://github.com/dev-0x7c6/wiimotedev
- Owner: dev-0x7C6
- License: lgpl-3.0
- Created: 2015-04-23T23:39:39.000Z (about 11 years ago)
- Default Branch: broken
- Last Pushed: 2022-09-15T22:08:22.000Z (over 3 years ago)
- Last Synced: 2025-03-27T18:52:52.678Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 4.64 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README


A userspace service that distrbute connected wiiremotes events using dbus and emulates keyboard, mouse or joysticks.
Requirements:
```sh
spdlog
eigen
xwiimote-ng
```
Compilation:
```sh
cmake .
make all -j$(nproc)
make install
```