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 UDPEchoClient by
Revision 9:4f1a786624de, committed 2017-02-14
- Comitter:
- mbed_official
- Date:
- Tue Feb 14 16:57:14 2017 +0000
- Parent:
- 8:ae11db01fb2d
- Commit message:
- More verbose example. Update libraries.;
Changed in this revision
--- a/EthernetInterface.lib Tue May 05 20:08:56 2015 +0000 +++ b/EthernetInterface.lib Tue Feb 14 16:57:14 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/EthernetInterface/#097a9996f8d5 +http://mbed.org/users/mbed_official/code/EthernetInterface/#183490eb1b4a
--- a/main.cpp Tue May 05 20:08:56 2015 +0000
+++ b/main.cpp Tue Feb 14 16:57:14 2017 +0000
@@ -1,9 +1,9 @@
#include "mbed.h"
#include "EthernetInterface.h"
-
+
const char* ECHO_SERVER_ADDRESS = "192.168.2.2";
const int ECHO_SERVER_PORT = 7;
-
+
int main() {
EthernetInterface eth;
eth.init(); //Use DHCP
--- a/mbed-rtos.lib Tue May 05 20:08:56 2015 +0000 +++ b/mbed-rtos.lib Tue Feb 14 16:57:14 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#5dfe422a963d +http://mbed.org/users/mbed_official/code/mbed-rtos/#58563e6cba1e
--- a/mbed.bld Tue May 05 20:08:56 2015 +0000 +++ b/mbed.bld Tue Feb 14 16:57:14 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/8a40adfe8776 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/ef9c61f8c49f \ No newline at end of file
