/Boiler

Another useless project. Even more useless than my previous projects.

Primary LanguageValaDo What The F*ck You Want To Public LicenseWTFPL

Boiler

Simple app to control Redmond Skykettle RK-G200S/RK-G210S/RK-G211S (and probably similar devices)

Supported devices:

  • Redmond Skykettle
    • RK-G200S, RK-G210S, RK-G211S (tested)
    • other 2nd-gen devices (RK-G2xx) (not tested)

Runtime dependencies

  • bluez

Note: Bluetooth 4.0 adapter with BLE support required.

Installation

Prebuilt releases can be found on releases page.

Building

Debian/Ubuntu-based distros

Build dependencies

  • meson
  • valac
  • libgranite-dev
  • libgtk-3-dev
  • libglib2.0-dev
  • libgee-0.8-dev

Building

git clone https://github.com/tkashkin/Boiler.git
cd Boiler
debuild

Any distro, without package manager

git clone https://github.com/tkashkin/Boiler.git
cd Boiler
meson build --prefix=/usr
cd build
ninja
sudo ninja install

Screenshots