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
Revisions of Websocket.cpp
Revision | Date | Message | Actions |
---|---|---|---|
2:b390f29fb5fa | 2012-08-13 | less timeout to read the first character received | File Diff Annotate |
1:de85cd4ec77b | 2012-08-13 | avoid hardfault if accept received > 200 bytes | File Diff Annotate |
0:10b6eaafc2da | 2012-08-10 | websocket client with new official mbed tcp/ip stack | File Diff Annotate |