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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,8 @@ For server side; you can use [this server app as a command & control unit](https
31
31
32
32
or you can use your own REST/json http server.
33
33
34
-
Download the [clientHTTP_linux binaries](https://github.com/tajiknomi/ClientHTTP_linux/releases/tag/v1.0.0) from release section use the below command to communicate with the server.
34
+
Download the ready-to-use client from the [release section](https://github.com/tajiknomi/ClientHTTP_linux/releases) to communicate with the server.
35
35
```
36
-
chmod +x clienthttp
37
36
./clienthttp <URL/IP>
38
37
```
39
38
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