use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
38:bb6d2be4d54c
Parent:
24:c92984bede9c
--- a/source/PassphraseAuthenticator.cpp	Tue Jun 14 19:56:47 2016 +0000
+++ b/source/PassphraseAuthenticator.cpp	Tue Jun 14 20:18:30 2016 +0000
@@ -50,7 +50,7 @@
     if (param != NULL) {
         // use parameters to extract the passphrase
         String object_name = param->get_argument_object_name();
-        int instance_id = (int)param->get_argument_object_instance_id();
+        // int instance_id = (int)param->get_argument_object_instance_id();
         String resource_name = param->get_argument_resource_name();
         string value = this->coapDataToString(param->get_argument_value(),param->get_argument_value_length());
         input_passphrase = (char *)value.c_str();