more information in directory:  usage-clientS/README

Using scanner:
	./scanner "H00" 
return number of active servers type SERVER-S in the network

-------------------------------------------------------------------------------

using clientS:

	./clientS "10.0.101" "H00"
	reply: INFOR=1
	./clientS "10.0.0.101" R00"
	reply: SERVER-S (name of server @ addr IP = 10.0.0.101
	addr must be real addr IP in the network




-------------------------------------------------------------------------------
using clientSS:
1. must exist /mnt/tmp/
2. clientSS "name-server" "H00" "querry-string"
     example get pid mserverS from BUFFER (BUFFER had ame: SERVER-S)
     ./clinetSS "SERVER-S" "H00" "W00GP1=mserverS"
     positive reply is: INFOR=1
   to show value pid:
    ./clientSS "SERVER-S" "H00" "R00"
   reply: W00GP=<pid_number> for example W00GP=4456
	
