Improvements on Remote Experiment System¶
We have now a first version of Remote Experiment System. Has the following functionalities:- Is composed by a Eclipse plugin and a service that it is installed in a remote machine.
- The plugin can launch any Java proyect in the remote machine. To do that, it compress the project (with dependencies) and send to the remote service by means of RMI. The service, uncompress the archive and execute the program.
This fist version is very usefull, but it lack an important feature, is not "optsicom-aware". Is a general porpuse remote execution system.