- This topic has 1 voice and 0 replies.
Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
› Forums › IoTStack › News (IoTStack) › Tutorial: Sigfox integration with Google Cloud Platform (GCP)
Tagged: Training_S10
#News(IoTStack) [ via IoTForIndiaGroup ]
Objectives
This document describes how to install and configure the integration between the Sigfox LPWAN IoT network service and Google Cloud Platform (GCP).
The main functionalities demonstrated are the following:
• Ingest of data from Sigfox devices
• Forwarding of data to Cloud Pub/Sub for processing with GCP services
• Sigfox device configuration management
• Sigfox network service message logging
The integration is implemented as a set of Cloud Functions that are registered as callback functions in the Sigfox backend system. The Cloud Functions are called when devices send data or the Sigfox network sends service messages. Device configurations are stored in Cloud Datastore and logs in Stackdriver Logging.
The implementation is designed to be:
• Stateless
• Event-driven
• Scalable