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: C12832 mbed-rtos mbed websocket_demo
Fork of NNN40_CLI_HOST_WIFI by
Revision 13:c9ecf749d6fd, committed 2015-07-21
- Comitter:
- gordonlu
- Date:
- Tue Jul 21 07:58:43 2015 +0000
- Parent:
- 12:b68d0162da48
- Commit message:
- NNN40_CLI_HOST_WIFI : 1.0.3
Changed in this revision
--- a/EthernetInterface.lib Tue Jul 21 07:44:13 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://developer.mbed.org/users/mbed_official/code/EthernetInterface/#2fc406e2553f
--- a/WebSocketClient.lib Tue Jul 21 07:44:13 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/samux/code/WebSocketClient/#4567996414a5
--- a/main.cpp Tue Jul 21 07:44:13 2015 +0000 +++ b/main.cpp Tue Jul 21 07:58:43 2015 +0000 @@ -39,7 +39,7 @@ //version string -#define VERSION_STRING ("NNN40_CLI_HOST_WIFI : 1.0.2") +#define VERSION_STRING ("NNN40_CLI_HOST_WIFI : 1.0.3") enum WORKINGSTAGE {INITWIFI, TCP_CONNECT_TO_HOST, TCP_LISTEN_FROM_CLIENT, TCP_SEND, TCP_RECEIVE};