Skip to content

Commit 7d2b03b

Browse files
author
Kari Severinkangas
authored
Update README.md
Config table updated
1 parent e10f2ae commit 7d2b03b

File tree

1 file changed

+5
-0
lines changed
  • features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api

1 file changed

+5
-0
lines changed

features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,18 @@ An example of the configuration file:
4141
| --------------- | ------------- | ----------- |
4242
| thread-pskd | string [6-255 chars] | Human-scaled commissioning credentials. |
4343
| thread-device-type | enum from mesh_device_type_t | Set device operating mode. |
44+
| thread-use-static-link-config | boolean | True: Use the below link config, False: Use commissioning, ignore the below link config. |
4445
| thread-config-channel-mask | number [0-0x07fff800] | Channel mask, 0x07fff800 scans all channels. |
4546
| thread-config-channel-page | number [0, 2]| Channel page, 0 for 2,4 GHz and 2 for sub-GHz radios. |
4647
| thread-config-channel | number [0-27] | RF channel to use. |
4748
| thread-config-panid | number [0-0xFFFF] | Network identifier. |
49+
| thread-config-network-name | string [1-16] |
50+
| thread-config-commissioning-dataset-timestamp | [0-0xFFFFFFFFFFFFFFFF] | Timestamp where upper 48 bits are seconds |
51+
|thread-config-extended-panid | byte array [8] | Extended PAN ID |
4852
| thread-master-key | byte array [16]| Network master key. |
4953
| thread-config-ml-prefix | byte array [8] | Mesh local prefix. |
5054
| thread-config-pskc | byte array [16] | Pre-Shared Key for the Commissioner. |
55+
| thread-security-policy | number [0-0xFF] | Security policy |
5156

5257
### 6LoWPAN related configuration parameters
5358

0 commit comments

Comments
 (0)