Results 1 to 16 of 16
Thread: Java Remote desktop Controller
- 09-05-2012, 01:32 PM #1
Member
- Join Date
- Sep 2012
- Location
- Pune
- Posts
- 10
- Rep Power
- 0
Java Remote desktop Controller
Hi. This is Raeesaa. I am an MCS sudent and doing a project called Remote Desktop Controller in java. In this, a server machine accesses a remote client machine and performs different events on client machine. I know the basics of core and advanced java. I would like to know what technologies should I use in order to access the contents of remote machine. Thank you.
- 09-05-2012, 03:30 PM #2
Re: Java Remote desktop Controller
How are the client and server connected? What protocol(s) can they use to communicate?
server machine accesses a remote client machine and performs different events on client machine.If you don't understand my response, don't ignore it, ask a question.
- 09-05-2012, 03:50 PM #3
Member
- Join Date
- Sep 2012
- Location
- Pune
- Posts
- 10
- Rep Power
- 0
Re: Java Remote desktop Controller
yeah normally client asks server to do things. But in this project server machine will control or I can say access the contents of client machine. When the connection is established between server and client, the screenshots of client will be sent on server machine continuously and whatever mouse or key events server will perform on this screenshot should be instantly reflected on client machine. It should appear as if server is accessing client machine remotely. What classes should I use to do so other than Robot class?
Thanks for replying. :)
- 09-05-2012, 05:04 PM #4
Re: Java Remote desktop Controller
How are the server and client connected? For example via the internet and IP addresses
What protocol will they use to communicate? For example: HTTP or FTPIf you don't understand my response, don't ignore it, ask a question.
- 09-06-2012, 11:57 AM #5
Member
- Join Date
- Sep 2012
- Location
- Pune
- Posts
- 10
- Rep Power
- 0
Re: Java Remote desktop Controller
they are connected via internet.. I l b using socket programming to establish the connection..
And protocol HTTP..
- 09-06-2012, 03:08 PM #6
Re: Java Remote desktop Controller
You could use Socket and ServerSocket classes and other classes in the java.net package. Also the Apache project has packages that could be useful.
If you don't understand my response, don't ignore it, ask a question.
- 09-07-2012, 04:44 AM #7
Re: Java Remote desktop Controller
Is this the same project: Need help in developing remote desktop controller - Java Help - CODECALL
If you don't understand my response, don't ignore it, ask a question.
- 09-07-2012, 11:51 AM #8
Member
- Join Date
- Sep 2012
- Location
- Pune
- Posts
- 10
- Rep Power
- 0
Re: Java Remote desktop Controller
Ya, it is the same project. I m aware of Socket and ServerSocket. I'm facing problems in sending the right mouse coordinates to the client machine.
- 09-07-2012, 02:47 PM #9
Re: Java Remote desktop Controller
What is the problem? Can you explain in more detail? Aren't mouse coordinates just pairs of numbers: X & Y?
If you don't understand my response, don't ignore it, ask a question.
- 09-10-2012, 02:31 PM #10
Member
- Join Date
- Sep 2012
- Location
- Pune
- Posts
- 10
- Rep Power
- 0
Re: Java Remote desktop Controller
yeah mouse coordinates are pair of numbers : x and y but the screen resolutions of client desktop and server desktop may differ. Wont that affect the events to be performed on client machine? The events may not be synchronized.
- 09-10-2012, 02:50 PM #11
- 09-10-2012, 02:51 PM #12
Re: Java Remote desktop Controller
Yes different screen sizes will be a problem.
If you don't understand my response, don't ignore it, ask a question.
- 09-10-2012, 03:31 PM #13
Member
- Join Date
- Sep 2012
- Location
- Pune
- Posts
- 10
- Rep Power
- 0
- 09-10-2012, 03:33 PM #14
Member
- Join Date
- Sep 2012
- Location
- Pune
- Posts
- 10
- Rep Power
- 0
- 09-10-2012, 04:31 PM #15
Re: Java Remote desktop Controller
How would you do it without a computer? Take a sheet of paper and draw two rectangles of different sizes. Make a dot in one of the rectangles. How would you calculate the position of a dot in the other rectangle that corresponded, proportionally, to the position of the first dot?
dbIf you're forever cleaning cobwebs, it's time to get rid of the spiders.
- 09-11-2012, 01:25 PM #16
Member
- Join Date
- Sep 2012
- Location
- Pune
- Posts
- 10
- Rep Power
- 0
Similar Threads
-
remote desktop hanldling
By Animesh123 in forum NetworkingReplies: 9Last Post: 02-23-2012, 05:17 PM -
Remote Desktop sharing (java)
By ravitejvaranasi in forum NetworkingReplies: 8Last Post: 04-13-2011, 07:34 AM -
HELP: How to make Java Application worked via Remote Desktop
By ALuMaGuBi in forum Advanced JavaReplies: 2Last Post: 08-10-2010, 06:15 PM -
Remote Desktop Application
By Drango in forum CLDC and MIDPReplies: 2Last Post: 05-18-2010, 12:22 AM -
How to read a .EML file present on Remote Desktop?
By anil@prokarma in forum New To JavaReplies: 0Last Post: 06-12-2008, 03:05 PM
Bookmarks