vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

Can vsomeip run on different network segment IP addresses?

Open ziyangfu opened this issue 4 years ago • 2 comments

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.

ziyangfu avatar Oct 20 '21 01:10 ziyangfu

Not in the LAN.

ByteXiaoTang avatar Dec 10 '21 05:12 ByteXiaoTang

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.

journey175 avatar Jan 26 '22 08:01 journey175