EmbLogic's Blog

Batch E1 project…

PROJECT NAME-> Implementing Chating Across Multiple Systems Through Socket via Sculldriver

PROJECT HEAD-> Vaibhav sir

Specifications:

1.Used Socket_inet as an ipc mechanism
2.Used semaphore at thread level for each application
3.Send/receive data between applications via driver from sculldev

Description:

Machine 1->administrator
There will a administrator system which will give open,close and proc system calls to open and close the node into another system containing the driver.

Machine 2->Server
this system has the lkm which reads and writes the data on the scull using the node

Machine 3 and 4->reader and writers
These systems will execute read/write system calls.

Data flow from machine 3 to machine 4 is as follows:
machine 3(write)->socket->node->lkm->scull –>>node->socket->machine 4(read)

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>