EdgeLab-FHDO / Edge-Diagnostic-Platform

MIT License
0 stars 2 forks source link

GUI: Webpage #71

Open alyhasansakr opened 3 years ago

alyhasansakr commented 3 years ago

Make a new Module that starts a webpage server, as a start we just need to be able to select a Scenario and run it (one button and one list or combo box). You should be able to open the webpage using any chromium browser (just by typing the IP and port of the webpage server).

You are free to use any development environment and languages, use the ones you are most comfortable with.

alyhasansakr commented 3 years ago

We should start with two separate components: one for Scenarios and one for match-making. Show your design here first.

alyhasansakr commented 3 years ago

You should not need any modification to the master source code. Just use REST input and output to communicate with the master.