Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

Revision:
41:b135f327b28c
Parent:
40:6edbfbf9ac02
Child:
42:9741365cff35
diff -r 6edbfbf9ac02 -r b135f327b28c main.cpp
--- a/main.cpp	Sat Jul 25 05:44:41 2015 +0000
+++ b/main.cpp	Sat Jul 25 06:11:51 2015 +0000
@@ -76,7 +76,7 @@
 #define MY_NSP_DOMAIN                           "domain" 
 
 // Customization Example: My custom NSP IPv4 address and NSP CoAP port 
-uint8_t my_nsp_address[NSP_IP_ADDRESS_LENGTH] = {23,99,29,171};       // connector (api.connector.mbed.org)
+uint8_t my_nsp_address[NSP_IP_ADDRESS_LENGTH] = {129,41,131,150};       // bluemix VM
 int my_nsp_coap_port                          = 5683;
 
 // called from the Endpoint::start() below to create resources and the endpoint internals...