Skip to content

COVESA/vsomeip_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSOMEIP_PY

Overview

Python module to leverage COVESA / vsomeip stack.

Setup

Prerequisites

Download, Build, and Install vsomeip - 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)

Tip

     Windows
  • package.sh
    • helper script to compile and install wheel
  • directory tree to place & find the vsomeip install created files:
    ├── <windows home drive> (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 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:

About

Python module to leverage COVESA / vsomeip stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages