UDP Echo Client example

Dependencies:   EthernetInterface mbed-rtos mbed

Deprecated

This is an mbed 2 networking example. For mbed OS 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Fri Mar 01 15:57:44 2013 +0000
Parent:
3:281043c08f67
Child:
5:263b6859d55c
Commit message:
Update libraries

Changed in this revision

EthernetInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.lib	Fri Feb 15 17:03:34 2013 +0000
+++ b/EthernetInterface.lib	Fri Mar 01 15:57:44 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#dd9794ce1d64
+http://mbed.org/users/mbed_official/code/EthernetInterface/#9b2d10dc0392
--- a/main.cpp	Fri Feb 15 17:03:34 2013 +0000
+++ b/main.cpp	Fri Mar 01 15:57:44 2013 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "EthernetInterface.h"
 
-const char* ECHO_SERVER_ADDRESS = "192.168.0.51";
+const char* ECHO_SERVER_ADDRESS = "10.2.200.94"; //192.168.0.51
 const int ECHO_SERVER_PORT = 7;
 
 int main() {
--- a/mbed.bld	Fri Feb 15 17:03:34 2013 +0000
+++ b/mbed.bld	Fri Mar 01 15:57:44 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/0954ebd79f59
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/3d0ef94e36ec
\ No newline at end of file