Skip to content

Releases: Links2004/arduinoWebSockets

2.0.8

19 Aug 20:03

Choose a tag to compare

  • improve handling of writing massive amount of data
  • add setReconnectInterval to the client

2.0.7

18 Aug 15:15

Choose a tag to compare

  • travis build tests
  • support for fragmentation / continuation opcode Receive
  • SocketIO over SSL
  • Improved memory usage
  • add missing include for ESP with W5100 #177
  • Improved LED examples #178
  • fix #176 send 401 Header on empty auth
  • fix NULL ptr when server abort the connection #207
  • SockJS+Stomp example

2.0.6

08 Feb 18:04

Choose a tag to compare

  • add Support for Particle devices (@Caou123)
  • fix socket.io problems
  • mask ping

2.0.5

22 Oct 18:54

Choose a tag to compare

allow to define WEBSOCKETS_NETWORK_TYPE as a compile parameter
add socket.io client support
add function to send WS ping´s

2.0.4

11 Jul 15:34

Choose a tag to compare

Connection Upgrade handling is now case insensitivity
allow custom Authorization methods (thanks Joe)

2.0.3

10 May 16:06

Choose a tag to compare

use with ESP8266 Arduino core 2.2.0 or newer
setAuthorization now allow token based auth (note: add "BASIC " for base64 auth).

2.0.2

16 Mar 15:27

Choose a tag to compare

use with ESP8266 Arduino core 2.1.0 or newer

2.0.1

24 Feb 19:56

Choose a tag to compare

use with ESP8266 Arduino core 2.1.0-rc2 or newer

2.0-alpha1

30 Jan 11:08

Choose a tag to compare

2.0-alpha1 Pre-release
Pre-release

alpha1 for async interface

1.4

30 Jan 11:08

Choose a tag to compare

1.4

use with ATmega / AVR