NNN40_CLI_HOST_WIFI : 1.0.3. NNN40 CLI host demo code.LPC1768 is CLI host, P9 (TX)/P10 (RX), baud reate : 115200

Dependencies:   C12832 mbed-rtos mbed websocket_demo

Fork of NNN40_CLI_HOST_WIFI by Gordon Lu

  1. TEST_TCP_CLIENT (1) => NNN40 is in client mode
  2. TEST_TCP_CLIENT (0) => NNN40 is in server mode

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
diff -r b68d0162da48 -r c9ecf749d6fd EthernetInterface.lib
--- 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
diff -r b68d0162da48 -r c9ecf749d6fd WebSocketClient.lib
--- 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
diff -r b68d0162da48 -r c9ecf749d6fd main.cpp
--- 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};