vsomeip
vsomeip copied to clipboard
Can vsomeip run on different network segment IP addresses?
II am tring to run service and client on different network segment like this: service: IP:192.168.90.50 netmask:255.255.255.0 client: IP:192.168.100.60 netmask:255.255.255.0 I used a router for multicast forwarding, however, the communication was not successful.
Not in the LAN.
you have to config the serviceid、instanceid、methodid in the routermanagerd`s vsomeip.json. eg: "services" : [ { "service" : "0x1234", "instance" : "0x5678", "unreliable" : "30509" } ], and config the two device on the same LAN.