0

I am working on Franca IDL and trying to implement the SOME/IP two device communication. I am referring the below links:

  1. https://at.projects.genivi.org/wiki/pages/viewpage.action?pageId=5472320
  2. https://github.com/GENIVI/vsomeip/wiki/vsomeip-in-10-minutes#request

Current Setup:

Ubuntu 18.04 (two machines - Server & Client) Two Machines connected over ethernet

But am actually confused between SOME/IP and VSOME/IP. Anyhow I went with the link [1] I could able to achieve communication between the processes running on the single local machine. I failed in two 2 device communication.

Later I followed the same in in link [2] but even here I was able to achieve communication between the processes running on the single local machine. I failed in two 2 device communication but server was running in one device and client was running on another but no communication achieved.

I came across this VSOMEIP - Communication between 2 devices (TCP/UDP) Not working post here but couldn't get how to proceed further.

My actual aim is to achieve two device communication using Franca IDL and SOME/IP i.e link [1]. But I am not finding any single source so that I can at least look into it.

Any suggestions will help me a lot. Thanks in advance.

4

1 回答 1

0

现在工作了几个小时后,快速更新是,正如VSOMEIP - 2 个设备之间的通信 (TCP/UDP) 不工作中所建议的那样,我使用了 shell 脚本,现在客户端和服务器正在通过以太网相互检测。但是函数调用没有发生。客户端没有向服务器发送请求。为了在给定的示例(https://at.projects.genivi.org/wiki/pages/viewpage.action?pageId=5472320)中更清楚,on_availability 正在工作,但 on_message 不起作用。我们正在苦苦挣扎。任何建议都会对我们有很大帮助。

于 2020-01-17T03:08:10.560 回答