Re: [httpslocal/usecases] Added use case 7: Secure offline communication for home automation (#8)

KillerX commented on this pull request.



> @@ -63,6 +63,12 @@ if she usually posts photos to the online service from her smartphone directly,
 
 ![uc06](figs/uc06.jpg)
 
+## UC-07: Secure offline communication for home automation
+
+A user sets up a home automation gateway is under normal circumstances using HTTPS to securely accept commands via a remote server.

1. Yes, all communication to the remote server is via HTTPS.
2. In this case the most of the devices talking to the gateway are using other protocols, like Z-Wave and ZigBee (in our particular use case). Thus the question does not really apply. BUT as far as general encryption is concerned, we are striving towards having all channels encrypted. The "ethernet" side of the gateway should communicate via HTTPS everywhere, but  currently for APP<->Gateway directly this is not possible in a completely offline solution.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/httpslocal/usecases/pull/8#discussion_r135336909

Received on Friday, 25 August 2017 19:32:29 UTC