This commit is contained in:
Jozef Šimko 2022-05-20 16:11:29 +02:00
parent 3d7f0b7042
commit cbcd935147

View File

@ -35,9 +35,9 @@ Implemented and tested on:
### Server ### Server
Server can be launched with 1 or 2 input parameters. The number of parameters determines what mode will be used - manual or automatic mode. Server can be launched with 1 or 2 input parameters. The number of parameters determines what mode will be used - manual or automatic mode.
**port** - specific number to identify communication processes of server **<port>** - specific number to identify communication processes of server
**config_file** - configuration file with exact name of variables **[config_file]** - configuration file with exact name of variables
#### Manual mode #### Manual mode
- server waits for input commands from client, sends them to laser sensor and returns results back to client - server waits for input commands from client, sends them to laser sensor and returns results back to client
@ -50,9 +50,9 @@ Server can be launched with 1 or 2 input parameters. The number of parameters de
### Client ### Client
Client has to be lauched with 2 input parameters. Client has to be lauched with 2 input parameters.
**IP address** - IP address of server the client tries to connect **<IP address>** - IP address of server the client tries to connect
**port** - port number of server **<port>** - port number of server
- `./client <IP address> <port>` - `./client <IP address> <port>`