Remote Desktop Support Application
Hey guys,
Just wondering if any of you have had any experience in writing a Java Remote Desktop Connection client?
I am looking to develop remote support software.
I need to be able to take full control of a clients machine. Keyboard, Mouse, possibly file transfer etc.
If anyone has any resources or links regarding this, please let me know :)
Re: Remote Desktop Support Application
Hey Ive been working on a system for awhile now, I recommend before any of the hardware control you start of with the image sending (The actual viewing), I personally used a robot peer to take make the images.
As for keyboard/mouse control, you can add a listener to the frame your viewing the client on, then send the events to the client, parsing it and replicating it with the Robot class.
Re: Remote Desktop Support Application
Thanks Time,
I have found some open source code which I will be looking at. This will help me move forward :)