To run and test the application, you will need to:
- run the IPC or Some/IP daemon
- run the application consumer (client) and provider (server) in separate console windows
- check the output in the log
- 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