Skip to content

Commit abbfd9c

Browse files
authored
Update README.md
1 parent d813096 commit abbfd9c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ For server side; you can use [this server app as a command & control unit](https
3131

3232
or you can use your own REST/json http server.
3333

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.
3535
```
36-
chmod +x clienthttp
3736
./clienthttp <URL/IP>
3837
```
3938
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

Comments
 (0)