Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Arduino cli后台程序用途_Arduino_Command Line Interface_Daemon - Fatal编程技术网

Arduino cli后台程序用途

Arduino cli后台程序用途,arduino,command-line-interface,daemon,Arduino,Command Line Interface,Daemon,有人能解释一下arduino cli守护进程是如何工作的以及它在做什么吗?我在网上找不到任何好的文档 当我启动守护进程时,它只告诉我,它开始侦听某个端口 谢谢你的帮助 除了手册之外,我不知道该解释什么 ArduinoCLI守护程序启动gRPC服务器 它为其他程序提供了与语言无关的接口,因此它们可以使用Arduino CLI的功能 因此,就像您坐在计算机前面并在CLI中输入命令一样,客户端软件将连接到gRPC服务器并调用它需要的任何命令 读这个 它可以作为守护进程运行,为IDE提供服务

有人能解释一下arduino cli守护进程是如何工作的以及它在做什么吗?我在网上找不到任何好的文档

当我启动守护进程时,它只告诉我,它开始侦听某个端口


谢谢你的帮助

除了手册之外,我不知道该解释什么

ArduinoCLI守护程序
启动gRPC服务器

它为其他程序提供了与语言无关的接口,因此它们可以使用Arduino CLI的功能

因此,就像您坐在计算机前面并在CLI中输入命令一样,客户端软件将连接到gRPC服务器并调用它需要的任何命令

读这个


它可以作为守护进程运行,为IDE提供服务