AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Remote Control Capability like VNC

 
Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
RG



Joined: 09 Feb 2005
Posts: 17
Location: United States

PostPosted: Fri Mar 11, 2005 2:13 pm    Post subject: Remote Control Capability like VNC Reply with quote

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
View user's profile Send private message
niwi



Joined: 27 Feb 2005
Posts: 139
Location: Heidelberg, Germany

PostPosted: Fri Mar 11, 2005 2:40 pm    Post subject: Reply with quote

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
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Sat Mar 12, 2005 1:56 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
kobyashi
Guest





PostPosted: Tue Apr 19, 2005 6:56 am    Post subject: remote control Reply with quote

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





PostPosted: Tue Apr 19, 2005 7:18 am    Post subject: Reply with quote

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

PostPosted: Tue Apr 19, 2005 2:31 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
corrupt



Joined: 29 Dec 2004
Posts: 2485

PostPosted: Wed Apr 20, 2005 1:20 am    Post subject: Re: remote control Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group