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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ or you can use your own REST/json http server.
33
33
34
34
Download the [clientHTTP_linux binaries]() from release section use the below command to communicate with the server.
35
35
```
36
-
./clientHTTP <URL/IP>
36
+
chmod +x clienthttp
37
+
./clienthttp <URL/IP>
37
38
```
38
39
By default, the app will send hearbeat/alive signal every 1 sec in order to inform the server at *<URL/IP>* that it is alive and will collect the command/instruction from server (*if the server have any instruction/command/data for the client*). You can modify this interval time in main.cpp (variable --> *heartbeatTimerInSecs*).
0 commit comments