vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

An implementation of Scalable service-Oriented MiddlewarE over IP

Results 303 vsomeip issues
Sort by recently updated
recently updated
newest added
trafficstars

There are multiple services published in my program. I saw an SD message in the Ethernet message with multiple entries. Each entry is a service. How to make each service...

`its_index` starts from 1, whereas arrays start indexing from 0. This PR just performs a subtraction to fix such issue.

Boost version properly assigned using this code ``` # cmake 3.15 introduced a new variable and a new format for the old one if (DEFINED Boost_VERSION_MACRO) set(VSOMEIP_BOOST_VERSION ${Boost_VERSION_MACRO}) else() set(VSOMEIP_BOOST_VERSION...

Two different devices use different ip addresses to provide different services.I want to subscribe to both services using the same port number.I added the following configuration to the json file:...

My json configuration file is configured with clients, and I want different UDP ports to subscribe to different events, but I only see one SD message in the SD message....

I would need to build with boost 1.80. Can anyone help to port the "implementation/helper/1.74" to "implementation/helper/1.80" ?

I find the defination of struct group_ "std::shared_ptr group_;" in the implementation/configuration/include/service.hpp.but i cannot find the declaration of the servicegroup. Can anyone tell me what servicegroup does?

When the client detects that the service has restarted, it will delete the record of the client's subscription service. Then, after the service is restarted, the client will not send...

I need to use the service id,instance id's of client and server from confiuration json file for establishing communication instead of hardcoded id's.I could not find any resources online but...

if deploy MULTI ROUTE, and set every application(client/server) act as its route,and the can find other service by multicast group communication, but How does the client find service in local...