Skip to content

This is repository is for SOME/IP learning playground based on the COVESA (aka GENIVI) FIDL & FDPEL

Notifications You must be signed in to change notification settings

hkrishna-git/someip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

After downloading, unzip both the generators into separate folders (commonapi_core_generator & commonapi_someip_generator)

Build all the above repos (except the 2 generators as the generators are the direct deliverables)

  • For all the repos, please follow the below commands to build :

    • cd /path/to/workspace/{repo}
    • mkdir build
    • cd build
    • cmake ..
    • make
    • sudo make install
  • Run the below commands to generate the CAPI Core & SOMEIP Bindings

    • ./commonapi_core_generator/commonapi-core-generator-linux-x86_64 -sk Attributes.fidl

    • ./commonapi_someip_generator/commonapi-someip-generator-linux-x86_64 Attributes.fdepl

    • The commands generate the binding files in the “src-gen” folder

  • Commands to set the environmental variables

    • export VSOMEIP_CONFIGURATION=/etc/vsomeip-local.json
    • export COMMONAPI_CONFIG=/etc/commonapi-someip.ini

Inspired from the below :

About

This is repository is for SOME/IP learning playground based on the COVESA (aka GENIVI) FIDL & FDPEL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published