SocketIO is a compatibility library on top of the MBED Websockets API. Currently the broadcast paradigm is supported. There is much more to the SocketIO spec that could be built into this API. Have fun!

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

Revision:
12:8fe60d9ca3bf
Parent:
10:997b8c5d2d46
--- a/SocketIO.h	Fri Nov 08 20:10:26 2013 +0000
+++ b/SocketIO.h	Sun Nov 10 02:17:45 2013 +0000
@@ -37,7 +37,7 @@
 #define DEFAULT_VERSION         1
 
 // Default SocketIO message length (suggestion only...)
-#define SOCKETIO_MESSAGE_LENGTH 256
+#define SOCKETIO_MESSAGE_LENGTH 512
 
 // HTTP support for session key retrieval
 #include "HTTPClient.h"