EmbLogic's Blog

Category Archives: Project 6: Client Server using Inter Process Communication Mechanism

The purpose of this discussion is to get the participants familiar with the different mechanisms that are available for communicating between two or more processes. This may also serve as an introduction for the novice programmer. Here we try to communicate my explorations of this subject. This discussion may not be technically perfect.

Socket programming based Home Automation

The main aim of this project is to implement Socket programming using Embedded linux based boards using beagle bone as server and pc as a client. The entire electrical system like home appliances are interfaced to Server (Beagle bone black) … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC, Project 04: FTP based Client Server using Threads and Sockets, Project 6: Client Server using Inter Process Communication Mechanism, Project 9: Embedded Linux on ARM | Tagged , , , | Leave a comment

Three different thread exclusively work to open, read and write operation.

RCS file: multi_thread.c,v Working file: multi_thread.c head: 1.1 branch: locks: strict vishal: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Three different thread is created to open a file read the data from … Continue reading

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

client server communication using FIFO is implemented successfully.

RCS file: client1.c,v Working file: client1.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: This is client1.c file opened SERVER_FIFO in O_WRONLY mode. prepare a request. —————————- … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC, Project 6: Client Server using Inter Process Communication Mechanism | Leave a comment

                What are  processes and threads?? A process is a program (object code stored on some media) in execution.  Processes are, however, more than just the executing program code (often called the text … Continue reading

Posted in Project 6: Client Server using Inter Process Communication Mechanism | Leave a comment

IPC

Today i learned how to save file descriptor, how to use PIPE.

Posted in Project 6: Client Server using Inter Process Communication Mechanism, Uncategorized | Leave a comment

Project 6: Client Server using Inter-process Communication Mechanism

Inter Process Communication based Project. Please send your queries here Continue reading

Posted in Project 6: Client Server using Inter Process Communication Mechanism | 26 Comments