Networking multiple computers to one brain in Java
Posted
by Morpheous
on Stack Overflow
See other posts from Stack Overflow
or by Morpheous
Published on 2010-05-23T23:04:29Z
Indexed on
2010/05/23
23:11 UTC
Read the original article
Hit count: 353
java
|networking
Hello,
I was wondering which libraries or API's would be useful in this. what im aiming for is to be able to type a command into a prompt and then specify which computer(out of all of them that are networked together) to execute that command on. the second part is i want to be able to see that command execute and the result on the computer that was specified.
for example if i enter "firefox www.google.com, desktop2" i want to be able to see the window open on the monitor of that computer. Do you understand what im trying to do? any help is appreciated.
Thanks, Morpheous
© Stack Overflow or respective owner