GitHub hosted
Public

Google Cloud IoT Device SDK port for Mbed OS



Download repository: zip

Google Cloud IoT Device SDK port for Mbed OS

This library provides the port of the Google Cloud IoT Device SDK for Embedded C for Mbed OS. It can be used to connect devices running Mbed OS to the Google IoT Core over MQTT.

To use this library, an Mbed OS application needs to * get the default instance of NetworkInterface and connect to the Internet. * ensure the clock is set to the actual date and time as credentials require that.

Then it will be able to use APIs from the Google cloud IoT Device SDK.

An example demonstrating the use of this library has been provided as part of the official Mbed OS examples here.

Summary

  1. This library depends on the Google Cloud IoT Device SDK for Embedded C available here.
  2. This SDK port follows the steps listed in SDK docs found here.
  3. The “Config header” and the “Platform Types” requirements can be found in the library under ‘mbed/include/’
  4. The “Platform layer” port can be found under ‘mbed/src/’ . As a minimum, a time function, random number generator, TLS, heap memory management, network implementation are required. More details on this are provided here.

Related Links

License and contributions

The software is provided under the Apache-2.0 license. Contributions to this project are accepted under the same license.

The Google cloud platform IoT device embedded-C SDK is provided by Google under the BSD 3-Clause license. This includes mbed/include/bsp copied from the SDK.