Author |
Message
|
vivek_d |
Posted: Tue Feb 26, 2013 5:25 am Post subject: MQTT protocol for Windows Phone? |
|
|
Newbie
Joined: 26 Feb 2013 Posts: 1
|
I want to implement push notification for my Windows Phone app. The same app is being created for Android also. I have GCM for Android and MPNS for Windows Phone. But instead of using platform specific PUSH mechanism, I want to use MQTT. Is there a support for this protocol in Windows Phone? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Feb 26, 2013 6:18 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 26, 2013 6:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
MQTT is not supported on Windows Phone platform. MQTT is supported on Android. |
It depends on what you mean by MQTT
MQTT is a standard, not a product. |
|
Back to top |
|
 |
andypiper |
Posted: Wed Feb 27, 2013 6:22 am Post subject: Re: MQTT protocol for Windows Phone? |
|
|
 Acolyte
Joined: 29 Oct 2001 Posts: 59 Location: London
|
vivek_d wrote: |
I want to implement push notification for my Windows Phone app. The same app is being created for Android also. I have GCM for Android and MPNS for Windows Phone. But instead of using platform specific PUSH mechanism, I want to use MQTT. Is there a support for this protocol in Windows Phone? |
as I replied on the MQTT Google Group (you also seem to have asked this on Stack Overflow), I don't know of a specific client implementation for Windows Phone, but in principle it might be possible to compile the Paho C client for WP, or use one of the .NET implementations listed at mqtt.org/software |
|
Back to top |
|
 |
andypiper |
Posted: Wed Feb 27, 2013 6:28 am Post subject: |
|
|
 Acolyte
Joined: 29 Oct 2001 Posts: 59 Location: London
|
lancelotlinc wrote: |
MQTT is not supported on Windows Phone platform. MQTT is supported on Android. |
As Jeff says, MQTT is a protocol. There are a large number of implementations. Some of the Java implementations work on Android. As for whether things are "supported", that depends on who is doing the support  |
|
Back to top |
|
 |
|