Work with nodejs server: https://github.com/bjo3rn/idd-examples/tree/ben-node-demo/web/nodeServerHTTPSocket

Dependencies:   HTTPClient WebSocketClient cc3000_hostdriver_mbedsocket mbed

Fork of CC3000_demo by Ben Zhang

Files at this revision

API Documentation at this revision

Comitter:
antoni0
Date:
Fri Oct 10 23:55:33 2014 +0000
Parent:
8:594cb3bc6f0f
Child:
10:1804a9dbaee0
Commit message:
changed sleeptime

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Oct 10 23:54:39 2014 +0000
+++ b/main.cpp	Fri Oct 10 23:55:33 2014 +0000
@@ -100,7 +100,7 @@
                 printf("Error - ret = %d - HTTP return code = %d \r\n", ret, http.getHTTPResponseCode());
             }
         }
-        wait(10.0);
+        wait(5.0);
     }