EmbLogic's Blog

Author Archives: zahid

Character Driver

Rlog file for character driver —————————————————————————- RCS file: lkm2.c,v Working file: lkm2.c head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: Base file for character device driver. It … Continue reading →

Posted in Uncategorized | Leave a comment

IPC using Multithread

Successfully run IPC project using multi thread server can process 1200 req. clients.

Posted in Uncategorized | Leave a comment

IPC

Successfully done IPC using Pipes for Multiple req. client and multiple processing client. I check for 100 clients running properly.

Posted in Uncategorized | Leave a comment

IPC

Successfully run IPC using pipes. For one req. cllient one prosessing client. Now trying for multiple req. client.

Posted in Uncategorized | Leave a comment

MDC

Completed Compression/ Decompression for 4 bit code length. Running properly. It creats a compress file and a key file(contaning masterarray). For decompression it uses compress file and key file. trying for any code length.

Posted in Uncategorized | Leave a comment

Low level file IO

How can we access directory thorough a c program? Question is to write a program to find all the files with ext ‘.txt’ in a current directory. so, How can we access a directory? or any hint …

Posted in Uncategorized | 2 Comments