mbed Connector Endpoint interface. This interface permits a mbed endpoint to easily setup MDS resources and emit those resources to an MDS server.

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
13:b0b2f1ae4c30
Parent:
12:c068a2d3e8fe
Child:
16:383ad1356963
--- a/api/ConnectorEndpoint.cpp	Mon Feb 02 06:36:58 2015 +0000
+++ b/api/ConnectorEndpoint.cpp	Mon Feb 02 06:45:37 2015 +0000
@@ -55,10 +55,7 @@
 
 // initialize the endpoint
 void Endpoint::initialize()
-{
-    // initialize NSDL
-    nsdl_init();
-    
+{    
     // Create the NSDL Resource Pointer...
     this->logger()->log("Endpoint::initialize(): initializing NSP resource pointer...");
     sn_nsdl_resource_info_s *resource_ptr = (sn_nsdl_resource_info_s*)nsdl_alloc(sizeof(sn_nsdl_resource_info_s));