Skip to content

Commit

Permalink
Update pages.dox
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysmith23 committed Nov 13, 2023
1 parent 63f2956 commit 1392dd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/doxygen/pages.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</p>

<p>
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.
</p>

Expand Down

0 comments on commit 1392dd9

Please sign in to comment.