Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Release 1.0.0

Compare
Choose a tag to compare
@DellaBitta DellaBitta released this 23 Feb 18:57
· 257 commits to master since this release
5d17e99

Google Cloud IoT Core Device SDK for Embedded C version 1.0.0

February 22, 2018

  • Added FreeRTOS example. See examples/freertos_linux/Linux_gcc_gcp_iot/README.md for more information.

  • Added Zephyr example. See examples/zephyr_native_posix/README.md for more information.

  • Added ATECC608 Secure Element reference implementation for generating JWT signatures with private keys. See src/bsp/crypto/cryptoauthlib/iotc_bsp_crypto_cryptoauthlib.c for more information.

  • Connection API Changes:

    • JWT creation and formation was added to a new header file include/iotc_jwt.h.
    • iotc_connect and iotc_connect_to now take the standard MQTT connect credentials of username, password, and client_id. A JWT, formatted according to Cloud IoT Core specifications, should be passed as the MQTT password when connecting to Cloud IoT Core.
    • For more information, see the Doxygen reference in the include/ directory source files or the doc/doxygen/api directory (for the HTML formatted documentation).