Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Xively Client v1.3.4

Latest
Compare
Choose a tag to compare
@DellaBitta DellaBitta released this 09 Feb 23:00
· 1 commit to master since this release

Xively Client version 1.3.4

Feb 9 2018

Features

  • [CC3220SF] Further support for WiFi disconnection events. SimpleLink is now restarted upon loss of WiFi AP. Previously attempting to build socket connections after reconnecting WiFi would sometimes cause the underlying network system to fail in building TCP/IP connections. Restarting SimpleLink seems to solve all of these edge cases.

  • [make] Support linking and inclusion of TLS libraries outside the xively-client-c directory. This is part of the effort to get the ESP32 running its SDK's version of mbedTLS, as opposed of downloading and building our own.

  • [ESP32] Updated the Xively C Client build to work with IDF SDK: Master commit 16de6bff

Bugfix

  • [mbedTLS] Fix BSP certificate buffer parsing. mbedTLS expects a NULL-terminated string but our certificate array was non NULL-terminated in order to support WolfSSL. The WolfSSL BSP has been updated to ignore the NULL terminator if present.