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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ The typical application is a motion sensor triggered camera. Here are some examp
8
8
9
9

10
10
11
-
'RemoteClient' receives requests from e.g. multiple Raspberry Pis containing data (status information, sensory data) and/or files (images, videos). The web application's answer to each request contains the settings for the respective Raspberry Pi.
11
+
## How does it work?
12
+
13
+
The 'RemoteClient' class receives requests from e.g. multiple Raspberry Pis containing data (status information, sensory data) and/or files (images, videos). The web application's answer to each request contains the settings for the respective Raspberry Pi.
12
14
13
15
## First steps on the side of the Raspberry Pi
14
16
To setup the Raspberry Pi client you need to create a folder on your Raspberry Pi and copy the following three python files into this folder:
0 commit comments