/Interprocess-Communication-in-an-Operating-system-via-pipelines

This is a program written in c where two processes communicates via pipelines. Producer encodes the data , adds parity bits and frames it and transmits via a pipeline. The consumer receives it , decodes it , performs checksum and , modifies it , encodes and sends back to producer

Primary LanguageC

No issues in this repository yet.