This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Distributed Java and the fly likes Control remote computer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Control remote computer" Watch "Control remote computer" New topic
Author

Control remote computer

Trinh Duy Hung
Greenhorn

Joined: Feb 29, 2012
Posts: 1
Hello everyone!

I hope I'm on the right place to ask.

I'm new to network programming in Java.

I've read some quick tutorials about this topic.

I wanna start with a very interesting project.

One program (let call program A) runs on one computer (let call computer A). One program (let call program B) runs
on another computer (let call computer B). The computers are connected in LAN network.

Program A sends a request to computer B. This request is about locking computer B's keyboard (or take a picture of screen shot of computer B). After getting this request, program B send a feedback to computer A, and
there will be a window on computer A with a CAPTCHA to ensure that the response is generated by a person. After the person on computer A side enters the captcha, let say the computer B's keyboard will be locked.

I guess my explanation is clear.

So please give a quick tutorial or any sugesstion to get me started writting code.

Any help would be greatly appreciated!
smeth rony
Greenhorn

Joined: May 14, 2012
Posts: 5
If your computer is connected with Internet through broadband router than you can control your computer by the Internet. Virtual network computing protocol and Local area network are also used to controls other computer.


Europe has its own official brand of gsm booster repeater
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Control remote computer
 
Similar Threads
counters
Communication Between Java Programs
Why this application hangs up?
java.net Socket port number question
class question