hid-io

HID-IO Client Side Library and Daemon

Overview

Travis Status

Visit our IRC channel

API Documentation

Getting

Currently you have to build the HID-IO daemon yourself. But it will be made available in binary form once we are ready for a public beta.

Usage

bash hid-io hid-io --help

RPC Terminal Example

cargo run --example rpc

Dependencies

i686-pc-windows-gnu Dependencies

Building

bash cargo build

Testing

bash RUST_LOG=hid_io=info RUST_BACKTRACE=1 cargo run

Inspecting rawhid traffic:

sudo usbhid-dump -m 308f:0013 -es sudo usbhid-dump -m 1c11:b04d -es -t 0 -i 5

Running Unit Tests

bash cargo test

Supported Keyboard Firmware

Contributing

Debugging

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope rust-gdb target/debug/hid-io -p $(pidof hid-io)

Packaging

cargo build --release --target "x86_64-pc-windows-gnu"

Linux systemd service

cp hid-io.service /etc/systemd/system systemctl daemon-reload systemctl enable --now hid-io

Windows service

install_service.exe sc start hid-io sc stop hid-io sc query hid-io

OSX service

cp hidio.plist ~/Library/LaunchAgents launchctl -w ~/Library/LaunchAgents/hidio.plist