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

Dependents:   IoT_Ex BatteryModelTester BatteryModelTester

Fork of WebSocketClient by Samuel Mokrani

Files at this revision

API Documentation at this revision

Comitter:
defrost
Date:
Thu Apr 07 16:05:52 2016 +0000
Parent:
15:9df4ffc6ce48
Child:
17:c4f0e141bdbd
Commit message:
- Turn on DEBUG

Changed in this revision

Websocket.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Websocket.cpp	Fri Apr 01 00:56:01 2016 +0000
+++ b/Websocket.cpp	Thu Apr 07 16:05:52 2016 +0000
@@ -3,7 +3,7 @@
 #define MAX_TRY_WRITE 20
 #define MAX_TRY_READ 10
 
-// #define DEBUG
+#define DEBUG
 #define INFOMESSAGES
 //Debug is disabled by default
 #ifdef DEBUG