Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.04 KB

g933-utils

Gitter

An application to configure and control the Logitech wireless headsets. G933 and G533 are currently supported.

Usage

You will need the udev rules installed on your system. Copy 90-logitech.rules to /etc/udev/rules.d/ and add your user to the logitech group, then run these commands:

udevadm control --reload-rules
udevadm trigger

and log out and back in, or alternatively just reboot.

You can build the tool with Cargo by navigating to the git clone directory and executing cargo build --release. The executable will now be in the target/release directory.

After building, try running ./target/release/g933-utils --help to see an overview of the commands.

Hacking

There is a Wireshark lua script in the notes directory that provides better parsing for the HID++ protocol that this and other Logitech devices use.
Link this script into your ~/.config/wireshark/plugins directory, and wireshark should load it automatically.