Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 683 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 683 Bytes

beatble

Disclaimer: This project is not offical. And there is no support. Therefore, use this application at your own risk.

Use your arcade style controller through Bluetooth Low Energy (BLE) for beatmania IIDX ULTIMATE MOBILE.

Prerequisites

  • Linux (depending on JoyStick API)
  • cargo: https://rustup.rs/
  • (optional) cargo-deb: cargo install cargo-deb
  • libdbus-1-dev
$ sudo apt install libdbus-1-dev

Build

$ cargo build --release
# target/release/beatble
$ cargo deb
# target/debian/beatble_0.1.0_armhf.deb

Install

$ sudo apt install ./beatble_0.1.0_armhf.deb

Links