This is a simple mbed client example demonstrating, registration of a device with mbed Device Connector and reading and writing values as well as deregistering on different Network Interfaces including Ethernet, WiFi, 6LoWPAN ND and Thread respectively.

Fork of mbed-os-example-client by mbed-os-examples

Revision:
83:a8ec73b59031
Parent:
77:e0618756b84e
Child:
87:5092f48bb68c
--- a/README.md	Thu Apr 27 14:15:06 2017 +0100
+++ b/README.md	Thu May 04 13:30:09 2017 +0100
@@ -305,12 +305,23 @@
 
 3. To build the application, select the hardware board and build the toolchain using the command:
 
-	Specify the config file in the build command, for example for 6LoWPAN
+    (Specify the config file in the build command, for example for 6LoWPAN)
 
     ```
     mbed compile -m K64F -t GCC_ARM -c --app-config configs/6lowpan_Atmel_RF.json
     ```
-
+    
+    If you are using either of the following configurations remember to copy .mbedignore as well:
+    
+    ```     
+    configs/eth_*
+    configs/wifi_*
+    ```  
+    
+    ```     
+    cp configs/eth-wifi-mbedignore ./.mbedignore 
+    ```
+    
     mbed CLI builds a binary file under the project’s `BUILD/` directory.
 
 4. Plug the Ethernet cable into the board if you are using Ethernet mode.