WebSockets2 Generic Versions Save

A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00 / ENC28J60 / LAN8742A / LAN8720, ESP8266 / ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home

v1.13.2

1 year ago

Release v1.13.2

  1. Fix compiler error using new Teensy 4.1 QNEthernet v0.17.0

v1.13.1

1 year ago

Release v1.13.1

  1. Using new WiFi101_Generic library for sending larger data
  2. Add astyle using allman style. Restyle the library
  3. Update Packages' Patches

v1.13.0

1 year ago

Release v1.13.0

  1. Add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi or Ethernet with arduino-pico core

v1.12.1

1 year ago

Release v1.12.1

  1. Improve and fix bug in examples

v1.12.0

1 year ago

Release v1.12.0

  1. Add support to ENC28J60 using EthernetENC or UIPEthernet Library for these supported boards
  • ESP32
  • nRF52
  • RP2040
  • SAM DUE
  • SAMD
  • STM32
  • Teensy

v1.11.0

1 year ago

Release v1.11.0

  1. Add support to ESP32 using W5x00 Ethernet
  2. Update Packages' Patches

v1.10.3

2 years ago

Release v1.10.3

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Add support to SPI2 for ESP32
  3. Add support to SPI1 for RP2040 using arduino-pico core
  4. Rewrite all the examples to support new features
  5. Use new waitForLink() function of Teensy 4.1 QNEthernet
  6. Update Packages' Patches

v1.10.2

2 years ago

Release v1.10.2

  1. Fix bug when using QNEthernet staticIP. Check QNEthernet and NativeEthernet staticIP not working with WS Server #39
  2. Add staticIP option to NativeEthernet examples
  3. Update Packages' Patches

v1.10.1

2 years ago

Release v1.10.1

  1. Reduce Teensy 4.1 QNEthernet latency. Check QNEthernet higher latency #38
  2. Update Packages' Patches

v1.10.0

2 years ago

Major Release v1.10.0

  1. Supporting case-insensitive headers, according to RFC2616
  2. Sync with ArduinoWebsockets releases v0.5.3
  • Add connectSecure method to support WSS connection with the classic interface (host, port, path)
  • Add 1 second connection timeout for ESP32/ESP8266, Teensy 4.1 NativeEthernet and QNEthernet
  1. Improve debug