EdgeLab-FHDO / Edge-Diagnostic-Platform

MIT License
0 stars 2 forks source link

Location Functionality #84

Open alyhasansakr opened 3 years ago

alyhasansakr commented 3 years ago

The network module should provide the following functionality:

You will need to implement a new ModuleInput and a new ModuleOutput. Whenever a command is sent to the output (get device location for example), the result is presented in the input (the actual device location is given).

For now, one network module will be able to serve one client, later we should think about how to serve more than one client.

alyhasansakr commented 3 years ago

@mariam-jamal Task: load and save network functionality working Test: use console module to provide a JSON file of a network, and to show the JSON output of a network. Deadline: 18th April