Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkashkin/boiler

Another useless project. Even more useless than my previous projects.
https://github.com/tkashkin/boiler

bluetooth bluetooth-devices bluetooth-le bluetooth-low-energy bluez-dbus elementary-apps gatt gtk gtk3 redmond skykettle vala

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/tkashkin/Boiler/releases).

## Building

### Debian/Ubuntu-based distros

#### Build dependencies
* meson
* valac
* libgranite-dev
* libgtk-3-dev
* libglib2.0-dev
* libgee-0.8-dev

#### Building
```bash
git clone https://github.com/tkashkin/Boiler.git
cd Boiler
debuild
```

### Any distro, without package manager
```bash
git clone https://github.com/tkashkin/Boiler.git
cd Boiler
meson build --prefix=/usr
cd build
ninja
sudo ninja install
```

## Screenshots