Test example of UDP for http://mbed.org/forum/helloworld/topic/1279/, fixing some settings for LPC2368
Dependencies: NetServices mbed
Revision 1:0013c61ce210, committed 2010-11-23
- Comitter:
- simon
- Date:
- Tue Nov 23 14:16:32 2010 +0000
- Parent:
- 0:b8ef549d35bc
- Commit message:
- Test
Changed in this revision
--- 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 );