=======================================================
myTCPClient
------------
Universal TCP Client
======================================================= 

Programmed by Raffaele Granito 
Web: http://granito.org.uk 
Mail: raffaele.granito@tiscali.it 


[Disclaimer]

Ho iniziato perchè volevo capire cosè un SOCKET.
Ho continuato perchè in fondo non era complicato utilizzare le API di OpenSSL
Ho proseguito perchè volevo verificare se SSL era stato configurato correttamente
su certi servizi di Rete.       
Ho scoperto quindi HTTP, le RFC, ... un mondo nuovo da esplorare.


[About]

<Spiegare cosa fa, raccontare>


[Requirements]

GNU/Linux
OpenSSL 
GCC
Make


[Installation]

[Step 1] Install OpenSSL (lib and header), GCC and Make package.  
[Step 2] Get and copy package myTCPClient in temp directory, and open it. (tar xfvz myTCPClient-$(versione).tar.gz)
[Step 3] You change directory in $tmpdir/myTCPClient/src directory (cd myTCPClient/src)
[Step 4] Set header and lib OpenSSL path in the Makefile. (im sorry. there isnt configure script too) 
[Step 5] Run make for build 
[Spep 6] In $tmpdir/myTCPClient/bin there is a binary static. You can copy where you like it.  
[Step 7] You can starting "./myTCPClient --help"  
     
Read INSTALL document for more information about intallation.
Read doc/UserManual.txt


happy hacking. ;) 


__EOF__ 


