EmbLogic's Blog

Author Archives: deepak.aggarwal

An introduction to block device drivers

It is customary for authors explaining device drivers to start with a complete explanation of character devices, saving block device drivers for a later chapter. To explain why this is, I need to briefly introduce character devices as well. To … Continue reading →

Posted in Uncategorized | Leave a comment

SOCKET IMPLIMENTATION

RCS LOG FILE SERVER.C head 1.1; access; symbols; locks deepak:1.1; strict; comment @ * @; 1.1 date 2013.12.30.01.10.12; author deepak; state Exp; branches; next ; desc @server is created to test socket. @ 1.1 log @Initial revision ________________________________________________________________________ CLIENT.C head … Continue reading →

Posted in Uncategorized | Leave a comment

BRIEF INTRODUCTION OF TCP/IP USED IN SOCKETS

The Internet protocol suite is the networking model and a set of communications protocols used for the Internet and similar networks. It is commonly known as TCP/IP, because its most important protocols, the Transmission Control Protocol (TCP) and the Internet … Continue reading →

Posted in Uncategorized | Leave a comment

implementation of IPC project with threads is completed

THE LOG FILE PROJECT IS: head    1.1; access; symbols; locks; strict; comment    @ * @; 1.1 date    2013.12.28.07.56.32;    author emblogic;    state Exp; branches; next    ; desc @server with thread is created. data from client to thread . @ 1.1 log … Continue reading →

Posted in Uncategorized | Leave a comment

IPC Project completed with shared memory

here the log file the project.   head   1.2; access; symbols; locks deepak:1.2; strict; comment       @ * @;     1.2 date    2013.12.26.20.55.33; author deepak;         state Exp; branches; next    1.1;   1.1 date    2013.12.26.19.24.38; author deepak;         state Exp; branches; next    … Continue reading →

Posted in Uncategorized | Leave a comment

message queue log file

Log File For Server: head    1.2; access; symbols; locks root:1.2; strict; comment    @ * @; 1.2 date    2013.12.24.10.09.27;    author root;    state Exp; branches; next    1.1; 1.1 date    2013.12.24.09.32.25;    author root;    state Exp; branches; next    ; desc @This is the main … Continue reading →

Posted in Uncategorized | Leave a comment

SEMAPHORE PROGRAMING

In computer science, particularly in operating systems, a semaphore is a variable or abstract data type that is used for controlling access, by multiple processes, to a common resource in a parallel programming or a multi userenvironment. Semantics and implementation … Continue reading →

Posted in Uncategorized | Leave a comment

project 1

multiple data compression successfully done

Posted in Uncategorized | Leave a comment