Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2m-iwg] Google Cloud Messaging

A pattern we've used before is to use the phone's built-in
notification service (GCM/APNS) as a trigger to connect back to our
server via MQTT. This means no confidential information need to go via
3rd party servers - the notification is a simple shoulder-tap that
triggers a secure MQTT connection.

Nick


On 15 May 2013 18:50, Rick Bullotta <rick.bullotta@xxxxxxxxxxxxx> wrote:
> ...and iOS has its own mobile push API as well.
>
> On May 15, 2013, at 1:04 PM, "Arlen Nipper" <arlen.nipper@xxxxxxxxx> wrote:
>
> Actually, I thought Facebook notifications used MQTT ??
>
> http://redmonk.com/jgovernor/2012/08/24/facebooks-new-native-ios-client-a-kingmaker-for-mqtt-ibm-facebook-no-shit/
>
>
>
> On May 15, 2013, at 11:58 AM, Rick Bullotta <rick.bullotta@xxxxxxxxxxxxx>
> wrote:
>
> Completely different beast. GCM is for mobile push notifications to Android
> devices. One way, Android only, limited payload size, very different purpose
> (eg Facebook notifications to your phone).
>
> On May 15, 2013, at 12:23 PM, "Ian Skerrett" <ian.skerrett@xxxxxxxxxxx>
> wrote:
>
> Has anyone compared Google Cloud Messaging with MQTT?
>
>
>
> http://developer.android.com/google/gcm/gcm.html
>
>
>
>
>
> _______________________________________________
> m2m-iwg mailing list
> m2m-iwg@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/m2m-iwg
>
> _______________________________________________
> m2m-iwg mailing list
> m2m-iwg@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/m2m-iwg
>
>
> _______________________________________________
> m2m-iwg mailing list
> m2m-iwg@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/m2m-iwg
>
>
> _______________________________________________
> m2m-iwg mailing list
> m2m-iwg@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/m2m-iwg
>


Back to the top