vsomeip
vsomeip copied to clipboard
An implementation of Scalable service-Oriented MiddlewarE over IP
We discovered an issue in the service discovery module with ipv6 and local link addresses. We use one Linux ECU with vsomeip and an ECU with Autosar Classic. On receiving...
Hello guys, I have seem multiple times problem with library installation. It's true that it is not a complex library and if we follow the instructions it is kind of...
- Remove SHARED option from add_library to allow static libs, CMake then respects the standard BUILD_SHARED_LIBS option. - Set the default value of BUILD_SHARED_LIBS to ON. - Modify plugin_manager_impl to...
This change appears to reduce but not entirely eliminate crashes on SIGTERM. The key signature of the crash appears to be: ``` #34 vsomeip_v3::routing_manager_impl::expire_subscriptions (this=0x1962493058, _force=false) at implementation/routing/src/routing_manager_impl.cpp:3307 #35 0x0000004ec2948f2c...
Hey there, I'm currently working with two devices: 1. QNX OS with vSomeIp v3.1.20.3 2. Pi OS with vSomeIp v3.4.10 I've been experimenting with `subscribe-sample.cpp` and `notify-sample.cpp` on both terminals....
The libvsomeip_utilities library uses functions e.g. dlt_check_library_version/dlt_register_app/dlt_unregister_app which are provided by dlt therefore add it to linker flags. Fixes: x86_64-poky-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: dlt_check_library_version >>> referenced by...
Hello Community, I have a doubt in v3.3.8 vsomeip code. ``` void service_discovery_impl::send_unicast_offer_service( const std::shared_ptr &_info) { std::shared_ptr its_runtime = runtime_.lock(); if (!its_runtime) { return; } auto its_offer_message(std::make_shared()); std::vector its_messages;...
It look that the ecu limit the client's port to connect. how can I set the client port for the RR model. ``` 2023-12-26 14:22:49.826915 [info] Using configuration file: "./vsomeip-client.json"....
I have make a vsomeip communication with two VLANS by using of single process. so i have created two json files set the env path by using this environment VSOMEIP_CONFIGURATION_application...
anyone can solve this case?