How to use VSOMEIP_CONFIGURATION_<application> ? #566
Replies: 3 comments 5 replies
-
So what I tried is the following. I have two applications created in one binary. I have two json-files ( see below). I use the following command to start the application:
The problem is that my second application is initialized, but it does not "run". It should offer the service 0x1234.5678. In Wireshark, I can only see the first application sending its data. No hint of the second application (unicast address 170.170.170.3). Any ideas from the below log, why the second app is not "running"? The log that I get is the following:
vsomeip-local_first.json
vsomeip-local_second.json
|
Beta Was this translation helpful? Give feedback.
-
We have checked this internally and this is still under implementation. |
Beta Was this translation helpful? Give feedback.
-
I wasn't aware of this mechanism, but we find it simpler to have multiple One other thing we do is build the configuration into the app, i.e. the CMake code converts the JSON config into a string where it is embedded into the app at build time. This also gets around how the config is organized at runtime. I've been planning to post a PR demonstrating this soon. |
Beta Was this translation helpful? Give feedback.
-
As I read in #525 , there is VSOMEIP_CONFIGURATION_<application> to apply different IP address to services. How does it work? The documentation doesn't bring me anywhere. Anyone with experiences in it?
Beta Was this translation helpful? Give feedback.
All reactions