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

Revisions of Websocket.cpp

Revision Date Message Actions
25:4a98a3b83b87 2016-10-04 - Merged with changes from the internets File  Diff  Annotate
24:6f30d0c4ff7b 2016-10-04 - Turned off debug messages File  Diff  Annotate
23:0d7b33cd11f9 2016-10-04 - Change the readmsg() funciton to return an int instead of bool.; - (-1) is returned by readmsg() if the server disconnects File  Diff  Annotate
22:d2c00e47527c 2016-08-31 - Turned off debug messages File  Diff  Annotate
21:420b83755885 2016-08-05 - Debug on File  Diff  Annotate
20:ae675d49fa7f 2016-06-28 - Added debugging statements File  Diff  Annotate
19:aa3d163e457e 2016-05-04 - Turned off debug File  Diff  Annotate
18:49cfd9b4e060 2016-05-04 - Debug on File  Diff  Annotate
17:c4f0e141bdbd 2016-04-07 - Debug disabled File  Diff  Annotate
16:a8c6ee37356f 2016-04-07 - Turn on DEBUG File  Diff  Annotate
15:9df4ffc6ce48 2016-04-01 - Added setBaud() function - requires the function to be in the WiflyInterface as well! File  Diff  Annotate
14:bf42271bde6a 2016-03-31 - Changed all std::printf to pc.printf File  Diff  Annotate
13:152b70450615 2016-03-31 - Changed the public read() function to readmsg() File  Diff  Annotate
12:0979caf96fa6 2016-03-31 - Added debug messages File  Diff  Annotate
11:85bff70bab45 2016-03-30 - Added default constructor; - Added Initialize() method to mimic the constructor File  Diff  Annotate
10:fc40c56e8a3c 2016-03-30 - Added debug File  Diff  Annotate
9:da7c2b9480c5 2016-03-25 - Added some debug messages File  Diff  Annotate
8:64ebb855005c 2016-03-25 - Turned on the debugging messages File  Diff  Annotate
7:4567996414a5 2013-02-08 reduce timeout File  Diff  Annotate
6:86e89a0369b9 2012-08-29 removed useof std::string File  Diff  Annotate
5:bb09d7a6c92f 2012-08-29 Added warning if disconnected by remote server File  Diff  Annotate
4:466f90b7849a 2012-08-20 avoid calling send() multiple times for one ws message File  Diff  Annotate
3:9589afa4712e 2012-08-15 add DBG macro File  Diff  Annotate
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