This commit is contained in:
Jozef Šimko 2022-05-20 16:20:24 +02:00
parent cbcd935147
commit fe5c7ae166

View File

@ -35,7 +35,7 @@ Implemented and tested on:
### 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.
**<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
@ -50,11 +50,11 @@ Server can be launched with 1 or 2 input parameters. The number of parameters de
### Client
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>`
### Demo
No input parameters.