You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-iot/device-builders/how-to-azure-rtos-security-module.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,16 @@ ms.date: 11/09/2021
9
9
10
10
This article describes how to configure the Defender-IoT-micro-agent for your Azure RTOS device, to meet your network, bandwidth, and memory requirements.
11
11
12
+
## Configuration steps
13
+
12
14
You must select a target distribution file that has a `*.dist` extension, from the `netxduo/addons/azure_iot/azure_iot_security_module/configs` directory.
13
15
14
16
When using a CMake compilation environment, you must set a command line parameter to `IOT_SECURITY_MODULE_DIST_TARGET` for the chosen value. For example, `-DIOT_SECURITY_MODULE_DIST_TARGET=RTOS_BASE`.
15
17
16
18
In an IAR, or other non CMake compilation environment, you must add the `netxduo/addons/azure_iot/azure_iot_security_module/inc/configs/<target distribution>/` path to any known included paths. For example, `netxduo/addons/azure_iot/azure_iot_security_module/inc/configs/RTOS_BASE`.
17
19
20
+
## Device behavior
21
+
18
22
Use the following file to configure your device behavior.
@@ -23,7 +27,7 @@ In a CMake compilation environment, you must change the default configuration by
23
27
24
28
The default behavior of each configuration is provided in the following tables:
25
29
26
-
## General
30
+
## General configuration
27
31
28
32
| Name | Type | Default | Details |
29
33
| - | - | - | - |
@@ -32,7 +36,7 @@ The default behavior of each configuration is provided in the following tables:
32
36
| ASC_SECURITY_MODULE_SEND_MESSAGE_RETRY_TIME | Number | 3 | The amount of time the Defender-IoT-micro-agent will take to send the security message after a fail. (in seconds) |
33
37
| ASC_SECURITY_MODULE_PENDING_TIME | Number | 300 | The Defender-IoT-micro-agent pending time (in seconds). The state will change to suspend, if the time is exceeded. |
0 commit comments