# vsomeip_py **Repository Path**: FlechazoCLF/vsomeip_py ## Basic Information - **Project Name**: vsomeip_py - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-29 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README VSOMEIP_PY =========== ## Overview Python module to leverage [COVESA / vsomeip](https://github.com/COVESA/vsomeip) stack. ## Setup ### Prerequisites Download, Build, and Install vsomeip - [COVESA / vsomeip](https://github.com/COVESA/vsomeip) * the same compiler (linux - gcc, windows - msvc) used for vsomip are used to build and package this module. > [!IMPORTANT] > for windows support: [COVESA / vsomeip (fork)](https://github.com/justinlhudson/vsomeip) > [!TIP] > ######      Windows > * package.sh > * helper script to compile and install wheel > * directory tree to place & find the vsomeip install created files: > ``` > ├── (e.g. 'c:\') > │ ├── vsomip > │ ├── bin > │ ├── include > │ ├── lib > │ ├── ... > ``` > > ######      Linux > * package.sh > * helper script to compile and install wheel > * 'error' loading configuration module > ``` > sudo ldconfig > ``` ## Usage See 'examples' and 'tests'... > [!NOTE] > [COVESA / vsomeip](https://github.com/COVESA/vsomeip) uses configuration files, however those are automatically created as services and clients are launch within this module. Be sure no other installation of vsomeip environment variables are set in the system. ## Contributors Anyone is welcome to contribute. Currently, significant contributions are from: - [General Motors (GM)](https://www.gm.com/)