MICROSAR QuickCom provides a simple workflow for generating and using the Proxy/Skeleton API:
- Define the Communication Model via JSON
- Generate the API with the provided SDK
run generation SHELL script as demonstrated in the examples - Implement the application Logic using the generated API
build your C++ application with CMAKE for example - Build the executables
run build SHELL script as demonstrated in the examples - Run the executables
run communication daemon, server and client as demonstrated in the examples