/prod_cons

This is a data producer-consumer device driver. My first git repo to understand device driver, git and github.!! Wish me all the beast..!!

Primary LanguageC

PRODUCER - CONSUMER

This project implements solution for producer-consumer problem.
One device will put data in (prod) and another will take it out(cons).
A buffer will hold the data between two actions.
The aim is to practically apply theories learned from LDD3 book.
So, after learning each new concepet, the same will be implemented to improve
the solution.