简体   繁体   English

使用Google Firebase进行物联网设备管理/入门

[英]IoT device management/onboarding with Google Firebase

I'm looking for something like AWS's device management functionality ( https://aws.amazon.com/iot-device-management/ ) that exists on Google's Firebase service. 我正在寻找Google Firebase服务上存在的类似于AWS的设备管理功能( https://aws.amazon.com/iot-device-management/ )。

I found this: https://cloud.google.com/community/tutorials/cloud-iot-firestore-config 我发现了这一点: https : //cloud.google.com/community/tutorials/cloud-iot-firestore-config

But I'm not sure if I can achieve the same functionality as with AWS IoT Device Management (I'm still new to Firebase). 但是我不确定是否可以实现与AWS IoT设备管理相同的功能(我仍然是Firebase的新手)。

Is there a Firebase equivalent to AWS IoT Device Management, specifically regarding onboarding and organization? 是否有一个与AWS IoT设备管理等效的Firebase,特别是在入门和组织方面?

Firebase中没有等效项。

As has been mentioned, no, there's nothing directly in Firebase. 如前所述,不,Firebase中没有直接存在的内容。

Have you looked at Cloud IoT Core ? 您是否看过Cloud IoT Core It has a lot of the features you're probably looking for in a device manager. 它具有您可能在设备管理器中寻找的许多功能。 From there, there are data pipeline tools (like Google Cloud Functions, or Cloud Dataflow) which can ferry the telemetry data from your devices into Firebase (or, potentially a better option, Firestore). 从那里开始,有数据管道工具(例如Google Cloud Functions或Cloud Dataflow)可以将遥测数据从您的设备传送到Firebase(或者可能更好的选择是Firestore)。

I did a session at the Google Cloud Next conference this year (2018) which talked about the end-to-end IoT application, and we published the code we built on stage which includes IoT device management, and used Cloud Functions to push the data into Firestore if you're interested. 我在今年(2018年)的Google Cloud Next会议上做了一个会议,讨论了端到端IoT应用程序,我们发布了我们在舞台上构建的代码,其中包括IoT设备管理,并使用Cloud Functions推送了数据如果您有兴趣,请进入Firestore。 Link can be found here . 链接可以在这里找到。 The Cloud Functions that moved the data into Firestore are in the gcf folder. 将数据移至Firestore的Cloud Functions位于gcf文件夹中。 The device folder has the Python code we used on device to send telemetry up to IoT Core. 设备文件夹包含我们在设备上用于将遥测发送到IoT核心版的Python代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM