什么是可以嵌入的Arduino协议? [英] What are the protocols that can be embedded in Arduino?

查看:145
本文介绍了什么是可以嵌入的Arduino协议?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我期待着在实施的Arduino 设备的消息传递协议。大多数时候,嵌入式系统将是一些远程服务器的客户,他们将使用这些物联网的协议进行通信,以该远程服务器。

I am looking forward to implement messaging protocols in Arduino device. Most of the time the embedded systems will be client of some remote server and they will be communicating to this remote server using the these IoT protocols.

MQTT 是微不足道的,但其他协议并不容易携带像我找到了<$ C无的Arduino 支持$ C> COAP 。

MQTT was trivial but other protocols aren't easily portable like I found no Arduino support for CoAP.

什么是可以嵌入其他协议的Arduino )?

What are other protocols that can be embedded in Arduino (Yun)?

推荐答案

我找到了一个解决方法专门为并认为自己回答这个问题。你可以简单地在Linux中导入库( Linino 的一侧通过访问根目录。

I found a workaround specifically for Yun and considered myself answering this question. You can simply import library in the Linux (Linino) side of Yun by accessing the root.

ssh root@<yunaddress>

使用的Python 来创建你想为某些特定协议库/导入存储库。要安装一些包像蟒蛇,使用方法:

Use Python to create/import repository for the library you want for some specific protocol. To install some package like python, use:

opkg install <packagename>

如果你想用C / C ++库进行工作,工作方式:

If you want to work with C/C++ libraries, work with:

$ opkg install yun-gcc
$ opkg install make

祝你好运!

这篇关于什么是可以嵌入的Arduino协议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆