使用 ASP.Net 向 MQTT 服务器发送消息
我想为兼容 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想知道您是否真的需要使用它...
为什么不使用 Amazon Simple Queue Service而不是试图用来自很多地方的碎片和叮咬来使所有这些都起作用?
因为(您没有说,我只是假设)非常小的消息代理无法托管在共享托管中,并且您可能会在正确设置所有内容时遇到几个问题。
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?
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.