Websocket Hello World over an ethernet network

Dependencies:   EthernetNetIf mbed DNSResolver

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Tue Nov 15 20:26:38 2011 +0000
Parent:
6:aa2b63dc24f3
Child:
8:66a7e251b8c5
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Nov 15 19:40:28 2011 +0000
+++ b/main.cpp	Tue Nov 15 20:26:38 2011 +0000
@@ -18,8 +18,6 @@
         while (1) {
             if(tmr.read() > 1)
             {
-                //Here, we format the string we will be sending to the server
-                //the format we are sending in is JSON
                 ws.send("Hello World");
                 tmr.start();
             }