George Djabarov / Mbed OS mbed-os-example-mesh-minimal
Revision:
49:425a1889434d
Parent:
19:f55c7983f8ab
Child:
52:27692043e962
--- a/README.md	Wed Mar 08 15:00:14 2017 +0000
+++ b/README.md	Thu Mar 09 11:00:21 2017 +0000
@@ -81,10 +81,19 @@
 
 To learn why entropy is required, read the [TLS Porting guide](https://docs.mbed.com/docs/mbed-os-handbook/en/5.2/advanced/tls_porting/).
 
+See [Notes on different hardware](https://github.com/ARMmbed/mbed-os-example-mesh-minimal/blob/master/Hardware.md) for known combinations of development boards and RF shields that have been tested.
+
 ### Compile the application
 
+#### For 6LoWPAN
 ```
-mbed compile -m K64F -t GCC_ARM
+mbed compile -m K64F -t GCC_ARM --app-config configs/mesh_6lowpan.json
+```
+
+#### For Thread
+
+```
+mbed compile -m K64F -t GCC_ARM --app-config configs/mesh_thread.json
 ```
 
 A binary is generated at the end of the build process.
@@ -101,7 +110,7 @@
 
 This example supports the following two border routers:
 
-- [k64f-border-router](https://github.com/ARMmbed/k64f-border-router), 6LoWPAN only
+- [Nanostack-border-router](https://github.com/ARMmbed/nanostack-border-router-private), 6LoWPAN only
 - [mbed gateway](https://firefly-iot.com/product/firefly-6lowpan-gateway-2-4ghz/)
  
 Read the instructions on updating the firmware of your mbed gateway working as 6LoWPAN [here](https://github.com/ARMmbed/mbed-os-example-client#mbed-gateway).