用于推送通知的 Windows Azure 物联网集线器遥测消息

Posted

技术标签:

【中文标题】用于推送通知的 Windows Azure 物联网集线器遥测消息【英文标题】:Windows Azure iot hub telemetry message to push notification 【发布时间】:2016-10-01 01:38:37 【问题描述】:

我正在尝试找出适合这种情况的最佳方法。

我有一个连接到树莓派的 pir 传感器,它正在将遥测数据发送到 windows azure iot hub。

我想在收到此遥测数据时触发推送通知?

任何帮助将不胜感激。

【问题讨论】:

【参考方案1】:

我将创建一个 Azure Web 作业来使用传入 IoT 中心的数据并调用通知中心。

这看起来像这样:

[Raspberry Pi] -> [IoT Hub] -> [Web Jobs] -> [Notification Hubs]

这里是指向 3 个关键组件的指针

https://azure.microsoft.com/en-us/documentation/services/iot-hub/

https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources/

https://azure.microsoft.com/en-us/documentation/services/notification-hubs/

您可以使用 Azure 函数作为 Web 作业的更轻量级替代方案。

【讨论】:

谢谢,我需要朝着正确的方向前进。我看看怎么走。

以上是关于用于推送通知的 Windows Azure 物联网集线器遥测消息的主要内容,如果未能解决你的问题,请参考以下文章

Windows azure 推送通知并将通知捕获到特定网站页面

使用 Azure 在 Windows phone 8 中推送通知

如何将推送通知从 Azure 发送到 Windows Mobile Cordova 应用程序

如何使用 Azure 在 Windows Phone 8 中为特定设备发送推送通知

使用 Windows Azure 在 Android 上推送通知

Windows Azure 上基于时间的通知