AWS IoT Jobs library
Note
The content on this page may not be up-to-date. Please refer to the
FreeRTOS.org library page
Introduction
AWS IoT Jobs is a service that notifies one or more connected devices of a pending job.
You can use a job to manage your fleet of devices, update firmware and security certificates on your
devices, or perform administrative tasks such as restarting devices and performing diagnostics. For
more information, see Jobs in the
AWS IoT Developer Guide. Interactions with the AWS IoT Jobs service use MQTT
The AWS IoT Jobs library is written in C and designed to be compliant with ISO C90
This library can be freely used and is distributed under the MIT
open source license
Code Size of AWS IoT Jobs (example generated with GCC for ARM Cortex-M) | ||
---|---|---|
File | With -O1 Optimization | With -Os Optimization |
jobs.c | 1.9K | 1.6K |
Total estimates | 1.9K | 1.6K |