HID-IO Client Side Library and Daemon
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.
bash
hid-io
hid-io --help
cargo run --example rpc
make
must be pathbash
cargo build
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
bash
cargo test
Please run cargo test
before submitting a pull-request
Travis will fail any commits that do not pass all tests
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
rust-gdb target/debug/hid-io -p $(pidof hid-io)
cargo build --release --target "x86_64-pc-windows-gnu"
cp hid-io.service /etc/systemd/system
systemctl daemon-reload
systemctl enable --now hid-io
install_service.exe
sc start hid-io
sc stop hid-io
sc query hid-io
cp hidio.plist ~/Library/LaunchAgents
launchctl -w ~/Library/LaunchAgents/hidio.plist