Skip to content

Commit

Permalink
modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tajiknomi committed Aug 13, 2024
1 parent 9c52d0f commit 902851d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Download the [clientHTTP_linux binaries]() from release section use the below co
chmod +x clienthttp
./clienthttp <URL/IP>
```
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*).
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*).

The details of REST/json request/response are specified in the [REST requests (for advance users)](https://github.com/tajiknomi/Remote_Administrative_Console/blob/main/README.md#rest-requests-for-advance-users).

Expand Down

0 comments on commit 902851d

Please sign in to comment.