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
We need a Server API on a remote instance (ex: Amazon) to do
monitoring:
ex: If the House RPI doesn't talk anymore for X min it mean something happened (From Internet/electricity down to Someone broke-in destroying the setup)
Hint: instead of doing a post/get every X min we can setup a Websocket and trigger on connection close(?).
data collection: To keep the data like Pictures/video/Logs of nbr people passing by.
We need a Server API on a remote instance (ex: Amazon) to do
ex: If the House RPI doesn't talk anymore for X min it mean something happened (From Internet/electricity down to Someone broke-in destroying the setup)
Hint: instead of doing a post/get every X min we can setup a Websocket and trigger on connection close(?).