AlexanderPavlenko / buttplug-osc

OSC-to-Intiface bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buttplug-osc

Thanks to buttplug.io, this program allows to control numerous supported devices at least ones which I have via OSC.

Usage

buttplug-osc 0.1.0
Control https://buttplug.io/ devices via OSC

USAGE:
    buttplug-osc [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --intiface-connect <intiface-connect>     [default: ws://127.0.0.1:12345]
        --osc-listen <osc-listen>                 [default: udp://0.0.0.0:9000]
        --log-level <rust-log>                    [env: RUST_LOG=]  [default: debug]

Supported OSC messages

  • /devices/<name>/<command>/<argument>

    • Device <name>
      • full name as in the log output: INFO buttplug_osc: [XBoxXInputCompatibleGamepad] added
      • <name> as a prefix; may be used to address the multiple devices or ones with a very long name
      • last is an alias for the recently (re)connected device
      • all is an alias for all connected devices
    • Command vibrate
      • Argument speed: from 0.0 to 1.0 (details)
    • Command stop

Features

  • Reconnects if device or server temporarily disconnected
  • OSC receiver
  • Control multiple devices
  • Build for Windows 10

About

OSC-to-Intiface bridge


Languages

Language:Rust 100.0%