Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tkashkin/boiler
- Owner: tkashkin
- License: wtfpl
- Created: 2018-07-30T18:57:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T06:54:32.000Z (about 4 years ago)
- Last Synced: 2023-03-05T09:34:24.716Z (over 1 year ago)
- Topics: bluetooth, bluetooth-devices, bluetooth-le, bluetooth-low-energy, bluez-dbus, elementary-apps, gatt, gtk, gtk3, redmond, skykettle, vala
- Language: Vala
- Homepage: https://tkashkin.tk/projects/boiler/
- Size: 389 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
* bluezNote: 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