This document describes the tssDAS lead server functionality. Since this is an infrastructure, it has a rather simple functionality. It is designed mainly to, upload, remove the necessary files, Start, stop algorithm, get result, present data.
The user will be able to upload a single zip file. The structure of that Zip should be:
This zip will be uploaded to the server unzipped then the trio.xml file will be parsed for the setup of the algorithm. There will be a check if the algorithm is installed properly.
This will unregister a specific trio and all the files will be removed. The fine tuning of the folder will be out of the scope of our software as it is not intended to provide access to machines. Please use any external tool of your liking. You will be able to get the folder path.
The ability to navigate on installed algorithms and start one of them. Please note that the system supports just one algorithm at a time for now. It may support running a few algorithms.
Choosing to stop an algorithm will be dome by one of the following options:
Get the result of the of any algorithm stop. This also includes logs for debugging.
Show Details:
Will show the meta-data defined in the algorithm installation.
While developing you always see to the future. Because we can't achieve everything in the future we would like to keep tracks of ideas. We have the following ideas:
1. Keeping statistical information of an algorithm run
2. Running parallel algorithms at once.
3. Running parallel worker stations at once.
4. securing the connection.