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

History

- Fixed bug in receiveBytes, it now works default tip

2017-08-23, by defrost [Wed, 23 Aug 2017 10:59:19 +0000] rev 30

- Fixed bug in receiveBytes, it now works


- Added readByte()

2017-08-22, by defrost [Tue, 22 Aug 2017 11:04:31 +0000] rev 29

- Added readByte()


- Added opcode to send Binary data over websocket

2017-05-24, by defrost [Wed, 24 May 2017 18:33:58 +0000] rev 28

- Added opcode to send Binary data over websocket


- Can't remember what I changed.

2017-05-23, by defrost [Tue, 23 May 2017 14:58:56 +0000] rev 27

- Can't remember what I changed.


- Added SerialCommPort

2017-05-21, by defrost [Sun, 21 May 2017 21:32:17 +0000] rev 26

- Added SerialCommPort


- Merged with changes from the internets

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