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: 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
diff -r b8ef549d35bc -r 0013c61ce210 EthernetNetIf.lib --- 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
diff -r b8ef549d35bc -r 0013c61ce210 NetServices.lib --- /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
diff -r b8ef549d35bc -r 0013c61ce210 UDPSocketExample.cpp
--- 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 );