vsomeip
vsomeip copied to clipboard
An implementation of Scalable service-Oriented MiddlewarE over IP
Hi, I built the vsomeip 3.1.14.1 with command “cmake -DENABLE_COMPAT=1 ..” -> "make" -> "sudo make install". However, the files in the folder "/usr/local/include/vsomeip" are from "interface/vsomeip" not from the...
Since the variables are marked const, we may also take them by ref. Which means we just want to see the variables. This helps to generate minimal code. and I...
There are sevral security protocols supported by AUTOSAR AP. I didn't find anything related to this in vsomeip manual/code and I didn't see anybody talk about this. I'm wondering if...
Hi, I want to use vsomeip in a product where the end user can combine multiple items of the same product in one ethernet network. This means that all of...
Hi Everyone and @lutzbichler As COVESA Community Director, I need to get in touch with vsomeip project maintainer(s) to get some background and discuss some specifics around the project. Who...
When inspecting with Wireshark, my `OFFER` messages contain the proper version, but my `FIND` messages do not. _e.g._ ``` Offer Service Entry (Service ID 0x0602, Instance ID 0x5679, Version: 1.0)...
This local variable is redefined which causes it to revert to empty after the if block (default values for config files will not be taken into account)
This line contains redefinition of a local variable inside an if block, this means that after the if block the variable will be empty again, this causes local configuration files...
Hello! What are the magic cookies used for? Looking at the documentation and tests I couldn't understand much. https://github.com/COVESA/vsomeip/blob/13f9c89ced6ffaeb1faf485152e27e1f40d234cd/documentation/vsomeipUserGuide#L601
I receive sometimes this error message. What does it mean? Can someone maybe explain, it?