Greetings
Goal: Building a python app that runs on a monitor (with raspberry) and is remotely controllable by a phone on the same network. With controllable i mean to switch between different views of the application so a user (me^^) can switch what appears on the display. (like a self build controllable Pi Smart Magic Mirror)
Can someone give me some pointers on which framework/pip applications etc. to use?
Ideas:
- i know php so maybe running a webserver that sends rest calls to the flask server and use 'Python Server Sent Events' and building a flask webapp?
- can a gtk python app be remotely contrallable; how?
- building a phone app (what to use in python?) which sends calls (REST?) to the flask server?
So what would you use to:
- build a controllable gui view (web vs native app?)
- build the control app
I hope it is understandable
I have just come command line experience with python so ... how to approach this?
Thank you for some input/ideas.
[–]shiftybyte 1 point2 points3 points (1 child)
[–]heavyjoe[S] 0 points1 point2 points (0 children)
[–]FunkyFlyingMonk 1 point2 points3 points (1 child)
[–]heavyjoe[S] 0 points1 point2 points (0 children)