WebSocket client library

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Mon Aug 15 08:52:57 2011 +0000
Parent:
1:0bb1153de91e
Child:
3:9b00db719afa
Commit message:

Changed in this revision

Websocket.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Websocket.cpp	Fri Aug 12 11:26:26 2011 +0000
+++ b/Websocket.cpp	Mon Aug 15 08:52:57 2011 +0000
@@ -83,7 +83,7 @@
 {
     char cmd[100];
     wifi->putc('\x00');
-    sprintf(cmd, "%s%c", "test", '\xff');
+    sprintf(cmd, "%s%c", str, '\xff');
     wifi->Send(cmd, "NO");
 }