This commit is contained in:
Samuel Aubertin 2023-12-21 15:08:06 +01:00
parent 469b3f09ec
commit 66228c512d

View File

@ -36,11 +36,11 @@ It uses PSK authentication and keep-alives.
#### Server #### Server
Optionally declare the server _IP_ address with ```SERVER= IP``` in the _./Makefile_ or using ```SERVER=IP make```. Optionally declare the server _IP_ address with ```SERVER=IP``` in the _./Makefile_ or using ```SERVER=IP make```.
#### Clients #### Clients
Declare clients _a_, _b_ and _c_ with ```CLIENTS= a b c``` in the _./Makefile_ or using ```CLIENTS="a b c" make```. Declare clients _a_, _b_ and _c_ with ```CLIENTS=a b c``` in the _./Makefile_ or using ```CLIENTS="a b c" make```.
Client management is additive, meaning you can add more with ```CLIENTS="new" make```. Client management is additive, meaning you can add more with ```CLIENTS="new" make```.