6LowPAN mesh-based network support for mbedConnectorInterface. The Atmel-based mbed 6LowPAN shield is the assumed network hardware.

Dependencies:   libnsdl Nanostack_lib

Revision:
4:2c8eeaf31699
Parent:
0:2a5a48a8b4d4
Child:
7:0e80a25afabc
diff -r 5711cc2c6253 -r 2c8eeaf31699 NSDL/nsdl_support.cpp
--- a/NSDL/nsdl_support.cpp	Tue Feb 03 05:16:21 2015 +0000
+++ b/NSDL/nsdl_support.cpp	Fri Feb 06 04:35:38 2015 +0000
@@ -207,12 +207,7 @@
     }
 }
 
-void nsdl_run() {    
-    // Initialize NSDL stack
-    DBG("nsdl_run: NDSL Initialization...\r\n");
-    nsdl_init();
-     
-    // Customize the endpoint and its resources
-    DBG("nsdl_run: Creating MDS Resources for endpoint...\r\n");
-    configure_endpoint();
+void nsdl_set_nsp_address(void) {
+    // not used in 6LowPAN version of nsdl_support.cpp
+    ;
 }