使用 ASP.Net 向 MQTT 服务器发送消息

发布于 2024-11-06 13:22:30 字数 349 浏览 0 评论 0原文

我想为兼容 2.1 的 Android 应用程序实现推送通知。我已经阅读了 Anton Lopyrev 的文章。 IBM 的 Very Small Message Broker 对我来说还可以。但该应用程序的服务器端是用 ASP.net 开发的。所以我必须替换名为 SAM 的嵌入式 PHP 库。有没有办法通过 ASP.net 实现使用 MQTT(Really Small Message Broker 或 Mosquitto)

I want to implement push notification for an android app compatible for 2.1. I have gone through the article by Anton Lopyrev. Really Small Message Broker by IBM is ok for me. But the server side of the app is developed in ASP.net. So I have to replaced the drop-in PHP library named SAM. Is there any way to implement to use MQTT (Really Small Message Broker or Mosquitto) using ASP.net?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情话难免假 2024-11-13 13:22:30

想知道您是否真的需要使用它...

为什么不使用 Amazon Simple Queue Service而不是试图用来自很多地方的碎片和叮咬来使所有这些都起作用?

Amazon Simple Queue Service (SQS) 和 Amazon SNS 都是 AWS 内的消息传递服务,为开发人员提供不同的优势。 Amazon SNS 允许应用程序通过“推送”机制向多个订阅者发送时间紧迫的消息,从而无需定期检查或“轮询”更新。

因为(您没有说,我只是假设)非常小的消息代理无法托管在共享托管中,并且您可能会在正确设置所有内容时遇到几个问题。

Wonder if you really need to use that at all...

Why not going with Amazon Simple Queue Service instead of trying to make all that work with pieces and bites from a lot of places?

Amazon Simple Queue Service (SQS) and Amazon SNS are both messaging services within AWS, which provide different benefits for developers. Amazon SNS allows applications to send time-critical messages to multiple subscribers through a “push” mechanism, eliminating the need to periodically check or “poll” for updates.

As (you don't say, I'm just assuming) Really Small Message Broker can not be hosted in a Shared Hosted and you will probably have seveal issues on set everything up correctly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文