NanoService Example for u-blox Cellular modems
Dependencies: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
Diff: main.cpp
- Revision:
- 6:442775856f5f
- Parent:
- 4:15690450a797
- Child:
- 7:6b068978be9a
diff -r c257ee923598 -r 442775856f5f main.cpp
--- a/main.cpp Mon Oct 21 21:29:11 2013 +0000
+++ b/main.cpp Mon Oct 21 21:30:05 2013 +0000
@@ -26,7 +26,7 @@
// NSP configuration
/* Change this IP address to that of your NanoService Platform installation */
-static const char* NSP_ADDRESS = "217.140.101.20"; /* internal NSP*/
+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[16] = "mbed-demo-";
uint8_t ep_type[] = {"mbed_device"};



