https://github.com/tizilogic/gdo-client
Simple Kivy (Android) App to use with gdo-server
https://github.com/tizilogic/gdo-client
android iot kivy-application python3
Last synced: about 2 months ago
JSON representation
Simple Kivy (Android) App to use with gdo-server
- Host: GitHub
- URL: https://github.com/tizilogic/gdo-client
- Owner: tizilogic
- License: mit
- Created: 2019-06-18T20:10:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T12:01:27.000Z (about 7 years ago)
- Last Synced: 2025-04-01T17:01:12.584Z (over 1 year ago)
- Topics: android, iot, kivy-application, python3
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garage Door Opener (client)
A Simple Kivy (Android) App to use with [gdo-server](https://github.com/tizilogic/gdo-server) to safely *(to the best
of my knowledge)* activate a GPIO pin on the server, that in my case opens my garage door.
## Build the APK:
I use [Kivy](https://kivy.org) together with [p4a-build-spaces](https://github.com/JonasT/p4a-build-spaces) to build
the APK... Step by step instructions will follow eventually.