I need a java application that when run, monitors a given set of computers using their IP.Ex: if 192.168.2.24 is in the list,then it can connect to this machine and should be able to control other application.Any idea?Please help!
Printable View
I need a java application that when run, monitors a given set of computers using their IP.Ex: if 192.168.2.24 is in the list,then it can connect to this machine and should be able to control other application.Any idea?Please help!
Yes, lots of ideas, but what do you actually mean. Provide more details. You could use RMI for example.
What other applications are you looking to control?
Other applications may be anyone like another java application or some other applications.
In order to control a local or remote application you have to have a mean of doing it like an API, an interface, a public service. You cannot control any application regardless of its location. Please narrow the domain by giving an example.