use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
7:e94f0bd92545
Parent:
6:d4d1105a1777
Child:
8:f950fb1b78c0
--- a/source/Utils.cpp	Sun Feb 21 18:48:07 2016 +0000
+++ b/source/Utils.cpp	Sun Feb 21 19:05:14 2016 +0000
@@ -103,7 +103,7 @@
 	    ep->register_endpoint();
 	    
 	    // complete the registration
-	    logger.log("Completing Endpoint Registration");
+	    logger.log("Endpoint: completing endpoint registration...");
    		ep->complete_endpoint_registration(ep->getServer(),ep->getObjectList());
    		
    		// setup the shutdown button (if enabled for a given platform...)