EmbLogic's Blog

Author Archives: Ravi Kumar

Implimentation of module insertion in character driver is done

RCS file: header.h,v Working file: header.h head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2;    selected revisions: 2 description: includimg all the headerfile which are required like init.h modue.h kernel.h then give the author … Continue reading

Posted in Character Driver | Leave a comment

implimentation done of socket by using AF_UNIX domain

RCS file: server.c,v Working file: server.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: use the socket.h header creat a socket by using socket function which return … Continue reading

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

implementing ipc by using fork() process\

RCS file: replacing.c,v Working file: replacing.c head: 1.1 branch: locks: strict     emblogic: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: using pid_t command with fork —————————- revision 1.1    locked by: emblogic; date: … Continue reading

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

implementing fork() and execl() with atoi() command to writting on file to another

RCS file: replacing.c,v Working file: replacing.c head: 1.1 branch: locks: strict emblogic: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: using pid_t command with fork —————————- revision 1.1    locked by: emblogic; date: 2015/02/26 … Continue reading

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