RCS file: sender.c,v
Working file: sender.c
head: 1.7
branch:
locks: strict
akshat: 1.7
access list:
symbolic names:
keyword substitution: kv
total revisions: 7; selected revisions: 7
description:
MDC using IPC.
In this project msg send to other process will be encrypted.
It will be decrypted at other side with the help of master array.
Master array formed is passed sucessfully to other side.
now encrypted data will be passed in msg queue.
—————————-
revision 1.7 locked by: akshat;
date: 2014/04/11 18:45:43; author: akshat; state: Exp; lines: +4 -6
Msgs are recieved in regular fashion, appending the process.
—————————-
revision 1.6
date: 2014/04/11 18:15:48; author: akshat; state: Exp; lines: +14 -9
Decompression is proper at other side now.
removing the excess byte recieved at other side.
—————————-
revision 1.5
date: 2014/04/11 15:18:32; author: akshat; state: Exp; lines: +1 -1
going forward in the approach.
—————————-
revision 1.4
date: 2014/04/11 15:16:08; author: akshat; state: Exp; lines: +3 -2
3 4 characters are not yet recieved there.
looking for the right approach.
will append this project in live chat btw 2 terminals.
—————————-
revision 1.3
date: 2014/04/11 14:59:35; author: akshat; state: Exp; lines: +7 -4
Sender is able to send the encrypted bytes, but these are not recieved at other side.
ipcs command is showing that msgs are present in queue.
—————————-
revision 1.2
date: 2014/04/11 07:07:46; author: akshat; state: Exp; lines: +1 -1
Now trying to pass the compressed file in queue.
—————————-
revision 1.1
date: 2014/04/11 07:00:21; author: akshat; state: Exp;
Initial revision
=============================================================================