AWS IoT Device Defender  v1.1.1
AWS IoT Device Defender Client Library
Porting Guide

Guide for porting the AWS IoT Device Defender Client Library to a new platform.

Configuration Macros

Configuration macros that can be set the config header defender_config.h, or passed in as compiler options.

The following optional logging macros are used throughout the library:

See also
Configurations for more information.
Note
Regardless of whether the above macros are defined in defender_config.h or passed as compiler options, by default the defender_config.h file is needed to build the AWS IoT Device Defender Client Library. To disable this requirement and build the library with default configuration values, provide DEFENDER_DO_NOT_USE_CUSTOM_CONFIG as a compile time preprocessor macro.