Red Hat Summit NanoService Demo for LPC1768 App Board using OMA Lightweight Objects

Dependencies:   Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib

Fork of LWM2M_NanoService_Ethernet by MBED_DEMOS

Revision:
21:0fbe750933d9
Parent:
20:84ee332ba360
Child:
22:9e9236890542
diff -r 84ee332ba360 -r 0fbe750933d9 main.cpp
--- a/main.cpp	Tue Apr 08 01:02:06 2014 +0000
+++ b/main.cpp	Wed Apr 16 02:03:22 2014 +0000
@@ -30,7 +30,7 @@
 
 // NSP configuration
 /* Change this IP address to that of your NanoService Platform installation */
-static const char* NSP_ADDRESS = "137.135.13.28"; /* demo NSP, web interface at http://red-hat-summit.cloudapp.net*/ 
+static const char* NSP_ADDRESS = "10.40.132.247"; /* Local NanoService Platform at Devnation */ 
 static const int NSP_PORT = 5683;
 char endpoint_name[20] = "mbed-ethernet-";
 char mbed_uid[33]; // for creating unique name for the board