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 mbed-rtos mbed
Fork of TCPEchoClient by
Revision 7:a6f3768bc4b7, committed 2014-11-07
- Comitter:
- gerardo_carmona
- Date:
- Fri Nov 07 05:28:31 2014 +0000
- Parent:
- 6:36dfad519099
- Commit message:
- .;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 36dfad519099 -r a6f3768bc4b7 main.cpp --- a/main.cpp Wed May 14 15:24:47 2014 +0000 +++ b/main.cpp Fri Nov 07 05:28:31 2014 +0000 @@ -1,8 +1,8 @@ #include "mbed.h" #include "EthernetInterface.h" -const char* ECHO_SERVER_ADDRESS = "192.168.0.51"; -const int ECHO_SERVER_PORT = 7; +const char* ECHO_SERVER_ADDRESS = "10.43.18.213"; +const int ECHO_SERVER_PORT = 50007; int main() { EthernetInterface eth;