moreiraeugenio / hyperx-cloud-flight

Simple tray application which shows battery level for HyperX Cloud Flight Wireless Headset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperX Cloud Flight Battery Monitoring

Introduction

Simple tray application which shows battery level for HyperX Cloud Flight Wireless Headset.

Screenshots

HyperX Cloud Flight HyperX Cloud Flight

Getting Started

Prerequisites

hidraw

Make sure you have hidraw installed on your system.

  • Debian/Ubuntu
sudo apt install libhidapi-hidraw0
  • Arch
sudo pacman -S hidapi

udev

Create new file in /etc/udev/rules.d/99-hyperx-cloud-flight.rules and place the following content:

KERNEL=="hidraw*", ATTRS{idVendor}=="0951", ATTRS{idProduct}=="16c4", MODE="0666"
KERNEL=="hidraw*", ATTRS{idVendor}=="0951", ATTRS{idProduct}=="1723", MODE="0666"

Once created replug the wireless dongle.

Installation

Download the latest binary from the releases and run it.

foo@bar:~$ curl -LO https://github.com/kondinskis/hyperx-cloud-flight/releases/download/0.1.5/cloud-flight_amd64
foo@bar:~$ chmod +x cloud-flight_amd64
foo@bar:~$ ./cloud-flight_amd64

Supported operating systems

  • Linux

Help

Feel free to report any issues you may have while using this application.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Other Projects

About

Simple tray application which shows battery level for HyperX Cloud Flight Wireless Headset.

License:MIT License


Languages

Language:Rust 100.0%