Skip to content

Releases: Links2004/arduinoWebSockets

2.0.6

08 Feb 18:04
Compare
Choose a tag to compare
  • add Support for Particle devices (@Caou123)
  • fix socket.io problems
  • mask ping

2.0.5

22 Oct 18:54
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

use with ESP8266 Arduino core 2.1.0 or newer

2.0.1

24 Feb 19:56
Compare
Choose a tag to compare

use with ESP8266 Arduino core 2.1.0-rc2 or newer

2.0-alpha1

30 Jan 11:08
Compare
Choose a tag to compare
2.0-alpha1 Pre-release
Pre-release

alpha1 for async interface

1.4

30 Jan 11:08
Compare
Choose a tag to compare
1.4

use with ATmega / AVR

1.3

30 Jan 11:08
Compare
Choose a tag to compare
1.3
add WebSocketClientAVR example