Project with example IPSO resources for LED bar, Gas Sensor, and Light Sensor

Dependencies:   EthernetInterface LED_Bar mbed-rtos mbed nsdl_lib

Revision:
4:69ea903414fe
Parent:
1:76ab3521eb51
--- a/main.cpp	Wed Oct 22 22:25:14 2014 +0000
+++ b/main.cpp	Sat Oct 25 01:31:08 2014 +0000
@@ -52,8 +52,8 @@
  
 // NSP configuration
 /* Change this IP address to that of your NanoService Platform installation */
-static const char* NSP_ADDRESS = "23.102.162.118"; // coen296.cloudapp.net
-//static const char* NSP_ADDRESS = "192.168.1.200"; // local mDS server
+//static const char* NSP_ADDRESS = "23.102.162.118"; // coen296.cloudapp.net
+static const char* NSP_ADDRESS = "191.239.5.150"; // barista2.cloudapp.net
 static const int NSP_PORT = 5683;
 char endpoint_name[24] = "mbedDEMO-";
 uint8_t ep_type[] = {"DEMO"};