Skip to content

Commit 19d80b1

Browse files
authored
Update README.md
1 parent 27e1cba commit 19d80b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ or you can use your own REST/json http server.
3333

3434
Download the [clientHTTP_linux binaries]() from release section use the below command to communicate with the server.
3535
```
36-
./clientHTTP <URL/IP>
36+
chmod +x clienthttp
37+
./clienthttp <URL/IP>
3738
```
3839
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*).
3940

0 commit comments

Comments
 (0)