EmbLogic's Blog

Author Archives: kamal babu

CHARACTER DEVICE DRIVER

CHARACTER DEVICE DRIVER   Device driver is a software implemented part of the kernel to provide a interface or interaction between hardware and file system , Device driver runs in kernel space as a part of kernel , which can … Continue reading

Posted in Character Driver, Device Drivers | Leave a comment

Client Server Communication using Linux and IPC

Project : Client Server Communication using Linux and IPC Overview : Hi all This project is regarding Inter-process Communication techniques in this project , Before explaining IPC i must let you know why we need these type of techniques . … Continue reading

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