Simple websocket client based on the original with a few added features such as: - setBaud() - set the baud rate for the communication - Initialize() - mimics the constructor - chaged read() to readmsg() to avoid confusion with other functions - Added SerialCommPort

Fork of WebSocketClient by Damien Frost

Revision:
13:152b70450615
Parent:
11:85bff70bab45
Child:
15:9df4ffc6ce48
--- a/Websocket.h	Thu Mar 31 12:43:30 2016 +0000
+++ b/Websocket.h	Thu Mar 31 14:12:33 2016 +0000
@@ -100,7 +100,7 @@
         *
         * @return true if a websocket frame has been read
         */
-        bool read(char * message);
+        bool readmsg(char * message);
 
         /**
         * To see if there is a websocket connection active