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

Add support for multiple devices #16

Open
ljyanesm opened this issue Jul 23, 2018 · 0 comments
Open

Add support for multiple devices #16

ljyanesm opened this issue Jul 23, 2018 · 0 comments

Comments

@ljyanesm
Copy link
Contributor

Support for multiple devices is still required.

I think a show of hands on how to do this would be good, the options I can think of are:

  1. Each device is independent and requires an individual DB on the same server (this is supported by the current status)
  2. Each device requires a different DB server and it's treated as a completely independent project (this is supported by the current status)
  3. Each device has an ID an it is added to each of the records on the DB

Options 1,2 would still require some way of automating adding a new device to a setup.
Option 3 needs both a way to control individual or groups of devices and a way to connect the devices back to the DB (defining the device ID on both ends, the DB and the device itself).

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

No branches or pull requests

1 participant