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

https://github.com/hkontrol/hkapp

GUI for hkontroller, with gioui.org
https://github.com/hkontrol/hkapp

homekit homekit-controller

Last synced: 4 months ago
JSON representation

GUI for hkontroller, with gioui.org

Awesome Lists containing this project

README

          

# hkapp

GUI homekit controller.

Current status: Proof of Concept.

Works: pairing, getting accessory list, changing switch characteristic value.

![screenshot](./_img/hkapp.png)

# contributing

This project currently is early draft and there is a lot to do.
Any contribution is welcome.
If you want to help you may open issue, create pull request or spread a word about this project.

# android

to build apk:

```text
ANDROID_SDK_ROOT=$HOME/Android/Sdk/ gogio -target android -buildmode archive -x -appid tech.bobalus.hkapp ./
```

copy `hkapp.aar` to `./android/app/libs`:

```text
mkdir ./android/app/libs
cp ./hkapp.aar ./android/app/libs
```

then open android dir in AndroidStudio and run build.