EdgeLab-FHDO / Edge-Diagnostic-Platform

MIT License
0 stars 2 forks source link

Synthetic Application with Dynamic Parameters #56

Closed alyhasansakr closed 3 years ago

alyhasansakr commented 3 years ago

We want to implement a application that provides a synthetic load, to do so replace the marker detector with a for loop that does nothing and sends dummy data between the client and server.

The application should also receive parameters during runtime (how much CPU load and network load should it do), use REST for that (maybe you will need to modify the REST output that we already have).

Describe your design here first, and don't forget about the tests

alyhasansakr commented 3 years ago

Obsolete