I made a very basic remote desktop for my PW4. You need a webserver and python.
There are 3 cgi scripts, a html file, and a python script:
- screen.cgi takes a screenshot and returns the path
- power.cgi presses the power button
- touch.cgi sends coordinates to sendtouch.py
- sendtouch.py writes events to the touchscreen
- index.html shows the screenshot you can click on
The only problem is that fake touches don't prevent the screensaver. I could use some advice on how to fix that

.