问题标签 [franca]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
391 浏览

fuchsia - Franca IDL 文件和 Fuchsia 的 FIDL 文件有什么关联吗?

.fidl几年前,作为使用 IPC 的Franca框架的项目的一部分,我第一次接触到带有扩展名的文件。最近,我探索了 Google 的 Fuchsia 项目,并了解到它也使用“FIDL 文件”进行 IPC,请参阅:

我的问题是:这些 FIDL 变体是否以任何方式相关,即它们是否具有共同的起源,或者......“Fuchsia IDL”和“Franca IDL”都缩写为“FIDL”是完全巧合吗?

0 投票
2 回答
205 浏览

javascript - 如何修复“未捕获的参考错误:HelloworldProxy.connect 未定义高速公路”错误?

我正在尝试在客户端和 wamp c++​​ 服务器上使用 js 和高速公路实现 franca IDL。我对这个 .js 完全陌生在弗兰卡上。任何帮助和建议都会对你有很大帮助。

在客户端我写了一个简单的helloworld代码

并生成了高速公路 js 绑定代码。现在正在使用如下代码,但它显示以下错误:“未捕获的 ReferenceError:高速公路未在 HelloworldProxy.connect 中定义”

hello.html 代码:

我需要将客户端与服务器连接并从服务器获取响应消息。服务器运行良好,我在 RESTClint.sh 的帮助下对其进行了测试。

0 投票
1 回答
1850 浏览

c++11 - SOME/IP and VSOMEIP - Communication between 2 devices (TCP/UDP) Not working

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.

0 投票
0 回答
42 浏览

interface - 什么是 Franca IDL 生态系统

我是 franca idl 的新手,我需要为我的课堂项目创建一个小例子。我对我的文档有疑问,Franca IDL 生态系统是什么?idl 生态系统意味着什么?

先感谢您