what shell I do in order to remote to my friend's pc, using VNC through Eclipse?
important: the way I'm looking for should be one that doesn't use the ubunto terminal.
Thank you!
|
what shell I do in order to remote to my friend's pc, using VNC through Eclipse? important: the way I'm looking for should be one that doesn't use the ubunto terminal. Thank you! |
|||||||
|
|
Actually the way I wanted the auto remoted connection to be was not good because it made an indirectly connection (by automatically calling the cmd prompt and opening VNC through it) It works but there is a better way for doing this: The right thing to do is to write a code that uses the RFB protocol. By implementing the three following steps(in my case- in a eclipse project)-you can get an automated VNC remoting connection: hand-shake,client & server init and then the normal protocol interaction. |
|||
|
|