mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
105:aeaaee8fbb1d
Parent:
94:25ce0592620f
Child:
121:dfe65a93f26b
--- a/mbed-connector-interface/mbedConnectorInterface.h	Fri Apr 21 03:57:44 2017 +0000
+++ b/mbed-connector-interface/mbedConnectorInterface.h	Mon Apr 24 20:42:24 2017 +0000
@@ -48,7 +48,7 @@
 #define NODE_NAME_LENGTH         			128
 #define NODE_NAME                			"mbed-endpoint"
  
-// Connection URL to mbed Cloud
+// Connection URL to mbed Connector (not used for R1.2+ mbed Cloud)
 #if MBED_CONF_APP_NETWORK_INTERFACE == MESH_LOWPAN_ND || MBED_CONF_APP_NETWORK_INTERFACE == MESH_THREAD
 	// IPv6 URL Configuration
  	#define CONNECTOR_URL 					"coaps://[2607:f0d0:2601:52::20]:5684"