Python Forum
Control Mouse and Keyboard Across the Country Without VNC on Target PC - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Control Mouse and Keyboard Across the Country Without VNC on Target PC (/thread-32578.html)



Control Mouse and Keyboard Across the Country Without VNC on Target PC - Khuber79 - Feb-18-2021

Would it be possible to code a piece of software to emulate a Bluetooth Keyboard and Mouse to control another computer from a different part of the world. Here I will break it down to what exactly I’m looking to do...

I am in New York City trying to control a computer in California. However, the software I’m using in California detects VNC software running and disallows VNC software to be running. So my thoughts are to connect via VNC to a different computer or device in the same room as the target device in California to control the mouse and keyboard on the target device. Maybe have a third device with a webcam to view my actions on the target computer.


RE: Control Mouse and Keyboard Across the Country Without VNC on Target PC - buran - Feb-19-2021

If you have legitimate interest to have remote control over a computer system, there are plenty of available options depending on OS. You need to discuss them (incl. security arrangmenets) with whoever is in control/administrator of the system. Otherwise this sounds like a murky wanna-be-hacker attempt.


RE: Control Mouse and Keyboard Across the Country Without VNC on Target PC - Khuber79 - Feb-19-2021

Rereading it, it does sound like a hacker attempt lol. It is not like that, I own all the systems in question. Just the one system has to be physically located in California and it runs certain software that does not allow you to run VNC software which I realize would be the ideal way to do what I would like to do.

All systems in question are Windows 10 machines. The connection would have to be over Bluetooth. If you could point me in the direction of where to start, I have no idea of the libraries involved and haven’t found anything on the topic.


RE: Control Mouse and Keyboard Across the Country Without VNC on Target PC - buran - Feb-19-2021

(Feb-19-2021, 02:29 PM)Khuber79 Wrote: Rereading it, it does sound like a hacker attempt lol. It is not like that, I own all the systems in question. Just the one system has to be physically located in California and it runs certain software that does not allow you to run VNC software which I realize would be the ideal way to do what I would like to do.

What about Windows Remote Desktop or TeamViewer or Chrome Remote Desktop for example (there are yet another options)?

I am not sure about the bluetooth option you want to explore


RE: Control Mouse and Keyboard Across the Country Without VNC on Target PC - nilamo - Feb-19-2021

Can you install software on the remote instance? Instead of trying to pretend your mouse is hooked up, you could queue up commands in a third party database both instances have access to, and then replay those commands on the remote instance. Sort of how text editors have undo-redo.


RE: Control Mouse and Keyboard Across the Country Without VNC on Target PC - NullAdmin - Feb-21-2021

kinda creepy, but really depends on OS. windows is not very secure unlike linux and macos, or any other unix/bsd os, so if the target is windows, it will be easier that unix/bsd based oses. still feel like i shouldnt tell. plus the only way i know will be vnc.