diff --git a/README.md b/README.md index be55539..2a07455 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,13 @@ Server can be launched with 1 or 2 input parameters. The number of parameters de **config_file** - configuration file with exact name of variables -* Manual mode - server waits for input commands from client, sends them to laser sensor and returns results back to client -- `./server ` +#### Manual mode +- server waits for input commands from client, sends them to laser sensor and returns results back to client + - `./server ` -* Automatic mode - server loads variables from configuration file *config.txt*, starts measuring and sends results to client continuously. -- `./server [config_file]` +#### Automatic mode +- server loads variables from configuration file *config.txt*, starts measuring and sends results to client continuously. + - `./server [config_file]` ### Client Client has to be lauched with 2 input parameters. @@ -48,6 +50,8 @@ Client has to be lauched with 2 input parameters. **port** - port number of server +- `./client ` + ### Demo No input parameters.