<div dir="ltr">Hello everyone,<div><br></div><div style>This week I have implemented a driver with open, close, ioctl and kqfilter functions. Only one process can be registered as a daemon and it will be responsible for sysv ipc resources.</div>
<div style><br></div><div style>The daemon waits for data from the driver and from pipes, using poll call. When it receives data from the driver, it means that a new client wants to connect to it. The daemon will create unnamed pipes to communicate with the client using the driver again.</div>
<div style>For now on, the communication between the daemon and a registered client is made using the created pipes.</div><div style>Clients can register to the daemon through an ioctl call.</div><div style><br></div><div style>
Thanks,</div><div style>Larisa Grigore</div></div>