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

under the situation of big payload, how to segment and reassemble message?

Hi, I am using notify-sample and subscribe-sample from examples in build folder, when I am using same system it is working fine. when I am using two different systems I...

To allow creating services instances during runtime it was necessary to provide the necessary ports used for communictation. Therefore new parameters for the service configuration in the vsomeip.json were created....

Hello All, Can we have a both reliable and unreliable for a service which implements both methods and events For example : { "service" : "1234", "instance" : "0x12130", "unreliable"...

Hi, I am starting the Someip connection dispatch in a thread. But when i tried to terminate the thread, I see that SOMEIP is not getting terminated and it is...

in notify-sample.cpp ,the code is: **while (is_offered_ && running_) { if (its_size == sizeof(its_data)) its_size = 1; for (uint32_t i = 0; i < its_size; ++i) its_data[i] = static_cast(i); {...

Port configuration missing for [1111.2222]. Service is internal. helloworld-json { "unicast":"172.20.10.3", "logging": { "level":"debug", "console":"true" }, "applications": [ { "name":"hello_world_service", "id":"0x4444" }, { "name":"hello_world_client", "id":"0x5555" } ], "services": [ {...

I set a callback use **_app->register_subscription_handler_** for publisher,it works well when all publisher and subscribers run in one machine,but when I use separate host machines,I can't get the correct ID...

Hello, Everyone. I am trying to create one Server in first Linux and one Client with 2 different Applications(but apps must have same clientID) in second Linux via udp.jason. 1....

vsomeip V2.7.0 When APP calls API send() to request service, sometimes there are some prints that vsomeip satck deletes some service/instance, at that time we caught ethernet message by tcpdump...