Test example of UDP for http://mbed.org/forum/helloworld/topic/1279/, fixing some settings for LPC2368

Dependencies:   NetServices mbed

Files at this revision

API Documentation at this revision

Comitter:
simon
Date:
Tue Nov 23 14:16:32 2010 +0000
Parent:
0:b8ef549d35bc
Commit message:
Test

Changed in this revision

EthernetNetIf.lib Show diff for this revision Revisions of this file
NetServices.lib Show annotated file Show diff for this revision Revisions of this file
UDPSocketExample.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetNetIf.lib	Mon Nov 22 22:29:39 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/donatien/code/EthernetNetIf/#bc7df6da7589
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NetServices.lib	Tue Nov 23 14:16:32 2010 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/NetServices/#350011bf8be7
--- a/UDPSocketExample.cpp	Mon Nov 22 22:29:39 2010 +0000
+++ b/UDPSocketExample.cpp	Tue Nov 23 14:16:32 2010 +0000
@@ -29,7 +29,7 @@
     printf("seting event\n");
     cfgSocket.setOnEvent(&onUDPSocketEvent);
     printf("seting host\n");
-    Host x(IpAddr(),5556);
+    Host x(IpAddr(),5555);
     printf("seting bind\n");
 
     UDPSocketErr udpErr = cfgSocket.bind( x );