vsomeip
vsomeip copied to clipboard
An implementation of Scalable service-Oriented MiddlewarE over IP
After the bind() fuAfter the bind() function call is completed, we can get the local port, so we can set the port in advancenction call is completed, we can get...
Hello Community, I am trying to establish the communication between two devices (device1 10.10.1.91/32 and device2 10.10.1.92/32). I am using the static routing concept and have changed the configuration (json)...
 In the implementation/routing/event.cpp file, if a duplicate event were received but not field notification, the "must_forward" variable would be true or the "is_allowed" would be 0x01. However, the expected...
There is one service and contain 20 events,every event send 28KB data,the frequency is 10HZ. As the fllowing log the "queue" and VmRSS increase very fast. log: 2022-09-27 03:28:03.100187 [info]...
Hello, I have a service which sends the temperature via an attribute and I want to switch it over TCP. With the configuration detailed below I get the following mesage...
**Attention**: pull-request only tested with Linux. ### The Problem VLAN in IPv6 did not work with vsomeip 3.3.8 for communication partners that use a different SOME/IP stack than vsomeip. The...
I am currently facing the following issue: I am trying to run the `HelloWorld` example and getting the following error messages, depending on what I am starting first (it only...
I have run the example(hello_world, subscribe/notify and request/response) correctly, but I did not catch any packets via the command(sudo tcpdump -i lo -w someip.pcap). Anybody know where the problem is?...
Hi! I am using VLAN and observe the following: - If I use IPv4, addresses then service discovery uses the VLAN ID when it sends its message. - If I...
I compiled the SomeIP libraries and examples on Windows 10 using Visual Studio 2019 compiler. When I run the examples e.g. vsomeip_ctrl.exe, I always get this error shown below. Any...