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:
46:cc6076ac5026
Parent:
42:20c375e74e8e
Child:
55:3915ac238c5d
--- a/mbedConnectorInterface.h	Sat Apr 11 22:10:02 2015 +0000
+++ b/mbedConnectorInterface.h	Sun Apr 12 03:48:37 2015 +0000
@@ -32,7 +32,7 @@
 #define NSP_COAP_UDP_PORT        5683                                        // Default CoAP UDP port
 #define NSP_LIFE_TIME_LENGTH     24                                          // length of the lifetime buffer string
 #define NSP_LIFE_TIME            "120"                                       // liftime buffer (representing seconds)
-#define NSP_RD_UPDATE_PERIOD     60000                                       // (in ms) - 60 seconds (1/2 of NSP_LIFE_TIME seconds)
+#define NSP_RD_UPDATE_PERIOD     30000                                       // (in ms) - 30 seconds (1/4 of NSP_LIFE_TIME seconds)
 #define NSP_DEFAULT_OBS_PERIOD   10000                                       // (in ms) - 10 seconds between observations..
 
 // 6LowPAN Configuration