EmbLogic's Blog

Author Archives: saurabh2015ece

character driver till ioctl.

This is rcs file of init function where this function helps in initialisation of our driver and file operations . file operations which are used further to mapped various function to the kernel mode function. similarly there is open function … Continue reading

Posted in Uncategorized | Leave a comment

A Chat BOx (full duplexer)

RCS file: user1.c,v Working file: user1.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: this is mainly a chat box btween two users ,a full duplexer one … Continue reading

Posted in Uncategorized | Leave a comment

ipc-

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

Inter Process Communication-synchronised by semaphore

RCS file: server.c,v Working file: server.c head: 1.3 branch: locks: strict saurabh: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: here we are doing a project called ipc ,we have taken a server … Continue reading

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

Cross compiler

Introduction to Cross Compilation This post is the first in a series on cross compilation. In this series I’ll introduce the concept of cross compilation, and how to used it. Although there are many different uses for cross compilation, I’ll … Continue reading

Posted in Uncategorized | Leave a comment

linklist implementation using functions.

RCS file: lll.c,v Working file: lll.c head: 1.8 branch: locks: strict saurabh: 1.8 access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description: created a linklist program where diff aspects are being done. first created new … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

project-1 multiple data compression & encryption using iterative techniques.

RCS file: fun.c,v Working file: fun.c head: 1.9 branch: locks: strict saurabh: 1.9 access list: symbolic names: keyword substitution: kv total revisions: 9;     selected revisions: 9 description: this is updated file of fun.c of project 1 dir. here master array … Continue reading

Posted in Uncategorized | Leave a comment