AWS IoT Over-the-air Update  v3.1.0
Client library for AWS IoT OTA
Related Pages
Here is a list of all related documentation pages:
[detail level 12]
 DesignArchitecture of the OTA library
 FunctionsAPI functions of the OTA library:

OTA_Init
OTA_Shutdown
OTA_GetState
OTA_ActivateNewImage
OTA_SetImageState
OTA_GetImageState
OTA_CheckForUpdate
OTA_Suspend
OTA_Resume
OTA_SignalEvent
OTA_EventProcessingTask
OTA_GetStatistics
OTA_Err_strerror
OTA_JobParse_strerror
OTA_PalStatus_strerror
OTA_OsStatus_strerror
 OTA_InitOTA Agent initialization function.
 OTA_ShutdownSignal to the OTA Agent to shut down.
 OTA_GetStateGet the current state of the OTA agent.
 OTA_ActivateNewImageActivate the newest MCU image received via OTA.
 OTA_SetImageStateSet the state of the current MCU image.
 OTA_GetImageStateGet the state of the currently running MCU image.
 OTA_CheckForUpdateRequest for the next available OTA job from the job service.
 OTA_SuspendSuspend OTA agent operations .
 OTA_ResumeResume OTA agent operations .
 OTA_SignalEventSignal event to the OTA Agent task.
 OTA_EventProcessingTaskOTA agent event processing loop.
 OTA_GetStatisticsGet the statistics of OTA message packets.
 OTA_Err_strerrorError code to string conversion for OTA errors.
 OTA_JobParse_strerrorError code to string conversion for OTA Job Parsing errors.
 OTA_PalStatus_strerrorStatus code to string conversion for OTA PAL status.
 OTA_OsStatus_strerrorStatus code to string conversion for OTA OS status.
 ConfigurationsConfigurations of the OTA Library
 Porting GuideGuide for porting OTA to a new platform
 OTA HTTP InterfaceThe OTA PAL interface definition
 OTA MQTT InterfaceThe OTA PAL interface definition
 OTA OS Functional InterfaceThe OTA OS Functional Interface definition
 OTA PAL InterfaceThe OTA PAL interface definition
 ConstantsDefined constants of the OTA library