Python Forum
vnc multiplexer - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: vnc multiplexer (/thread-999.html)



vnc multiplexer - Skaperen - Nov-24-2016

another program i have been wanting to write is a VNC multiplexer app.  i would connect to it from a vnc client and it would make the connection to the selected vmc server, or switch the connection, as directed to do so.  i would make this vnc agent place some buttons on the screen by some action i program it to detect.  the action can be some mouse motion like shaking around near a corner.  once the buttons appear, then i can click on them, let them timeout, or get rid of them.  i can give them images or text to make be recognized for a specific server they would let me connect to.

would this be too much for python to handle?