Flockompass app, client of flock server.
Go to file
2021-11-01 14:46:08 -06:00
assets query the flock-server 2020-09-15 21:01:54 -05:00
.gitignore ignore python files 2020-08-05 18:47:38 -05:00
buildozer.spec save settings in pickle for future sessions 2020-08-30 16:21:28 -05:00
flockompass.kv register and update to server, better compass updates 2021-10-29 19:51:31 -05:00
LICENSE Agregar LICENSE 2020-08-05 18:30:11 +00:00
main.py register and update to server, better compass updates 2021-10-29 19:51:31 -05:00
README.md recipe for dev environment 2021-11-01 14:46:08 -06:00
requirements.txt recipe for dev environment 2021-11-01 14:46:08 -06:00

Flockompass

Mobile app, client of flock server.

Development

Install dependencies like so:

$ pip install -r requirements.txt

Test building

Kivy apps are easily deployed and tested with buildozer.

This command will compile the app, transfer it to a usb-connected device and run it. Logs are shown on the console, hence the grep python.

$ buildozer -v android debug deploy run logcat | grep python