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
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-21Lines changed: 10 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -110,27 +110,17 @@ If your connection type is `MESH_THREAD` then you may want to use the THREAD_ROU
110
110
111
111
6LoWPAN ND and Thread use IPv6 for connectivity. Therefore, you need to verify first that you have a working IPv6 connection. To do that, ping the Connector IPv6 address `2607:f0d0:2601:52::20` from your network.
112
112
113
-
<spanclass="notes">**Note:** If you are using the [k64f-border-router](https://github.com/ARMmbed/k64f-border-router) (that can be used only as a 6LoWPAN BR and only with FRDM-K64F), you need to enable another security feature. By default, the `k64f-border-router` uses `PSK` as security.</span>
113
+
#### Border router
114
114
115
-
You can enable the security here on your mbed-os-example-client application, for example:
115
+
There are two options for border router.
116
116
117
-
```json
118
-
"target_overrides": {
119
-
"*": {
120
-
"mbed-mesh-api.6lowpan-nd-security-mode": "PSK",
121
-
}
122
-
}
123
-
```
117
+
##### Nanostack-border-router
124
118
125
-
Alternatively, you can remove the link layer security from the `k64f-border-router`. To do that, change the [mbed_app.json](https://github.com/ARMmbed/k64f-border-router/blob/master/mbed_app.json) fetched from the `k64f-border-router` repository, for example:
119
+
The [Nanostack-border-router](https://github.com/ARMmbed/nanostack-border-router-private) can be configured and built for the 6LoWPAN ND or Thread mode.
126
120
127
-
```json
128
-
"config": {
129
-
"security-mode": "NONE",
130
-
}
131
-
```
121
+
##### mbed gateway
132
122
133
-
####mbed gateway
123
+
The mbed gateway is a binary release only.
134
124
135
125
To connect the example application in 6LoWPAN ND or Thread mode to Connector, you need to set up an mbed 6LoWPAN gateway router as follows:
136
126
@@ -285,13 +275,12 @@ To build the example using mbed CLI:
285
275
mbed import mbed-os-example-client
286
276
```
287
277
288
-
3. Copy the relevant example configuration file from configs/xxx.json to mbed_app.json and
289
-
[Configure](#application-setup) the client application.
290
-
291
278
4. To build the application, select the hardware board and build the toolchain using the command:
292
279
293
-
```
294
-
mbed compile -m K64F -t GCC_ARM -c
280
+
Specify the config file in the build command, for example for 6LoWPAN
0 commit comments