1. You made sure, that your system complies with the system requirements.
  1. Download MICROSAR QuickCom from our website.
  2. You will receive MICROSAR QuickCom as a ZIP package.
  3. Unzip the downloaded ZIP package.
  1. notice

    Note for WSL (Windows Subsystem for Linux) users: Please use a WSL terminal for unzipping the package. Otherwise, Windows will change the file permissions and the example app will not work.

  2. In the unzipped folder you will find the MICROSAR QuickCom package as well as an example app. We recommend you get started with MICROSAR QuickCom by experimenting with the provided example app. After that you can use the example app as a base for your own application. See Build Your First App.

Contents

The downloaded bundle consists of the MICROSAR QuickCom package and example applications. You will mainly work with the provided examples.

  • SDK
    The SDK automates the development tasks, providing the necessary tools and libraries to support the middleware with minimal direct interaction from the developer. It simplifies integration and streamlines the development process.
  • ModelBuilder
    The ModelBuilder uses the MICROSAR QuickCom JSON configuration file to generate proxies, skeletons, and APIs.
  • Examples
    In the Examples folder you will find example applications that you can use as a learning tool and as a base for your own application. Please check out the README file which you will find at the root of the Examples folder.
  • .devcontainer
    The configuration files for using MICROSAR QuickCom with a pre-configured development container. This is optional.