Skip to content

jsramesh1990/ipc-protocol-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

How to Build and Run::

Clone the repository

git clone https://github.com/yourusername/ipc-protocol-suite.git cd ipc-protocol-suite

Build the project

make all

Run the IPC demonstrations

./bin/ipc_suite

Run tests

make test

Build and run examples

gcc examples/producer_consumer.c -o producer_consumer -lrt ./producer_consumer