EdgeLab-FHDO / Edge-Diagnostic-Platform

MIT License
0 stars 2 forks source link

Edge Quality Rating Evaluation #98

Closed theodorelu27 closed 3 years ago

theodorelu27 commented 3 years ago

Implement Edge Quality Rating for the Client's Connection Evaluator

Components to be added to the Clients:

Components to be added to the Server:

theodorelu27 commented 3 years ago

@alyhasansakr I want to confirm the tasks for this issue before moving on, as I noticed there were some that I actually missed in the initial issue

Also, I want to confirm some things regarding the EQR:

alyhasansakr commented 3 years ago

@theodorelu27 yes, that is correct.

theodorelu27 commented 3 years ago

@alyhasansakr got it, but as for the EQR, as currently, the value is not yet available, would I need to implement it myself in the matchmaker or should I just prepare the interface for now and use a default value when the EQR was not provided by the Master?

alyhasansakr commented 3 years ago

@theodorelu27 No, for now just use a default value, we will implement it later.

theodorelu27 commented 3 years ago

Additions needed to be made

theodorelu27 commented 3 years ago

@alyhasansakr for the evaluation, since we're measuring end-to-end latency, in the case of the marker detection, would it be okay if I just draw the detected marker into a new file with a different name? (such as by adding "eval_" into the file name) or should I just skip marker drawing for evaluation?

alyhasansakr commented 3 years ago

@theodorelu27 just skip.