MICROSAR QuickCom provides a simple workflow for generating and using the Proxy/Skeleton API:

  1. Define the Communication Model via JSON
  2. Generate the API with the provided SDK
    run generation SHELL script as demonstrated in the examples
  3. Implement the application Logic using the generated API
    build your C++ application with CMAKE for example
  4. Build the executables
    run build SHELL script as demonstrated in the examples
  5. Run the executables
    run communication daemon, server and client as demonstrated in the examples