Gordon Lu / Mbed 2 deprecated NNN40_CLI_HOST_WIFI

Dependencies:   C12832 mbed-rtos mbed websocket_demo

Fork of NNN40_CLI_HOST_WIFI by Gordon Lu

Files at this revision

API Documentation at this revision

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

EthernetInterface.lib Show diff for this revision Revisions of this file
WebSocketClient.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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};