Results 1 to 10 of 10
Thread: remote desktop hanldling
- 12-13-2011, 06:37 AM #1
Member
- Join Date
- Dec 2011
- Posts
- 6
- Rep Power
- 0
remote desktop hanldling
I am a final year engg student in comp tech , for my annual project i have to prepare a remote desktop navigation tool as as part of my project, apart from the robot class which i'll bre needing for the development of the project which all classes will be needed, i'm new to java programming , so if can tell me all the related data for the development of this application i'll be grateful ...
- 12-13-2011, 04:33 PM #2
Re: remote desktop hanldling
One good place to start:
The Really Big Index
- 12-16-2011, 07:51 PM #3
Member
- Join Date
- Dec 2011
- Posts
- 6
- Rep Power
- 0
Re: remote desktop hanldling
i'm reading it , also i have read few on java , but can u tell me which all classes will i need for remote desktop , i mean a teamviewer sort of thing
- 12-16-2011, 07:56 PM #4
Re: remote desktop hanldling
Define what you want the code on the remote desktop to do.
The more details the better.
For example: How will it communicate with the local desktop?
- 12-16-2011, 08:33 PM #5
Member
- Join Date
- Dec 2011
- Posts
- 6
- Rep Power
- 0
Re: remote desktop hanldling
Full navigation of the remote client's desktop should be possible , there should be image of the client's desktop in continuous manner on the machine controlling the clients desktop,
- 12-16-2011, 08:39 PM #6
Member
- Join Date
- Dec 2011
- Posts
- 6
- Rep Power
- 0
Re: remote desktop hanldling
sir initially i had a strategy thatt , if i can transfer the mouse control bits to the client mouse port , so i can directly control the remote desktop using my mouse on server machine ........ but is it feasible though ? just a curiosity sir.....
-
Re: remote desktop hanldling
I'm no expert in this, but I believe that Java's not the best language for this type of application, one where you'll likely want to create hooks into the operating system. For my money, C or C++ would likely be a better fit.
- 12-16-2011, 09:23 PM #8
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,545
- Rep Power
- 11
Re: remote desktop hanldling
There is a VNC client applet written in Java. The idea there is that the mouse/keyboard is used on the client machine to control the server. The source for the client is available and quite readable.
Implementing the server in Java would be difficult however, as Fubarable suggests. I have seen (but never seriously used) a JFrame subclass that implemented the RDP protocol so that it can be viewed with any VNC client. (nice if you want mac window decorations on a Windows machine) I can't remember the name, but Google is sure to find it.
I mention these because they might be food for thought as you write your own program.
- 12-18-2011, 07:38 AM #9
Member
- Join Date
- Dec 2011
- Posts
- 6
- Rep Power
- 0
Re: remote desktop hanldling
thanks alot sir ,i'll post if in some other problem ....
- 02-23-2012, 04:17 PM #10
Member
- Join Date
- Dec 2011
- Posts
- 6
- Rep Power
- 0
Video conferencing
Sir there's another module in my project for video conferencing , sir i'm using jmf rtpmanager for video conferencing.
in this sir i want to integrate the audio device and video device datasource into one as single stream of data (multiplexed ).
i tried to do so with the help of processorModel() method but its not working , i want to know if anyone can tell me to which output contentdescriptors should i set the output to so that this will be possible ?
please inform me..........
Similar Threads
-
Remote Desktop sharing (java)
By ravitejvaranasi in forum NetworkingReplies: 8Last Post: 04-13-2011, 06:34 AM -
Remote Desktop Program (newbie question)
By yoh in forum NetworkingReplies: 0Last Post: 04-12-2011, 05:12 PM -
Remote Desktop Application
By Drango in forum CLDC and MIDPReplies: 2Last Post: 05-17-2010, 11:22 PM -
Open an RDP file with Remote Desktop Connection
By MisterAndy in forum New To JavaReplies: 0Last Post: 12-04-2009, 08:24 PM -
How to read a .EML file present on Remote Desktop?
By anil@prokarma in forum New To JavaReplies: 0Last Post: 06-12-2008, 02:05 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks