OSS Tanbou

Adaptive AUTOSAR Simulator

Adaptive AUTOSAR Simulator — learn AUTOSAR Adaptive interfaces through a Linux C++ implementation

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
494
Primary language
C++
License
MIT
Repository last updated
Apr 8, 2025

Overview

This project simulates selected AUTOSAR Adaptive Platform interfaces and concepts on Linux, including execution manifests, diagnostics, and health monitoring. It is designed for education and prototyping, with C++ components that can be built and tested on a regular Linux host.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Implement Adaptive Platform concepts as C++ components

AUTOSAR Adaptive concepts are represented in C++14 so manifests, services, diagnostics, and related interfaces can be studied in code.

Sources: [2][4]

Build and unit-test the simulator on Linux

GCC or Clang, CMake, Google Test, and other dependencies support local compilation and ctest execution on x86-64 Linux.

Sources: [2]

For learning Adaptive AUTOSAR from executable code rather than specifications alone

The project fits educational, research, and prototype work around automotive software architecture, manifests, and diagnostics.

Sources: [2][4]

Do not treat it as an official or production-conformant AUTOSAR implementation

The README explicitly states an educational purpose. Production ECUs, functional safety, security certification, and formal AUTOSAR conformance require separate evaluation with appropriate official solutions.

Sources: [2]

Official sources

  1. [1]langroodi/Adaptive-AUTOSAR repository(2026-09-20)
  2. [2]Adaptive-AUTOSAR README(2026-09-20)
  3. [3]Adaptive-AUTOSAR MIT license(2026-09-20)
  4. [4]Adaptive-AUTOSAR generated documentation(2026-09-20)
Supplemental curator note

As the README states, this project implements AUTOSAR Adaptive Platform interfaces for educational purposes. It is not an official AUTOSAR consortium implementation or a production-certified automotive platform; evaluate it as a learning and prototyping environment.

Try it in 3 steps

  1. 1

    Clone and configure a Debug build

    Use a Linux environment with the GCC/Clang and CMake dependencies listed by the project.

    git clone https://github.com/langroodi/Adaptive-AUTOSAR.git && cd Adaptive-AUTOSAR && cmake -DCMAKE_BUILD_TYPE=Debug -S . -B build
  2. 2

    Build the simulator and tests

    Compile the Adaptive AUTOSAR interface simulator and its unit tests.

    cmake --build build
  3. 3

    Run local unit tests without external API credentials

    Start with the local unit tests instead of the full simulation, which requests external Volvo API credentials.

    ctest --test-dir build --output-on-failure
Check the official README

Growth

Growth trends · Last 30 days

494 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
0
Open PRs
0
Issues opened
0
Issues closed
0
PRs opened
0
PRs merged
0

Issues

0 / 0

Jun 23Sep 20
Issues openedIssues closed

Pull requests

0 / 0

Jun 23Sep 20
PRs openedPRs merged

Maintenance

Median first response
Not specified
Issue response rate
No eligible issues

Based on up to the 100 newest issues opened by external users in the last 90 days. A first comment from an OWNER, MEMBER, or COLLABORATOR counts as a response; issues whose full comment history cannot be checked are excluded. The median and response rate update weekly.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • autosar-adaptive
  • automotive
  • simulator
  • linux
  • autosar
Stars
494
Forks
200
Watchers
23
Open issues
0
Contributors
1
Primary language
C++
License
MIT
Repository last updated
Apr 8, 2025
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.