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 PololuLedStripx mbed-rtos mbed nanoservice_client_1_12_X
Fork of LPC1768_LWM2M_Client by
Diff: main.cpp
- Revision:
- 8:1358fc888c9c
- Parent:
- 7:59c7b96ace5b
- Child:
- 9:a580c20d6bb5
--- a/main.cpp Sun Sep 28 23:59:14 2014 +0000
+++ b/main.cpp Mon Sep 29 01:49:26 2014 +0000
@@ -66,9 +66,6 @@
UDPSocket server;
Endpoint nsp;
-bool UDP_blocking = false;
-unsigned int UDP_timeout = 1000;
-
char * ipstring;
char * uid;
@@ -76,9 +73,6 @@
{
server.init();
server.bind(NSP_PORT);
-
- /* server.set_blocking(UDP_blocking, UDP_timeout); */
-
nsp.set_address(NSP_ADDRESS, NSP_PORT);
