You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* moved submodule to backoff v1.0.1 * move corehttp module to latest commit * move coremqtt module to latest commit * move coremqtt Agent module to latest commit * move coreSNTP Agent module to latest commit * move coreJSON Agent module to latest commit * move corePKCS11 Agent module to latest commit * Reverting coreHttp to previous commit * Updating coreHttp pointer after fix |
4 years ago | |
---|---|---|
.. | ||
backoff_algorithm@741697917a | 4 years ago | |
logging | 4 years ago | |
mbedtls_freertos | 4 years ago | |
readme.txt | 4 years ago |
readme.txt
Directories: + Utilities/backoff_algorithm contains a utility that calculates an exponential back off time, with some jitter. It is used to ensure fleets of IoT devices that become disconnected don't all try and reconnect at the same time. + Utilities/logging contains header files for use with the core libraries logging macros. See https://www.FreeRTOS.org/logging.html. + Utililties/mbedtls_freertos contains a few FreeRTOS specifics required by mbedTLS.