Journey

Results 10 comments of Journey

look for other issue , someone has fix this question。that is adding {serviceId、instanceId、port} in router`s json file.

Usually, it is not allowed to deploy the two services with the same service and instance, I think。

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...

Is that ok if you deploy the two process in two board?

both someip application will create /tmp/vsomeip-0 if they have been set as route, so the problem is that the client can find the service of server when they were deploy...

> > Defaults to vsomeip meaning the shared memory will be named `/dev/shm/vsomeip` > > Is this still the case? I haven't found shared memory usage in the code (v3.1.20.3)....

"You should be able to run multiple routing managers using that network key/value pair. The effect is that instead of the default /tmp/vsomeip-0 (where /tmp is the base path), you'll...

@kheaactua ![IMG20220506111520](https://user-images.githubusercontent.com/46861681/167061257-8036d31a-7e31-426b-adb6-4596fdd9ee3f.jpg) ![IMG20220506111544](https://user-images.githubusercontent.com/46861681/167061307-4112464c-23b3-4079-b281-ab5a7b8f5dc1.jpg) these are my expert log for reference

Yes, overlay config can redefine the special application with the "network","unicast", "routing"... but commonly, each vlan can only deploy one routing app to transform the message between different network with...

It is not flexible for put the offered service info into route`s vsomeip.json file, to support remote service find. I think it`s better to fix the route`s config file for...