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
- Host: GitHub
- URL: https://github.com/hkontrol/hkapp
- Owner: hkontrol
- Created: 2022-10-13T10:57:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T00:15:57.000Z (over 3 years ago)
- Last Synced: 2023-02-27T00:53:24.028Z (over 3 years ago)
- Topics: homekit, homekit-controller
- Language: Go
- Homepage:
- Size: 330 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hkapp
GUI homekit controller.
Current status: Proof of Concept.
Works: pairing, getting accessory list, changing switch characteristic value.

# 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.