SERVER RCS
head 1.3;
access;
symbols;
locks; strict;
comment @ * @;
1.3
date 2013.12.30.07.41.22; author root; state Exp;
branches;
next 1.2;
1.2
date 2013.12.29.10.18.09; author root; state Exp;
branches;
next 1.1;
1.1
date 2013.12.29.09.45.45; author root; state Exp;
branches;
next ;
desc
@Server Program is ready to roll ..
@
1.3
log
@after few modifications server will now read data from socket, and increment the the recieved character by one and will write again: New Functionality Added in this version.
@
CLIENT RCS
head 1.3;
access;
symbols;
locks; strict;
comment @ * @;
1.3
date 2013.12.30.07.44.46; author root; state Exp;
branches;
next 1.2;
1.2
date 2013.12.29.10.18.44; author root; state Exp;
branches;
next 1.1;
1.1
date 2013.12.29.10.06.57; author root; state Exp;
branches;
next ;
desc
@Client program
@
1.3
log
@in this version client will connect to server and will write a character on socket, and after procesing from server, it will read and display the character from socket.
@