An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![wiimotedev_logo](https://devwork.space/wp-content/uploads/2018/10/g3460.png)

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
```