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:
60:0d9e607dd678
Parent:
59:dd395412bd19
Child:
71:5069a202e892
--- a/mbed-connector-interface/mbedConnectorInterface.h	Tue Aug 09 23:29:30 2016 +0000
+++ b/mbed-connector-interface/mbedConnectorInterface.h	Tue Aug 09 23:46:16 2016 +0000
@@ -87,6 +87,9 @@
 #define WIFI_DEFAULT_SSID       			"changeme"
 #define WIFI_AUTH_KEY_LENGTH     			64
 #define WIFI_DEFAULT_AUTH_KEY    			"changeme"
+
+// Default context address string for mbed-client
+#define	CONTEXT_ADDRESS_STRING				""
  
 /************** DEFAULT CONFIGURATION PARAMETERS  ************************/