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

History

- Merged with changes from the internets default tip

2016-10-04, by defrost [Tue, 04 Oct 2016 16:46:59 +0000] rev 25

- Merged with changes from the internets


- Turned off debug messages

2016-10-04, by defrost [Tue, 04 Oct 2016 15:48:42 +0000] rev 24

- Turned off debug messages


- Change the readmsg() funciton to return an int instead of bool.; - (-1) is returned by readmsg() if the server disconnects

2016-10-04, by defrost [Tue, 04 Oct 2016 13:57:18 +0000] rev 23

- Change the readmsg() funciton to return an int instead of bool.; - (-1) is returned by readmsg() if the server disconnects


- Turned off debug messages

2016-08-31, by defrost [Wed, 31 Aug 2016 10:03:43 +0000] rev 22

- Turned off debug messages


- Debug on

2016-08-05, by defrost [Fri, 05 Aug 2016 13:31:48 +0000] rev 21

- Debug on


- Added debugging statements

2016-06-28, by defrost [Tue, 28 Jun 2016 16:22:40 +0000] rev 20

- Added debugging statements


- Turned off debug

2016-05-04, by defrost [Wed, 04 May 2016 22:08:35 +0000] rev 19

- Turned off debug


- Debug on

2016-05-04, by defrost [Wed, 04 May 2016 14:31:32 +0000] rev 18

- Debug on


- Debug disabled

2016-04-07, by defrost [Thu, 07 Apr 2016 17:02:56 +0000] rev 17

- Debug disabled


- Turn on DEBUG

2016-04-07, by defrost [Thu, 07 Apr 2016 16:05:52 +0000] rev 16

- Turn on DEBUG