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

Files at this revision

API Documentation at this revision

Comitter:
zdshelby
Date:
Fri Feb 28 19:58:53 2014 +0000
Parent:
9:66e8aeb60dc6
Child:
11:3e9c8d80891e
Commit message:
- Default mbed NanoService demo site

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Feb 28 19:56:15 2014 +0000
+++ b/main.cpp	Fri Feb 28 19:58:53 2014 +0000
@@ -26,7 +26,7 @@
 
 // NSP configuration
 /* Change this IP address to that of your NanoService Platform installation */
-static const char* NSP_ADDRESS = "137.135.11.60"; /* demo NSP, web interface at http://nanoservice-demo.mbed.org*/ 
+static const char* NSP_ADDRESS = "217.140.101.20"; /* demo NSP, web interface at http://nanoservice-demo.mbed.org*/ 
 static const int NSP_PORT = 5683;
 char endpoint_name[20] = "mbed-ethernet-";
 uint8_t ep_type[] = {"mbed_lpc1768_appboard"};