ash lea

Results 58 comments of ash lea

hey, awesome! i did this so long ago, but iirc the csv files were obtained by using an incredibly clunky extraction/transformation process from the logitech gaming software files. i think...

ah, got it. well i don't have the energy to work on this project myself right now but i would happily accept contributions if you wanted to either manually do...

can you provide wireshark capture files for what you're seeing?

looking at the code for my hid++ wireshark dissector, it seems like i've hardcoded feature indexes for the g933. other headsets might map these differently, and software is meant to...

you will need to pull the voltage curve data from the logitech gaming software. from what i remember, that's csv formatted data contained in an xml file. extract the csv...

er, i found this set of comments from when g533 support was added: https://github.com/ashkitten/g933-utils/pull/6#issuecomment-371543844 if you manage to figure it out, please document the process so others can reference it...

awesome. i have ideas for how to rewrite the backend (possibly can use hidapi again for cross-platformability!) but i'm not sure how the cli should look like and i'm not...

i don't own a g633, but someone added g533 support in the past [here](https://github.com/ashkitten/g933-utils/pull/6) so if it uses the same protocol there should be no issue, just add the usb...

i'm currently using this on nixos. you can copy the derivation from [here](https://github.com/ashkitten/nixos-config/blob/master/home-manager/packages/g933-utils/default.nix). you may have to change the `cargoSha256` depending on your nixpkgs version. i set up udev rules...