mbed Connector Endpoint interface. This interface permits a mbed endpoint to easily setup MDS resources and emit those resources to an MDS server.

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
17:eb37243f029a
Parent:
16:383ad1356963
Child:
18:95c2f95a75fe
--- a/mbedConnectorInterface.h	Fri Feb 06 04:07:51 2015 +0000
+++ b/mbedConnectorInterface.h	Tue Feb 17 06:58:46 2015 +0000
@@ -40,13 +40,13 @@
 #define NODE_CHANNEL_LIST        0x07FFF800                                  // All channels
 
 // DynamicResource Configuration
-#define MAX_VALUE_BUFFER_LENGTH  128                                         // largest "value" a dynamic resource may assume as a string
+#define MAX_VALUE_BUFFER_LENGTH  256                                         // largest "value" a dynamic resource may assume as a string
 
 // Instance Pointer Table Configuration
-#define IPT_MAX_ENTRIES          256                                         // maximum number of unique pointers managed by the IPT (i.e. number of ind dynamic resources)
+#define IPT_MAX_ENTRIES          10                                          // maximum number of unique pointers managed by the IPT (i.e. number of ind dynamic resources)
 
 // Logger buffer size
-#define LOGGER_BUFFER_LENGTH     256                                         // largest single print of a given debug line
+#define LOGGER_BUFFER_LENGTH     200                                         // largest single print of a given debug line
 
 // WiFi Configuration
 #define WIFI_SSID_LENGTH         128