.
Dependencies: EthernetInterface mbed-rtos mbed
Fork of TCPEchoClient by
Revision 8:675fd43f4ee7, committed 2014-11-20
- Comitter:
- gerardo_carmona
- Date:
- Thu Nov 20 23:57:21 2014 +0000
- Parent:
- 7:a6f3768bc4b7
- Commit message:
- TCP Echo Client Example
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a6f3768bc4b7 -r 675fd43f4ee7 main.cpp --- a/main.cpp Fri Nov 07 05:28:31 2014 +0000 +++ b/main.cpp Thu Nov 20 23:57:21 2014 +0000 @@ -1,8 +1,8 @@ #include "mbed.h" #include "EthernetInterface.h" -const char* ECHO_SERVER_ADDRESS = "10.43.18.213"; -const int ECHO_SERVER_PORT = 50007; +const char* ECHO_SERVER_ADDRESS = "10.43.11.185"; +const int ECHO_SERVER_PORT = 50001; int main() { EthernetInterface eth;