#aio #cooler #linux #kraken #nzxt

camctl_rs

A Rust rewrite of https://github.com/leaty/camctl

3 releases

0.1.2 Jul 14, 2019
0.1.1 Jul 13, 2019
0.1.0 Jul 13, 2019

#1391 in Hardware support

Download history 3/week @ 2024-02-19 4/week @ 2024-02-26 7/week @ 2024-03-11 47/week @ 2024-04-01

54 downloads per month

GPL-3.0 license

14KB
130 lines

camctl_rs

crates.io License Issues

A Rust rewrite of https://github.com/leaty/camctl

Usage

    use camctl_rs::Kraken;

    let ctx = libusb::Context::new()?;
    let kraken = Kraken::from(&ctx)?;

    kraken.set_fan(75); // sets the fan speed to 75%

TODO

  • Timeout configurable
  • More logging

Dependencies

~580KB
~11K SLoC