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

Handle offline scenarios when foxbox is not connected to Internet #379

Open
nojunpark opened this issue Apr 14, 2016 · 0 comments
Open

Handle offline scenarios when foxbox is not connected to Internet #379

nojunpark opened this issue Apr 14, 2016 · 0 comments

Comments

@nojunpark
Copy link

Although foxbox should still be operational when internet service is disrupted, there are several things we have to take care of:

  1. Philips Hue adapter uses nupnp, no unpnp
  2. Foxbox will give error upon startup when no IP interface is found during the startup
  3. With the TLS implementation, there is no way to access the foxbox locally without the use of mDNS (not by default in mac) and a running DNS server. This means the integration tests have to run with the TLS disabled.

Design decisions should be made on how to deal with offline scenarios, including when the internet is cut during the operation. Currently foxbox does not detect the internet outage.

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