The network module should provide the following functionality:
Current location of a given device or application instance.
Network and physical distance between a given pair of devices or application instances.
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.
@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
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.