物联网使用 Google 云服务物联网解决方案(Weave):如何连接 Raspberry Pi 并点亮 LED?

IoT using Google Cloud Service IoT solutions (Weave): How to connect Raspberry Pi and lighting the LED?

我正在尝试使用 Wea​​ve 将我的树莓派连接到 Google 物联网云解决方案。我已经使用 AWS 和 IBM Bluemix 完成了它,但找不到使用 Google Cloud 来完成相同操作的方法。根据他们的文档,似乎有些文件已被弃用或未更新。 此外,它们是用 C 语言编写的,而我不太喜欢 C 语言。我对 IBM Bluemix 和 AWS 使用 Python 将我的 Pi 连接到 IoT,然后使用 MQTT 网关建立订阅者和交换消息。 有人可以就此提出任何建议吗?

Google Weave getting started

更具体地说,我在安装以下步骤时在错误日志中看到的某些软件包:

make -C examples/host/light

它在日志中显示了类似

的消息
could not find lldap
could not find llssh2

即使在我的开发机器上安装它们之后。

由于上面的错误,下面的命令

./out/host/examples/light/light

不作为位置

执行
 /out/host/examples/light/light

不是由上面的make命令创建的。对此有何建议?

您可能想尝试使用新的 Google Cloud IoT Core product instead of Weave - full disclosure, I worked on it. It's currently in public beta 并启用您尝试解决的方案。您应该能够使用 MQTT 与您的设备进行通信 to/from。

有一个high-level overview of the platform on YouTube as well as an industrial applications focused talk from Google I/O