@@ -10,7 +10,11 @@ Get vsomeip from: https://github.com/GENIVI/vsomeip
Build instruction and further documentation is in the readme on the site, short summary of the install instruction:
- A C++11 enabled compiler like gcc >= 4.8 is needed.
- vsomeip uses CMake as buildsystem.
- vsomeip uses Boost (boost.org), version has to be >= 1.55 and < 1.66:
- vsomeip uses Boost (boost.org), version has to be >= 1.55 and < 1.66
A README can be found here: https://docs.projects.genivi.org/vSomeIP/
The complete documentation is not online, but it can be built manually (see "Build the documentation").
#### Install SOME/IP on Linux:
...
...
@@ -52,6 +56,14 @@ One example which uses SOME/IP can be found in the example folder. Building it w
A docker image with installed vsomeip can be found in the container registry of this project. The docker image can also be produced by using the dockerfile in the docker folder.
## Tagging for Some/IP
Some/IP needs different integer IDs to create a publish/subscribe service. In this case, we use the ServiceID, the InstanceID and the EventgroupID. These can be chosen freely.