{"id":42019065,"url":"https://github.com/vectorgrp/application-framework","last_synced_at":"2026-01-26T03:30:55.219Z","repository":{"id":329112025,"uuid":"1109751379","full_name":"vectorgrp/application-framework","owner":"vectorgrp","description":"Vector Application Framework","archived":false,"fork":false,"pushed_at":"2026-01-19T11:13:31.000Z","size":94,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-19T18:16:07.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.vector.com/int/en/products/products-a-z/embedded-software/vector-application-framework/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vectorgrp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-04T08:30:27.000Z","updated_at":"2026-01-19T11:13:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vectorgrp/application-framework","commit_stats":null,"previous_names":["vectorgrp/application-framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vectorgrp/application-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorgrp%2Fapplication-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorgrp%2Fapplication-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorgrp%2Fapplication-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorgrp%2Fapplication-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vectorgrp","download_url":"https://codeload.github.com/vectorgrp/application-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorgrp%2Fapplication-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:19:35.311Z","status":"ssl_error","status_checked_at":"2026-01-26T03:19:13.815Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-26T03:30:54.565Z","updated_at":"2026-01-26T03:30:55.193Z","avatar_url":"https://github.com/vectorgrp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vector Application Framework - Community Edition\n\nThe Vector Application Framework - Community Edition offers a fast and straightforward solution for\ndesign, development, and test of distributed automotive applications. It includes a comprehensive\nAPI, a set of tools, and a complete workflow that enable you to rapidly build, integrate, and\nmaintain your application. The Community Edition at hand targets the Linux platform and supports\ndifferent communication use cases including intra-process as well as inter-process and network-based\ncommunication via SOME/IP protocol.\n\n---\n⚠️ **Vector Application Framework - Community Edition SPECIFIC SPECIAL TERMS:**\n\n​For Vector Application Framework - Community Edition, specific special terms apply and take\nprecedence over Vector’s Terms of Use for Free Software (see below). The product-specific special\nterms can be viewed in the [LICENSE](LICENSE) file of this repository.\n\n**By downloading this repository, included artifacts, or packages of Vector Application Framework -\nCommunity Edition, you agree to these special terms.**\n\nPlease note: Vector Application Framework - Community Edition is available for non-commercial use\nonly, including research and development purposes, but not for use in production software. Using\nVector Application Framework - Community Edition for production and commercial purposes is\nprohibited!\n\nFor production software options, please consider [Vector's Embedded Software\nproducts](https://www.vector.com/us/en/products/products-a-z/embedded-software/) or consult your\n[Vector sales contact](https://www.vector.com/us/en/company/contacts/).\n\n---\n\n## Prerequisites (w/ GitHub account)\nIf you have a GitHub account, there are no specific requirements to get started with Vector\nApplication Framework - Community Edition except for a web browser! Just click the **Code** icon in\nthe top right corner of this page and select **Create codespace on main** as illustrated below.\n\n![codespaces](Tutorials/figures/codespaces.png)\n\nThis will open a Microsoft Visual Studio Code instance in a Container that is based on the Docker\nimage as provided via Packages of this repository. All tools and dependencies of Vector Application\nFramework - Community Edition are pre-installed, just ready to use!\n\n\u003e**ℹ️ Note** The initial creation of a Codespace takes a few moments, mainly due to the download of\n\u003e the Docker image. On subsequent access, previously created instances are still available and can\n\u003e be re-used. Even changes are persisted. That means, one can start a project and continue at any\n\u003e later point in time.\n\n## Prerequisites (w/o GitHub account)\n\nIf you don't have a GitHub account or prefer to work directly on your local machine, we recommend\nthe following tool setup:\n* Windows Subsystem for Linux (WSL 2) with Ubuntu 24.04 LTS (for Windows users only)\n* Docker (recommended to install using the apt repository)\n* Microsoft Visual Studio Code with *Dev Containers* extension\n\nThe following steps are needed to set up the environment locally:\n\n1. Clone the repository to your local machine: `git clone https://github.com/vectorgrp/application-framework.git`\n2. Open the just cloned folder in Visual Studio Code.\n3. Wait for the prompt of the *Dev Containers* extension to re-open the folder in the container.\n![dev-containers](Tutorials/figures/dev-containers.png)\n\u003e**ℹ️ Note** The initial startup takes a few moments, mainly due to the download of\n\u003e the Docker image.\n4. That is the setup complete. You are now ready to start with one of our provided examples in 📂 [Tutorials](Tutorials).\n\n## Documentation\nLearn more about motivation, concept, and building blocks of the Vector Application Framework by\nreading the documentation as linked below. If you are interested in further material, for example an\nAPI specification, please do not hesitate to [get in touch](https://www.vector.com/int/en/products/products-a-z/embedded-software/vector-application-framework/#c407863).\n\n📓 [Read documentation](https://github.com/eclipse-autoapiframework/application-framework/blob/main/Documentation/README.md)\n\n## Repository content\n\nThis Git repository is the starting point for your journey with the Vector Application Framework. It\nrepresents the workspace for your projects and contains the following artifacts: \n\n* 📂 [.devcontainer](.devcontainer)\n  * This folder contains the devcontainer JSON file that lists Docker image and all settings for\n    direct use of this workspace with Codespaces and Microsoft Visual Studio Code respectively.\n* 📂 [.vscode](.vscode)\n  * Contains scripts and configuration files for Visual Studio Code.\n* 📂 [Tutorials](Tutorials)\n  * This directory contains step-by-step instructions for different examples that help you to get\n    started with this bundle.\n* 📄 [.vafconfig.json](.vafconfig.json)\n  * Configuration file that labels this directory as workspace of the Vector Application Framework.\n* 🔗 [Demo](Demo)\n   * Symlink to the folder that contains the sample files for all examples as listed in the\n     Tutorials section. Target location of this link is only available in the container.\n* 📄 [LICENSE](LICENSE)\n  * The LICENSE file contains the terms of use for the Vector Application Framework - Community\n    Edition.\n* 📄 [README.md](README.md)\n  * General introduction to the Vector Application Framework - Community Edition repository and\n    overview of its contents.\n* 📄 [SECURITY.md](SECURITY.md)\n  * Security policy of this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectorgrp%2Fapplication-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvectorgrp%2Fapplication-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectorgrp%2Fapplication-framework/lists"}