BIPS/Examples/C++

From RidgeRun Developer Wiki

One to one example

Example using Command Line Interface (CLI). Remember the project structure necessary:

|- src
       |- examples
           |- one-to-one
               - consumer
               - producer

So, move into one-to-one folder. Using the following command:

cd src/example/one-to-one

Execute in different terminals a producer and consumer. In both cases, you can change or use some arguments. If you want to know what options you can be used, execute:

./producer -h