From 9b47ae33c93aac0a1d1441a8a9a3d2c48ee5c1ee Mon Sep 17 00:00:00 2001 From: Guillaume Astier Date: Wed, 16 Mar 2022 14:19:54 +0100 Subject: [PATCH] [UPDATE] update README (multi remote) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e3433b..d7f7646 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,6 @@ The configuration files for the client are : - ./client/conf-client/service.cfg ``` -RemoteIp is the server IP address (can be used in localhost with 127.0.0.1) -RemotePort is the port to communicate with the server LocalPassword can be used if you chose Crypted=yes (process is slow) Crypted=no (use netcat or cryptcat) Rotation is the time between the ratation of all sonde @@ -79,7 +77,7 @@ TimeOut is the number of second before the interrogation failed - ./client/conf-client/sonde.cfg ``` -SONDE#Arguemnent +IP:PORT#SONDE#Arguemnent ``` ``` @@ -87,6 +85,8 @@ SONDE#Arguemnent | Client | server | server | server | server | +-------------==>----------------==>-------------------------------==>--------------------==>----------------------------------+ | SONDE + ARG | Is SONDE exist ? | Get associated SCRIPT for SONDE | Exec SCRIPT With ARG | Push result with FORMAT [0-5]|TXT | +| are send to | | | | | +| IP port | | | | | +--------------+------------------+---------------------------------+----------------------+-----------------------------------+ ```