Results 1 to 7 of 7
Thread: Remote Control Java App
- 03-04-2010, 03:19 AM #1
Member
- Join Date
- Feb 2010
- Posts
- 4
- Rep Power
- 0
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,
- 03-04-2010, 03:32 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
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 :(
- 03-04-2010, 03:34 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
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.
- 03-04-2010, 04:49 AM #4
Member
- Join Date
- Feb 2010
- Posts
- 4
- Rep Power
- 0
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,
- 03-04-2010, 04:52 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Actually you can use that VNC Java client in any platform. Did you try that?
- 03-04-2010, 07:34 AM #6
Member
- Join Date
- Feb 2010
- Posts
- 4
- Rep Power
- 0
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,
- 03-04-2010, 01:44 PM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
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
-
Remote deploy and remote work with JBoss AS
By chalda in forum EclipseReplies: 2Last Post: 03-08-2010, 11:17 AM -
Remote control PC with mobile
By pc.eng in forum Advanced JavaReplies: 1Last Post: 01-14-2009, 02:21 AM -
smartphone bluetooth remote control for audio sound system
By Masuka in forum Sun Java Wireless ToolkitReplies: 0Last Post: 08-05-2008, 08:43 PM -
control app width based on certain control
By thebillybobjr in forum SWT / JFaceReplies: 0Last Post: 05-15-2008, 04:52 PM -
Linux Bluetooth Remote Control 0.4
By levent in forum Java SoftwareReplies: 0Last Post: 05-11-2007, 09:54 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks