EdgeLab-FHDO / Edge-Diagnostic-Platform

MIT License
0 stars 2 forks source link

End-to-End Latency Report Runner #97

Open theodorelu27 opened 3 years ago

theodorelu27 commented 3 years ago

Implement a new component to the Client Side of the application, in which the main role was to submit the end-to-end latency of each iteration to the Master through REST

Components to be added to the Client:

Components to be added to the Master:

alyhasansakr commented 3 years ago

@theodorelu27 I agree on the client part, but I believe the master part should be already possible with what we currently have. That is to receive a REST input (as JSON) and write the value to a file with the file writer module. This file can then be processed in MatLab.

theodorelu27 commented 3 years ago

@alyhasansakr ah okay, thanks for confirming I'd update the requirement to "REST Input" and "Filewriter output", these two would be implemented as a connections pair in the configuration file