You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: