develop a producer/consumer application Both the C programming language and any distribution of the Linux operating system are to be used. standard ASCII character set and odd bit parity are to be used
Budget: ₹2,000 – ₹4,000 INR
You are to develop a producer/consumer application. Both the C programming language and any
distribution of the Linux operating system are to be used. Your solution must be structured as a
set of services. The core service is the inter-process communication which it is referred here as
the producer/consumer service. You are to create a library to support your producer/consumer process activities.
The file “encDec.h” is to be created and it must contain the prototypes of all code required to support the
producer/consumer activities as described by the services provided by the three layers discussed
below. All access to the services provided by this library must be done only through the use of
any of the members of the exec() family of system calls. The three distinct layers to be created
are physical, data link and application.
Your solution must also include a module to simulate transmission errors.
distribution of the Linux operating system are to be used. Your solution must be structured as a
set of services. The core service is the inter-process communication which it is referred here as
the producer/consumer service. You are to create a library to support your producer/consumer process activities.
The file “encDec.h” is to be created and it must contain the prototypes of all code required to support the
producer/consumer activities as described by the services provided by the three layers discussed
below. All access to the services provided by this library must be done only through the use of
any of the members of the exec() family of system calls. The three distinct layers to be created
are physical, data link and application.
Your solution must also include a module to simulate transmission errors.