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

VSomeIP currently only listens to unicast and multicast messages. There are already devices on the market that send their messages to broadcast. VSomeIP currently ignores these.

SOME/IP protocol specification specifies return codes within the range 0x20-0x5E to be interface specific. However, messages with these return codes are dropped with an invalid return code message.

Dear vsomeip maintainers, is it possible to configure a 'custom profile' to be used as profile 7? Thanks!

Is there any configuration changes from the vsomeip.json file which can make the events/attributes communication work between the client and server when we disable the service discovery ? Or please...

In vsomeip 3.1.20.3, the 1.74 boost helps appear to be missing a parameter to [reactor_op_ext](https://github.com/GENIVI/vsomeip/blob/13f9c89ced6ffaeb1faf485152e27e1f40d234cd/implementation/helper/1.74/boost/asio/detail/reactive_socket_recvfrom_op_ext.hpp#L44) and [reactor_op_ext_local](https://github.com/GENIVI/vsomeip/blob/13f9c89ced6ffaeb1faf485152e27e1f40d234cd/implementation/helper/1.74/boost/asio/detail/reactive_socket_recvfrom_op_ext_local.hpp#L40). Adding the `success_ec` parameter first fixes the compilation error. I encountered this when...

Hello everybody, I would like to react on an e2e error, specifically the ones mentioned in enum generic_check_status : check_status_t { E2E_OK, E2E_WRONG_CRC, E2E_ERROR} (from https://github.com/COVESA/vsomeip/blob/13f9c89ced6ffaeb1faf485152e27e1f40d234cd/implementation/e2e_protection/include/e2e/profile/profile_interface/profile_interface.hpp) Before implementing E2E, I...

By using the subscribe sample, I get this warning: `vsomeip_v3::sd::service_discovery_impl::create_eventgroup_entry: Didn't insert subscription as subscription doesn't match reliability type: [60cc.0002.8008] 2` My simulation setup is server (real ecu) client (simulated,...

when building library libvsomeip3-cfg with android.bp in AOSP, some errors happened, these are error logs, can someone help fix? ld.lld: error: undefined symbol: boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*) >>> referenced by...

Hi, How to port someIP into your own project (without running the system), do you have any documentation that describes what needs to be modified