arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.15k stars 7.01k forks source link

[Library Manager] WebSockets_Generic to support many more boards #10241

Closed khoih-prog closed 4 years ago

khoih-prog commented 4 years ago

WebSockets_Generic

This library is based on and modified from WebSockets library Markus Sattler's WebSockets to support other boards such as Arduino SAMD21, Adafruit SAMD21, SAMD51, Adafruit's nRF52 boards, etc.

WebSocket Server and Client for Arduino based on RFC6455.

New in v2.2.1

  1. Bump up to sync with v2.2.1 of original WebSockets library

New in v2.1.3

  1. Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B30_ublox, etc..
  2. Add support to SAM51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.).
  3. Add support to SAMD21 (ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit CIRCUITPLAYGROUND_EXPRESS, etc.).
cmaglie commented 4 years ago

Done.