diff --git a/docs/doxygen/pages.dox b/docs/doxygen/pages.dox index d115429..f9da4e0 100644 --- a/docs/doxygen/pages.dox +++ b/docs/doxygen/pages.dox @@ -8,7 +8,13 @@ AWS IoT jobs can be used to define a set of remote operations that are sent to a For documentation of the service, please see the [AWS IoT Developer Guide](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html). Interactions with the jobs service use MQTT, a lightweight publish-subscribe protocol. This library provides a convenience API to compose and recognize the MQTT topic strings used by the jobs service. -The library is written in C and designed to be compliant with ISO C90 and MISRA C:2012. +The library is written in C and designed to be compliant with ISO C99 and MISRA C:2012. +It has proofs showing safe memory use and no heap allocation, making it suitable for IoT microcontrollers, but also fully portable to other platforms. +

+ +

+AWS IoT OTA Job Parser can be used to Parse out the fields of an incoming Job Document sent to a device from AWS IoT. +The library is written in C and designed to be compliant with ISO C99 and MISRA C:2012. It has proofs showing safe memory use and no heap allocation, making it suitable for IoT microcontrollers, but also fully portable to other platforms.