Mangoh-to-gcloud

Hey @mrtranwin731,

I’m not certain about the billing, I’ll have to get back to you. Let me speak with my employer tomorrow about what I’m allowed to share. I have quite a bit of work already under my belt regarding Google Cloud + mangOH so hopefully I can lead you in the right direction. I also have some code in the works to use the the mangOH/paho MQTT client implemented by @dfrey with Google MQTT, but I’m not certain if/when I’ll get a chance to finish it.

Hi Nick,
It’s nice to talk, thank you for your feedback.
I am expecting your guidelines. My module is MangOH Red with WP85xx.
Nice to talk!

Hey friend,
These projects are not Legato Application.
Can you give me more detail?
Thanks

Hey @mrtranwin731,

I spoke to my boss and we need to keep this somewhat proprietary, so for now I can only provide what is already open. In essence, you can connect AirVantage to Google Cloud Functions. Google Cloud Functions allows you specify a handler function each time an “event” occurs on AirVantage.

You can read more about how to get AirVantage connected here: https://doc.airvantage.net/av/howto/cloud/googlePubSub_howto/

and about Google Cloud Pubsub Functions here:
https://cloud.google.com/pubsub/docs/overview

In terms of going directly to Google Cloud IoT (using MQTT), you would be responsible for implementing this. As mentioned above, the mangOH has an MQTT client more or less ready to go, but integrating it with Google Cloud would be up to you (things like authentication, session management).

Edit:

You could always look into updating this project (https://github.com/startwithsierra/mangoh-to-gcloud/tree/red) as well.

Thanks Nick!! I am trying with the topic that transfer data directly to Google Cloud via MQTT protocol.