vsomeip
vsomeip copied to clipboard
An implementation of Scalable service-Oriented MiddlewarE over IP
First, I configured ENABLE_MULTIPLE_ROUTING_MANAGERS=1, and I configured routing in the JSON files of the different apps (routing name=application name) The routing for each app is itself, as I want to...
**Version**: 3.3.8 Sorry for the spam but the different questions are not related. I will say that I have used vsomeip in certain cases in which this was not needed....
According to the protocal, find messages received with Unicast Flag set to 0 (multicast), shall be answered with a multicast response. As shown from below pictures, is this an issue?...
https://github.com/COVESA/vsomeip/blob/master/CHANGES : v2.5.0 - 。。。 - **Restructured configuration to be a separate module (preparation to enable the usage of compiled configurations to speed-up startup)** - 。。。 _First, I don't understand...
Considering the following network architecture with 2 different devices connected to the same network, with the following applications, where the first row represents the central routing managers of each device:...
### vSomeip Version v3.4.10 ### Boost Version 1.71 ### Environment Ubuntu ### Describe the bug **Debounce Filter through json config working only for Field not for event** 1. Debounce filter...
Debounce Filter through json config working only for Field not for event [BUG #704](https://github.com/COVESA/vsomeip/issues/704)
- Run Unit tests and BenchMark tests on Linux.
### vSomeip Version v3.4.10 ### Boost Version 1.71 ### Environment Android NDK+cmake ### Describe the bug vsomeip/CMakeLists.txt defined the output file name: add_library(${VSOMEIP_NAME}-cfg SHARED ${${VSOMEIP_NAME}-cfg_SRC}) add_library(${VSOMEIP_NAME}-sd SHARED ${${VSOMEIP_NAME}-sd_SRC}) add_library(${VSOMEIP_NAME}-e2e SHARED...