Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to connect to 'favorite' Gateways #25

Open
kevinmershon opened this issue May 19, 2015 · 0 comments
Open

Allow user to connect to 'favorite' Gateways #25

kevinmershon opened this issue May 19, 2015 · 0 comments

Comments

@kevinmershon
Copy link
Member

Currently, the app is hard-coded to connect to a gateway at 192.168.1.10 port 5094.

Add on the navigation menu and dashboard an option to get to a screen for defining a list of Gateways. If no favorites have been created, default to having one entry for the current hard-coded Gateway information. Allow the user to enter any number of Gateways, having fields Name (default wihartgw), IP (default 192.168.1.10), and Port (default 5094). Gateways can be deleted from the list. Do not allow the user to delete the last Gateway if there is only one remaining. IP address and port text entry should be sensibly restrictive so the IP is numeric with each set between 0 and 255, and the port is between 0 and 65535.

The application will henceforth need to start by prompting the user which Gateway to connect to as a dialog or something equivalent. The app can only be connected to one Gateway at a time. All data recorded (device count, transmitter list, hart variables, and network statistics) should be attributed to the Gateway so data is not mixed up or corrupted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant