• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

backoff_algorithm/22-Aug-2025-

logging/21-Aug-2025-

readme.txt A D21-Aug-2025394 107

readme.txt

1Directories:
2
3+ Utilities/backoff_algorithm contains a utility that calculates an
4  exponential back off time, with some jitter.  It is used to ensure fleets of
5  IoT devices that become disconnected don't all try and reconnect at the same
6  time.
7
8+ Utilities/logging contains header files for use with the core libraries logging
9  macros.  See https://www.FreeRTOS.org/logging.html.
10