GithubHelp home page GithubHelp logo

tkashkin / boiler Goto Github PK

View Code? Open in Web Editor NEW
11.0 3.0 4.0 398 KB

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

Home Page: https://tkashkin.tk/projects/boiler/

License: Do What The F*ck You Want To Public License

CSS 0.89% Meson 9.35% Python 1.91% Vala 87.85%
elementary-apps vala gtk gtk3 bluetooth bluetooth-low-energy bluetooth-le bluetooth-devices bluez-dbus gatt

boiler's Introduction

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

boiler's People

Contributors

nathanbnm avatar rottenpants466 avatar tkashkin avatar vistaus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

boiler's Issues

More supported devices

It should not be too hard to add support for new similar devices from Redmond or other companies if they are using similar protocols (BLE and GATT).

Required info:
  • Bluetooth HCI traffic dump or protocol description
  • [optional] Device icons
Capturing Bluetooth traffic (can be captured on Android 4.4+, may require root access):
  • Enable Enable Bluetooth HCI snoop log in developer settings
  • Interact with device using its app
  • Pull log from Android device, usually located at /data/misc/bluetooth/logs/btsnoop_hci.log
  • Log can be analyzed with Wireshark

Package as Flatpak for elementary OS 6

As you might have heard, AppCenter is going Flatpak! For elementary OS 6, we will not longer be accepting Debian packaging, so your app will need to be updated.

We have documentation on our developer guide for writing your Flatpak manifest here: https://docs.elementary.io/develop/writing-apps/our-first-app/packaging#flatpak-manifest

Also, in case you missed it, elementary OS 6 beta 2 is now available. This is a great time to get your app packaged up as Flatpak and test that everything is working before the final release. AppCenter submission for OS 6 will be open soon, so don't delay :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.