EmbLogic's Blog

Author Archives: Vineet

Inter process communication using threads and message queues for 3 clients successfully done.

RCS file: server.c,v Working file: server.c head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: This is the base file for server. Created message queue to receive request. … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Successfully created simplest possible kernel module and registered device in kernel.

RCS file: header.h,v Working file: header.h head: 1.3 branch: locks: strict vineet: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: This is base header file for simplest kernel module. included modules.h included init.h … Continue reading

Posted in Character Driver | Leave a comment

Estblished full duplex communication between client and server using socket with domain AF_INET

RCS file: client.c,v Working file: client.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: Thie is the base file for client for full duplex communication between client … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Leave a comment

Estblished Half duplex communication between client and server using socket with domain AF_INET

RCS file: client.c,v Working file: client.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: Thie is the base file for client for half duplex communication between client … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Leave a comment

Successfully implemented Simplex communication between client and server using sockets with domain AF_UNIX.

RCS file: server.c,v Working file: server.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: This is the base file for server for client-server communication using sockets. —————————- … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Leave a comment

Successfully done IPC using message queue for 3 requesting and 3 processing clients.

RCS file: server.c,v Working file: server.c head: 1.6 branch: locks: strict root: 1.6 access list: symbolic names: keyword substitution: kv total revisions: 6; selected revisions: 6 description: RCS file: server.c,v Working file: server.c head: 1.6 branch: locks: strict root: 1.6 … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Successfully done IPC using FIFO for 3 requesting and 3 processing clients using semaphores.

RCS file: server.c,v Working file: server.c head: 1.5 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: This is the base file for IPC using FIFO for 3 requesting and 3 processing … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Successfully done IPC using FIFO for 2 requesting and 2 processing clients using semaphores.

RCS file: server.c,v Working file: server.c head: 1.4 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: This is the base file for IPC using fifo for 2 requesting and 2 processing … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Successfully done IPC using FIFO for single requesting and processing client using semaphore.

RCS file: server.c,v Working file: server.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: This is the base file for IPC using FIFO and Semaphores for 1 … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Successfully done IPC using fifo for 3 requesting and 3 processing clients…..

RCS file: server.c,v Working file: server.c head: 1.9 branch: locks: strict root: 1.9 access list: symbolic names: keyword substitution: kv total revisions: 9; selected revisions: 9 description: This is the base file for ipc using fifo for 3 requesting and … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

SUCESSFULLY DONE IPC USING PIPES FOR 3 REQUESTING AND 3 PROCESSING CLIENTS….

RCS file: server.c,v Working file: server.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: This is the base file for IPC using pipes….. Here request is sent … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Conversion of string to integer successfully done.

RCS file: 14.c,v Working file: 14.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: This is the base file for the program. HERE STRING IS CONVERTED INTO INTEGER. AFTER … Continue reading

Posted in Data Structures with C | Leave a comment

Succesfully transfered string via pipe (Simplex communication).

RCS file: pipe.c,v Working file: pipe.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Transfered string via pipe. —————————- revision 1.1 date: 2015/02/28 18:22:26; author: root; state: Exp; Initial … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Inter Process Communication between two files successfully done.

RCS file: fd.c,v Working file: fd.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Here Inter Process Communication is performed between two files. —————————- revision 1.1 locked … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Successfuly performed 3 bit compression

RCS file: 3bit.c,v Working file: 3bit.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: THIS IS THE BASE FILE FOR 3 BIT COMPRESSION….. —————————- revision 1.2 date: 2015/02/22 17:59:52; … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment