Doug Anson / SocketIO

Dependents:   df-2013-thermostat-handson df-2013-minihack-thermostat-complete df-2013-minihack-thermostat df-2013-thermostat-remotes ... more

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Thu Oct 17 18:58:40 2013 +0000
Parent:
9:4f02450a402a
Child:
11:b32005b69b5c
Commit message:
updates for hands-on

Changed in this revision

SocketIO.h Show annotated file Show diff for this revision Revisions of this file
--- a/SocketIO.h	Mon Jul 08 04:15:03 2013 +0000
+++ b/SocketIO.h	Thu Oct 17 18:58:40 2013 +0000
@@ -34,7 +34,10 @@
 #include "mbed.h"
 
 // Default SocketIO version
-#define DEFAULT_VERSION  1
+#define DEFAULT_VERSION         1
+
+// Default SocketIO message length (suggestion only...)
+#define SOCKETIO_MESSAGE_LENGTH 256
 
 // HTTP support for session key retrieval
 #include "HTTPClient.h"