| View previous topic :: View next topic |
| Author |
Message |
RG
Joined: 09 Feb 2005 Posts: 17 Location: United States
|
Posted: Fri Mar 11, 2005 2:13 pm Post subject: Remote Control Capability like VNC |
|
|
Hello. I was thinking about a neat idea for AutoHotkey. I use remote control software frequently for support issues, and it seems that AHK would be perfect for providing such functionality.
It would be very cool to see AHK include the ability to receive control commands via TCP or UDP and be able to capture screenshots to send to a remote client.
I suppose the following items would be needed:
TCP / UDP support (allow remote computer to connect to AHK and send control commands and/or scripts: RUN [scriptname] or actual AHK script language. (Secure, of course!)
Ability to authenticate remote user.
Ability to capture screen and send over network.
Ability to determine which parts of the screen have changed and only send those parts to reduce bandwidth.
Program to display the screenshots on remote machine and to interpret keyboard/mouse input and convert it to AHK commands and send over network to remote host.
AHK just seems suited to doing this since it is already able to simulate all the keyboard/mouse controls, and would simply need to be "stimulated" remotely to provide a user complete control over a PC.
Anyone else who is interested in this or who has input, please post here! _________________ RG |
|
| Back to top |
|
 |
niwi
Joined: 27 Feb 2005 Posts: 139 Location: Heidelberg, Germany
|
Posted: Fri Mar 11, 2005 2:40 pm Post subject: |
|
|
Hi,
because AHK is a scripting language it's slower than a compiled tool like VNC. If your work with some large text variables you will recognize this soon. I don't believe that Chris want to provide services like this. Even "simple" TCP oder UDP protocol support is much work. But Chris may have other reasons like this.
I think we will see his statement soon...
NiWi. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10716
|
Posted: Sat Mar 12, 2005 1:56 am Post subject: |
|
|
I'm open to the possibility. But since I don't know much about these areas, the assistance of an expert would likely be needed to make this a reality anytime in the next six months.
Perhaps such an expert will see this topic and offer some advice about: feasibility, complexity, code size, etc. |
|
| Back to top |
|
 |
kobyashi Guest
|
Posted: Tue Apr 19, 2005 6:56 am Post subject: remote control |
|
|
| I would use this feature even if it didn't include a remapping of output. i.e., if all it did was let me control a remote computer's mouse and keyboard, i would find it very useful. I sit next to a computer that I don't use that much because I would have to lean over and use its keyboard/mouse. |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Apr 19, 2005 7:18 am Post subject: |
|
|
| Quote: | | It would be very cool to see AHK include the ability to receive control commands via TCP or UDP and be able to capture screenshots to send to a remote client. |
1) [PSExec]
2) [Capture]
3) FTP/shared drives/directories |
|
| Back to top |
|
 |
savage
Joined: 02 Jul 2004 Posts: 207
|
Posted: Tue Apr 19, 2005 2:31 pm Post subject: |
|
|
kobyashi - check out Synergy.
It lets you share the mouse, keyboard, and clipboard between multiple computers with different OS'es over the network. I often use it to use one mouse/keyboard between my windows and linux boxes. Easy to use and setup. _________________ <enormous animated gif> |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2485
|
Posted: Wed Apr 20, 2005 1:20 am Post subject: Re: remote control |
|
|
| kobyashi wrote: | | I would use this feature even if it didn't include a remapping of output. i.e., if all it did was let me control a remote computer's mouse and keyboard, i would find it very useful. I sit next to a computer that I don't use that much because I would have to lean over and use its keyboard/mouse. | Sounds like a KVM switch would work well in that situation... |
|
| Back to top |
|
 |
|