Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rtos mbed nsdl_lib
Fork of COAPmbed by
Revision 14:54c3708f7c3c, committed 2015-04-17
- Comitter:
- stefan1691
- Date:
- Fri Apr 17 07:58:23 2015 +0000
- Parent:
- 13:3c205b19c540
- Commit message:
- Fixe laenge Boardname entfernt
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Mar 24 14:49:32 2015 +0000
+++ b/main.cpp Fri Apr 17 07:58:23 2015 +0000
@@ -24,9 +24,9 @@
// NSP configuration
/* Change this IP address to that of your NanoService Platform installation */
static const char* NSP_ADDRESS = "23.97.178.38"; /* demo NSP, web interface at http://nsp.cloudapp.net:8083/, User/PW = demo */
-//static const char* NSP_ADDRESS = "192.168.178.65"; /* Lokale Installation */
+//static const char* NSP_ADDRESS = "192.168.178.77"; /* Lokale Installation */
static const int NSP_PORT = 5683;
-char endpoint_name[16] = "mbed-k64f-1234"; // aendern pro Node
+char endpoint_name[] = "mbed-k64f-1234"; // aendern pro Node
uint8_t ep_type[] = {"mbed_device"};
uint8_t lifetime_ptr[] = {"1200"};
