use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
4:d9603064630c
Parent:
1:16f0fb5b8d97
Child:
6:d4d1105a1777
--- a/source/Utils.cpp	Sun Feb 21 15:50:46 2016 +0000
+++ b/source/Utils.cpp	Sun Feb 21 16:21:47 2016 +0000
@@ -117,6 +117,10 @@
 	    logger.log("Endpoint: registering endpoint and its resources...");
 	    ep->register_endpoint();
 	    
+	    // complete the registration
+	    logger.log("Completing Endpoint Registration");
+   		ep->complete_endpoint_registration(ep->getServer(),ep->getObjectList());
+	    
 	    // setup the shutdown button (K64F only...)
 #if defined(TARGET_K64F)
     	utils_setup_deregistration_button(p);