Results 1 to 7 of 7
  1. #1
    lat3ncy is offline Member
    Join Date
    Feb 2010
    Posts
    4
    Rep Power
    0

    Default Remote Control Java App

    Hello,

    I want to write a very simple java application from scratch to control another computer behind a firewall similar to Teamviewer.com. But in my application, I simply want one-way control from my end to the computer. Both computers are going to be behind firewalls, so that is why I want to make it similar to Teamviewer. So I am thinking I may need a server to register some sort of IDs or IPs or something???

    My thought is that I will need a server. I am thinking to use tcp to control the other computer, while using udp for the upstream display. Should I start learning RMI or am I okay with socket, tcp/udp, etc. I want the connection to be fast and secure.

    I am aware of open source project that does this already like jrdesktop, elusiva, and robo. I really like robo, but it is very old and doesn't work behind a firewall. Thanks.

    Best Regards,

  2. #2
    Eranga's Avatar
    Eranga is offline Moderator
    Join Date
    Jul 2007
    Location
    Colombo, Sri Lanka
    Posts
    11,374
    Blog Entries
    1
    Rep Power
    18

    Default

    Following article may helpful to you to find some hints. Actually this is bit of challenge, you have lots of things to do.

    http://java-source.net/open-source/groupware

    Tip: Using windows media server and .net you can easily do this. But not with Java :(

  3. #3
    Eranga's Avatar
    Eranga is offline Moderator
    Join Date
    Jul 2007
    Location
    Colombo, Sri Lanka
    Posts
    11,374
    Blog Entries
    1
    Rep Power
    18

    Default

    I forget that. Actually if you just looking an application to get work done, VNC have a Java client for application/desktop sharing. Sorry I don't have a link with me to send you right now, search on Google. You can easily find it.

  4. #4
    lat3ncy is offline Member
    Join Date
    Feb 2010
    Posts
    4
    Rep Power
    0

    Default

    Thanks for that Eranga. I am trying to stay away from Windows. Forgot to mention in my post that I need this solution for Linux. Thanks again.

    Best Regards,

  5. #5
    Eranga's Avatar
    Eranga is offline Moderator
    Join Date
    Jul 2007
    Location
    Colombo, Sri Lanka
    Posts
    11,374
    Blog Entries
    1
    Rep Power
    18

  6. #6
    lat3ncy is offline Member
    Join Date
    Feb 2010
    Posts
    4
    Rep Power
    0

    Default

    Thanks again for that, but the reason I didn't want to use vnc is because it doesn't work behind a firewall. The only to make it work is to do a lot of port forwarding on routers, etc. I just want a simple solution like writing my own application.

    Best Regards,

  7. #7
    Eranga's Avatar
    Eranga is offline Moderator
    Join Date
    Jul 2007
    Location
    Colombo, Sri Lanka
    Posts
    11,374
    Blog Entries
    1
    Rep Power
    18

    Default

    Hmmm, yes VNC not work behind the firewall. If I comes up with an idea I'll let you know. I've never do such thing with Java.

Similar Threads

  1. Remote deploy and remote work with JBoss AS
    By chalda in forum Eclipse
    Replies: 2
    Last Post: 03-08-2010, 11:17 AM
  2. Remote control PC with mobile
    By pc.eng in forum Advanced Java
    Replies: 1
    Last Post: 01-14-2009, 02:21 AM
  3. smartphone bluetooth remote control for audio sound system
    By Masuka in forum Sun Java Wireless Toolkit
    Replies: 0
    Last Post: 08-05-2008, 08:43 PM
  4. control app width based on certain control
    By thebillybobjr in forum SWT / JFace
    Replies: 0
    Last Post: 05-15-2008, 04:52 PM
  5. Linux Bluetooth Remote Control 0.4
    By levent in forum Java Software
    Replies: 0
    Last Post: 05-11-2007, 09:54 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •