To run and test the application, you will need to:

  1. run the IPC or Some/IP daemon
  2. run the application consumer (client) and provider (server) in separate console windows
  3. check the output in the log
  1. The log should display the output defined in your executables.

Prerequisite for IPC deployment

If you have chosen deployment with IPC, then first you must enable multicast with this command:

sudo ip link set lo multicast on
sudo ip route add ff01::0/16 dev lo