Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Revision:
75:ed8b10db9b5a
Parent:
69:a8a0ac9f3f8a
Child:
85:7f1b82a282d7
--- a/README.md	Mon Aug 27 10:45:25 2018 +0100
+++ b/README.md	Fri Aug 31 14:00:24 2018 +0100
@@ -26,6 +26,7 @@
 
 1. Clone this repository.
 1. Run `mbed deploy`.
+1. Add connectivity driver, if not provided by Mbed OS
 1. Select target platform.
 1. Select toolchain.
 1. Configure.
@@ -45,6 +46,20 @@
 $ mbed compile
 ```
 
+### Adding connectivity driver
+
+This application requires 802.15.4 RF driver to be provided for the networking stack. Driver can be either external, or provided by the Mbed OS.
+
+External driver can be added by calling
+
+```
+mbed add <driver>
+```
+
+For example MCR20A RF driver is added by calling `mbed add mcr20a-rf-driver`
+
+Atmel AT86RF driver is added by calling `mbed add atmel-rf-driver`
+
 ## Selecting the target platform
 
 The target platform is the hardware on which the border router runs. There are number of target platforms already available for you in the mbed OS.